Managing Serviceguard 12th Edition, March 2006
Cluster and Package Maintenance
Reconfiguring a Cluster
Chapter 7346
NOTE If you want to remove a node from the cluster, issue the cmapplyconf
command from another node in the same cluster. If you try to issue the
command on the node you want removed, you will get an error message.
1. Use the following command to store a current copy of the existing
cluster configuration in a temporary file:
# cmgetconf -c cluster1 temp.ascii
2. Specify the new set of nodes to be configured (omitting ftsys10) and
generate a template of the new configuration:
# cmquerycl -C clconfig.ascii -c cluster1 -n ftsys8 -n
ftsys9
3. Edit the file clconfig.ascii to check the information about the
nodes that remain in the cluster.
4. Verify the new configuration:
# cmcheckconf -C clconfig.ascii
5. From ftsys8 or ftsys9. apply the changes to the configuration and
send the new binary configuration file to all cluster nodes.:
# cmapplyconf -C clconfig.ascii
NOTE If you are attempting to remove an unreachable node that has many
packages dependent on it, especially if the dependent packages use a
large number of EMS resources, you may see the following message:
The configuration change is too large to process while the
cluster is running.
Split the configuration change into multiple requests or halt
the cluster.
In this situation, you must halt the cluster to remove the node.