...
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
Navigate to Home → Settings → Search for Cluster
Upload a JSON file like below:
Code Block language json { "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/" } ] }
...