MetroCluster Manuals ( CA08871-401 )

to Japanese version

Removing a Disaster Recovery group

Beginning with ONTAP 9.8, you can remove a DR group from an eight-node MetroCluster configuration to create a four-node MetroCluster configuration.

This procedure is supported on ONTAP 9.8 and later.

An eight-node configuration includes eight-nodes organized as two four-node DR groups.

mcc dr groups 8 node

By removing a DR Group, four nodes remain in the configuration.

mcc dr groups 4 node

Removing the DR group nodes from each cluster

  • You must perform this step on both clusters.

  • The metrocluster remove-dr-group command is supported only on ONTAP 9.8 and later.

    1. Prepare for the removal of the DR group, if you haven’t already.

      1. Move all data volumes to another DR group.

      2. Delete all MDV_aud metadata volumes that might exist in the DR group to be removed.

      3. Delete all data aggregates in the DR group to be removed as shown in the following example:

        ClusterA::> storage aggregate show -node ClusterA-01, ClusterA-02 -fields aggregate ,node
        ClusterA::> aggr delete -aggregate aggregate_name
        ClusterB::> storage aggregate show -node ClusterB-01, ClusterB-02 -fields aggregate ,node
        ClusterB::> aggr delete -aggregate aggregate_name
        Root aggregates are not deleted.
      4. Move the data LIFs offline. network interface modify -vserver svm-name -lif data-lif -status-admin down

      5. Migrate all data LIFs to home nodes in another DR group.
        network interface show -home-node old_node

        network interface modify -vserver svm-name -lif data-lif -home-node new_node -home-port port-id

      6. Move the data LIFs back online. network interface modify -vserver svm-name -lif data-lif -status-admin up

      7. Migrate the cluster management LIF to a home node in another DR group.

        network interface show -role cluster-mgmt

        network interface modify -vserver svm-name -lif cluster_mgmt -home-node new_node -home-port port-id

        Node management and inter-cluster LIFs are not migrated.

      8. Transfer epsilon to a node in another DR group if required.

        ClusterA::> set advanced
        ClusterA::*> cluster show
        Move epsilon if needed
        ClusterA::*> cluster modify -node nodename -epsilon false
        ClusterA::*> cluster modify -node nodename -epsilon true
        
        ClusterB::> set advanced
        ClusterB::*> cluster show
        ClusterB::*> cluster modify -node nodename -epsilon false
        ClusterB::*> cluster modify -node nodename -epsilon true
        ClusterB::*> set admin
    2. Identify and remove the DR group.

      1. Identify the correct DR group for removal:

        metrocluster node show

      2. Remove the DR group nodes:
        metrocluster remove-dr-group -dr-group-id 1

        The following example shows the removal of the DR group configuration on cluster_A.

        cluster_A::*>
        
        Warning: Nodes in the DR group that are removed from the MetroCluster
                 configuration will lose their disaster recovery protection.
        
                 Local nodes "node_A_1-FC, node_A_2-FC"will be removed from the
                 MetroCluster configuration. You must repeat the operation on the
                 partner cluster "cluster_B"to remove the remote nodes in the DR group.
        Do you want to continue? {y|n}: y
        
        Info: The following preparation steps must be completed on the local and partner
              clusters before removing a DR group.
        
              1. Move all data volumes to another DR group.
              2. Move all MDV_CRS metadata volumes to another DR group.
              3. Delete all MDV_aud metadata volumes that may exist in the DR group to
              be removed.
              4. Delete all data aggregates in the DR group to be removed. Root
              aggregates are not deleted.
              5. Migrate all data LIFs to home nodes in another DR group.
              6. Migrate the cluster management LIF to a home node in another DR group.
              Node management and inter-cluster LIFs are not migrated.
              7. Transfer epsilon to a node in another DR group.
        
              The command is vetoed if the preparation steps are not completed on the
              local and partner clusters.
        Do you want to continue? {y|n}: y
        [Job 513] Job succeeded: Remove DR Group is successful.
        
        cluster_A::*>
    3. Repeat the previous step on the partner cluster.

    4. If in a MetroCluster IP configuration, remove the MetroCluster connections on the nodes of the old DR group.

      These commands can be issued from either cluster and apply to the entire DR group spanning both the clusters.

      1. Disconnect the connections:

        metrocluster configuration-settings connection disconnect dr-group-id

      2. Delete the MetroCluster interfaces on the nodes of the old DR group:

        metrocluster configuration-settings interface delete

      3. Delete the old DR group’s configuration.
        metrocluster configuration-settings dr-group delete

    5. Unjoin the nodes in the old DR group.

      You must perform this step on each cluster.

      1. Set the advanced privilege level:

        set -privilege advanced

      2. Disable the storage failover:

        storage failover modify -node node-name -enable false

      3. Unjoin the node:
        cluster unjoin -node node-name

        Repeat this step for the other local node in the old DR group.

      4. Set the admin privilege level:
        set -privilege admin

    6. Re-enable cluster HA in the new DR group:

      cluster ha modify -configured true

      You must perform this step on each cluster.

    7. Halt, power down, and remove the old controller modules and storage shelves.

Top of Page