Starting the Cluster

Start the cluster by starting all the instances associated with the cluster on each node.

You can start a cluster:
  • Normally, after a graceful shutdown.
  • After a system failure.
Note: SAP recommends that you do not alter the runserver files used for normal cluster startup.
  1. Start each cluster instance from the node on which it runs:
    For example, to start the "ase1" instance, enter:
    startserver -f $SYBASE/$SYBASE_ASE/install/RUN_ase1
  2. Log in to each node on which another instance will run, and execute startserver.

    For example, to start the "ase2" instance on "blade2," enter:

    1. On "blade2," move to the $SYBASE directory.
    2. Issue:
      startserver -f $SYBASE/$SYBASE_ASE/install/RUN_ase2
Related tasks
Starting the Cluster After a System Failure