Starting and Stopping SciDB 16.9
From (any) one server in the cluster, Start SciDB by running:
scidb.py startall mydb # start the 'mydb' databaseThis assumes /opt/scidb/16.9/etc/config.ini is present and specifies a cluster named 'mydb'. This file specifies the servers for startall to start.
From (any) one server in the cluster, Stop SciDB by running:
scidb.py stopall mydb # stop the 'mydb' databaseThis assumes /opt/scidb/16.9/etc/config.ini is present and specifies a cluster named 'mydb'. This file specifies the servers for stopall to stop.