Adding the node to the existing cluster

Perform the tasks on one of the existing nodes in the cluster.

To add the new node to the existing cluster

  1. Enter the command:

    # haconf -makerw
    
  2. Add the new system to the cluster:

    # hasys -add saturn
    
  3. Stop VCS on the new node:

    # hastop -sys saturn
    
  4. Copy the main.cf file from an existing node to your new node:

    # rcp /etc/VRTSvcs/conf/config/main.cf \
      saturn:/etc/VRTSvcs/conf/config/
    
  5. Start VCS on the new node:

    # hastart
    
  6. If necessary, modify any new system attributes.

  7. Enter the command:

    # haconf -dump -makero