Starting and Stopping a Cluster Using sybcluster

The sybcluster utility allows you to start and stop a cluster.

  1. Start sybcluster if it is not already running:
    sybcluster -U uafadmin -P password -C cluster_name -F "node_name[:port_num]
        [,node_name[:port_num]]..."

    This statement identifies the default cluster and the Sybase Control Center agents on each node in the cluster. If you do not enter this information on the sybcluster command line, you can enter it in the following step. See the Clusters Users Guide.

    This example starts “mycluster” on “blade1”, “blade2”, and “blade3”:
    sybcluster -U uafadmin -P -C mycluster 
        -F "blade1,blade2,blade3"
  2. Connect to the cluster:
    connect
  3. Start the cluster:
    start cluster
Next
To stop a cluster, enter:
shutdown cluster
Adaptive Server waits for all statements and transactions to complete before shutting down the cluster.