Configuring Backup Server Using sybcluster

You can configure Backup Server with sybcluster.

  1. Start sybcluster.
    For example, to start sybcluster and specify Sybase Control Center agents on the nodes "blade1," "blade2," and "blade3," enter:
    sybcluster -U uafadmin -P password -F "blade1:1234,blade2:2345,blade3:3456"
    Note: Sybase Control Center agents must be running on all nodes in the cluster to verify that the selected ports are available.
  2. Connect to the cluster. For example, to connect to "mycluster," enter:
    connect to mycluster
  3. To start the cluster, if it is not running, enter:
    start cluster
  4. To create one or multiple Backup Servers for the cluster, enter:
    create backupserver
  5. sybcluster prompts you:
    Do you want to create multiple Backup Servers?
    If you answer:
    • Ysybcluster prompts you to enter:
      • A routing policy for the multiple Backup Servers. The choices are:
        • 1 – dedicated
        • 2 – round robin
      • Each Backup Server name. The default value is "cluster_name_BS." For example, "mycluster_BS."
      • The path to each Backup Server log file.
      • The listening port for each Backup Server.
    • Nsybcluster prompts you to configure Backup Server on the hosts, one by one:
      • The Backup Server name. The default value is "cluster_name_BS." For example, "mycluster_BS."
      • The Backup Server listening port for each node in the cluster.

    SAP recommends that you configure Backup Server on all nodes so that it can be started on any node. In some cases where Backup Server is not configured on all nodes, Adaptive Server cannot start Backup Server if it is not already running. This happens when the dump command is initiated on a node that does not have Backup Server configured.

    You can add or remove Backup Server from nodes at any time.