/
Starting and Stopping SciDB 16.9

Starting and Stopping SciDB 16.9


Starting SciDB


From (any) one server in the cluster, Start SciDB by running:

scidb.py startall mydb # start the 'mydb' database

This 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.

Stopping SciDB

From (any) one server in the cluster, Stop SciDB by running:

scidb.py stopall mydb # stop the 'mydb' database

This 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.