Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
Guide That Contains This Content
[+] Expand All
[-] Collapse All

    Configuring the Nodes in the Web Application Server Cluster (SRC CLI)

    Use the following statements to configure the nodes in the Web application server cluster:

    shared application-server cluster name nodes node address {node-id node-id;}

    To configure the Web application server cluster nodes:

    1. From configuration mode, access the statement that configures the cluster nodes and specify the IP address of the node.
      user@host# shared application-server cluster name nodes node address {
    2. Configure the node ID for the node. The node ID is a random number you assign to the node. Each node must have a unique node ID specified as the integer type.
      [edit shared application-server cluster name nodes node address] user@host# set node-id node-id
    3. (Optional) Verify your configuration.
      [edit shared application-server cluster name nodes node address] user@host# show

      Following is a sample output of the cluster node configuration:

      channel-stack udp;
      multicast-address 255.255.100.100;
      nodes {
        node 10.1.2.3 {
          node-id 2;
        }
        node 10.1.2.4 {
          node-id 1;
        }
        node 10.1.2.5 {
          node-id 4;
        }
      }

    Published: 2014-06-19