Creating the cluster using sybcluster

This section describes how to use sybcluster to configure and start the cluster. Make sure you first follow the instructions in:

You can view a complete sybcluster session that includes answers to all the prompts in the Appendix C, “A sybcluster Sample Session.”

NoteUse sybcluster to create and configure a shared-disk cluster. To create logical clusters, use the Adaptive Server plug-in or system stored procedures described in the “Managing the Workload” chapter of the Users Guide to Clusters.

StepsConfiguring the cluster

  1. Start sybcluster. For example:

    sybcluster -U uafadmin -P -C mycluster -F "blade1,blade2,blade3"
    

    See “The sybcluster Utility” chapter in the Users Guide to Clusters for complete syntax and usage information.

  2. Enter:

    create cluster
    

    sybcluster prompts you for all necessary information, one parameter at a time. If there is a default value, sybcluster displays it in the command prompt. To accept the default, press Enter. Otherwise, enter the correct value, then press Enter.

  3. sybcluster prompts for the following. See “Worksheet for creating a cluster”.

  4. sybcluster prompts for values for each instance, one node at a time:

  5. sybcluster asks if you want to add another instance. If you enter Y, sybcluster repeats step 4 for the next instance.

  6. sybcluster asks if you want to save the cluster configuration you have entered.

    If you enter Y, sybcluster stores the configuration in an XML file that you can edit and replay using the sybcluster command:

    create cluster cluster_name file file_name
    

    See Appendix C, “A sybcluster Sample Session.”

  7. sybcluster asks if you want to create the cluster.

    If you enter Y, sybcluster configures the cluster using the information you have entered. This may take several minutes.