Starting the Cluster When the Operating System Starts

It is possible to configure the host system operating system to automatically start the Adaptive Server cluster when the operating system starts. Do this by starting the Unified Agent on the host system and then executing the sybcluster commands to start the cluster using a shell script. These steps are offered as an example:

  1. Start UAF
  2. Verify that UAF is started successfully.
  3. Execute sybcluster and pass a command file to sybcluster containing commands to start the instances on the system.
  4. The command file is passed using the sybcluster -i command line parameter and will look something like this:
    connect to asece15
    start instance asece1
    quit
  5. The sybcluster command line will look something like the following, where asece1_startup is the command file shown above:
    sybcluster -U uafadmin -P -F host1:9999,host2:9999 -i asece1_startup


Created June 23, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com