Removing the node configuration from the CP server

After removing a node from a VCS cluster, perform the steps in the following procedure to remove that node's configuration from the CP server.

Note:

The cpsadm command is used to perform the steps in this procedure. For detailed information about the cpsadm command, see the Cluster Server Administrator's Guide.

To remove the node configuration from the CP server

  1. Log into the CP server as the root user.
  2. View the list of VCS users on the CP server.

    If the CP server is configured to use HTTPS-based communication, run the following command:

    # cpsadm -s cp_server -a list_users

    Where cp_server is the virtual IP/ virtual hostname of the CP server.

  3. Remove the node entry from the CP server:
    # cpsadm -s cp_server -a rm_node  -h sys5 -c clus1 -n 2
  4. View the list of nodes on the CP server to ensure that the node entry was removed:
    # cpsadm -s cp_server -a list_nodes