Monday, August 8, 2016

Remove Node from HP Service Guard Cluster and Return a node to the Cluster


1) Take primary node out of cluster.

# cmhaltnode -f  <nodename>

2)  To Start the primary node and put it back into cluster

# cmrunnode  <primary_node>

Package will not be going to fail back automatically.  After the primary node is back in the cluster, make sure package is moved to it manually.

3) Remove the second node from the cluster.

# cmhaltnode  -f  <secondary_node>

4) To start the secondary node and put it back into the cluster.

# cmrunnode  <secondary_node>

No comments:

Post a Comment