Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All the cluster nodes should share the same data directory. There will be only one data folder directory shared across all the nodes in the cluster using any file sharing mechanism like SAMBA, NFS etc. All the nodes should have read/write access to the folderdata directory.

Cluster Setup

  1. Navigate to Home → Settings → Search for Cluster

  2. Upload a JSON file like below:

    Code Block
    languagejson
    {
      "notifTimeout": 60,
      "notifErrorRcpts": ["john.doe@krishagni.com", "jane.doe@krishagni.com"],
      "secret": "TopSecret!@3",
      "nodes": [
        {
          "name": "lion",
          "url": "http://10.0.1.1:8080/openspecimen/"
        },
        {
          "name": "panther",
          "url": "http://10.0.1.2:8080/openspecimen/"
        }
      ]
    }

...