Starting the Cluster When the Operating System Starts

You can configure the host system to start the Adaptive Server cluster automatically; the operating system starts by running the Sybase Control Center agent on the host system and executing the sybcluster commands using a shell script.

  1. Start Sybase Control Center, and verify that it started successfully.
  2. Use sybcluster -i to pass a command file (with a name such as asece1_startup) that provides instructions to start the instances on your system, such as:
    connect to asece15
    start instance asece1
    quit
  3. To start the cluster, use a sybcluster command such as:
    sybcluster -U uafadmin -P -F host1:9999,host2:9999 -i asece1_startup