Adding a node to a cluster using the product installer

You can add a node using the - addnode option with the product installer.

The product installer performs the following tasks:

At the end of the process, the new node joins the existing cluster.

Note:

If you have configured server-based fencing on the existing cluster, make sure that the CP server does not contain entries for the new node. If the CP server already contains entries for the new node, remove these entries before adding the node to the cluster, otherwise the process may fail with an error.

To add the node to an existing cluster using the installer

  1. Log in as the root user on one of the nodes of the existing cluster.
  2. Run the product installer with the -addnode option.
    # cd /opt/VRTS/install
    # ./installsfcfsha -addnode

    The installer displays the copyright message and the location where it stores the temporary installation logs.

  3. Enter the name of a node in the existing cluster.

    The installer uses the node information to identify the existing cluster.

    Enter one node of the SFCFSHA cluster to which 
    you would like to add one or more new nodes: galaxy
  4. Review and confirm the cluster information.
  5. Enter the names of the systems that you want to add as new nodes to the cluster.
    Enter the system names separated by spaces 
    to add to the cluster: saturn

    The installer checks the installed products and packages on the nodes and discovers the network interfaces.

  6. Enter the name of the network interface that you want to configure as the first private heartbeat link.

    Note:

    The network interface names used for the private interconnects on the new node must be the same as that of the existing nodes in the cluster. The LLT configuration for the new node must be the same as that of the existing cluster.

    Enter the NIC for the first private heartbeat 
    link on saturn: [b,q,?] bge1
    Enter the NIC for the second private heartbeat 
    link on saturn: [b,q,?] bge2

    Note:

    At least two private heartbeat links must be configured for high availability of the cluster.

  7. Depending on the number of LLT links configured in the existing cluster, configure additional private heartbeat links for the new node.

    The product installer verifies the network interface settings and displays the information.

  8. Review and confirm the information.
  9. If you have configured SMTP, SNMP, or the global cluster option in the existing cluster, you are prompted for the NIC information for the new node.
    Enter the NIC for VCS to use on saturn: bge3
  10. The installer prompts you with an option to mount the shared volumes on the new node. Select y to mount them.

    When completed, the installer confirms the volumes are mounted indicates the location of the log file with details of the actions performed.

  11. If the existing cluster uses server-based fencing in secure mode, the installer will configure server-based fencing in secure mode on the new nodes.

    The installer then starts all the required Veritas processes and joins the new node to cluster.

  12. Confirm that the new node has joined the existing cluster using lltstat -n and gabconfig -a commands.