/
Starting and Stopping SciDB

Starting and Stopping SciDB


Starting SciDB


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

scidbctl.py start mydb # start the 'mydb' database

This assumes /opt/scidb/19.x/etc/config.ini is present and specifies a cluster named 'mydb'. This config.ini file specifies the servers for start to start.

You can specify the config.ini file and the cluster name like so:

scidbctl.py --config <config.ini> start <cluster_name>

Stopping SciDB

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

scidbctl.py stop mydb # stop the 'mydb' database

This assumes /opt/scidb/19.x/etc/config.ini is present and specifies a cluster named 'mydb'. This file specifies the servers for stopl to stop.

You can specify the config.ini file and the cluster name like so:

scidbctl.py --config <config.ini> stop <cluster_name>

Related content

Configuring SciDB
Configuring SciDB
More like this
Configuring SciDB
Configuring SciDB
More like this
Running SciDB
Running SciDB
More like this