5.5.2.2. Adding a Member to a Running DLM Cluster That Contains More Than Two Nodes
To add a member to an existing DLM cluster that is currently in operation, and contains more than two nodes, follow these steps:
- Add the node and configure fencing for it as in Section 5.5.1, “Adding a Member to a New Cluster”.
- Clickto propagate the updated configuration to other running nodes in the cluster.
- Use the
scp
command to send the updated/etc/cluster/cluster.conf
file from one of the existing cluster nodes to the new node. - Start cluster services on the new node by running the following commands in this order:
service ccsd start
service cman start
service fenced start
service clvmd start
, if CLVM has been used to create clustered volumesservice gfs start
, if you are using Red Hat GFSservice rgmanager start
, if the cluster is running high-availability services (rgmanager
)
- Start
system-config-cluster
(refer to Section 5.2, “Starting the Cluster Configuration Tool”). At the Cluster Configuration Tool tab, verify that the configuration is correct. At the Cluster Status Tool tab verify that the nodes and services are running as expected.
Note
Make sure to configure other parameters that may be affected by changes in this section. Refer to Section 5.1, “Configuration Tasks”.