このコンテンツは選択した言語では利用できません。
5.5.3. Deleting a Member from a DLM Cluster
To delete a member from an existing DLM cluster that is currently in operation, follow these steps:
- At one of the running nodes (not at a node to be deleted), start
system-config-cluster
(refer to Section 5.2, “Starting the Cluster Configuration Tool”). At the Cluster Status Tool tab, under , disable or relocate each service that is running on the node to be deleted. - Stop the cluster software on the node to be deleted by running the following commands at that node in this order:
service rgmanager stop
, if the cluster is running high-availability services (rgmanager
)service gfs stop
, if you are using Red Hat GFSservice clvmd stop
, if CLVM has been used to create clustered volumesservice fenced stop
service cman stop
service ccsd stop
- At
system-config-cluster
(running on a node that is not to be deleted), in the Cluster Configuration Tool tab, delete the member as follows:- If necessary, click the triangle icon to expand theproperty.
- Select the cluster node to be deleted. At the bottom of the right frame (labeled), click the button.
- Clicking the Figure 5.7, “Confirm Deleting a Member”).button causes a warning dialog box to be displayed requesting confirmation of the deletion (
Figure 5.7. Confirm Deleting a Member
- At that dialog box, clickto confirm deletion.
- Propagate the updated configuration by clicking thebutton. (Propagating the updated configuration automatically saves the configuration.)
- Stop the cluster software on the remaining running nodes by running the following commands at each node in this order:
service rgmanager stop
, if the cluster is running high-availability services (rgmanager
)service gfs stop
, if you are using Red Hat GFSservice clvmd stop
, if CLVM has been used to create clustered volumesservice fenced stop
service cman stop
service ccsd stop
- Start cluster software on all remaining cluster nodes 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
)
- At
system-config-cluster
(running on a node that was not deleted), in 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”.