Renaming a cluster in MetroCluster configurations
Renaming a cluster in a MetroCluster configuration involves making the changes, and then verifying on both the local and remote clusters that the change took effect correctly.
- 
View the cluster names using the metrocluster node showcommand: cluster_1::*> metrocluster node show DR Configuration DR Group Cluster Node State Mirroring Mode ----- ------- ------------------ -------------- --------- -------------------- 1 cluster_1 node_A_1 configured enabled normal node_A_2 configured enabled normal cluster_2 node_B_1 configured enabled normal node_B_2 configured enabled normal 4 entries were displayed.
- 
Rename the cluster: cluster identity modify -name new_nameIn the following example, the cluster_1cluster is renamedcluster_A:cluster_1::*> cluster identity modify -name cluster_A 
- 
Verify on the local cluster that the renamed cluster is running normally: metrocluster node showIn the following example, the newly renamed cluster_Ais running normally:cluster_A::*> metrocluster node show DR Configuration DR Group Cluster Node State Mirroring Mode ----- ------- ------------------ -------------- --------- -------------------- 1 cluster_A node_A_1 configured enabled normal node_A_2 configured enabled normal cluster_2 node_B_1 configured enabled normal node_B_2 configured enabled normal 4 entries were displayed.
- 
Rename the remote cluster: cluster peer modify-local-name -name cluster_2 -new-name cluster_BIn the following example, cluster_2is renamedcluster_B:cluster_A::> cluster peer modify-local-name -name cluster_2 -new-name cluster_B 
- 
Verify on the remote cluster that the local cluster was renamed and is running normally: metrocluster node showIn the following example, the newly renamed cluster_Bis running normally:cluster_B::*> metrocluster node show DR Configuration DR Group Cluster Node State Mirroring Mode ----- ------- ------------------ -------------- --------- -------------------- 1 cluster_B node_B_1 configured enabled normal node_B_2 configured enabled normal cluster_A node_A_1 configured enabled normal node_A_2 configured enabled normal 4 entries were displayed.
- 
Repeat these steps for each cluster that you want to rename. 
 PDFs
PDFs