エフサステクノロジーズ株式会社

本ページの製品は2024年4月1日より、エフサステクノロジーズ株式会社に統合となり、順次、切り替えを実施してまいります。一部、富士通表記が混在することがありますので、ご了承ください。

MetroCluster マニュアル

to English version

ディザスタ リカバリー グループの削除

ONTAP 9.8以降では、8ノードMetroCluster構成からDRグループを削除して、4ノードMetroCluster構成を作成できます。

この手順は、ONTAP 9.8以降でサポートされます。

8ノード構成では、8つのノードが2つの4ノードDRグループとして編成されています。

mcc dr groups 8 node

DRグループを1つ削除することで、4つのノードが構成に残ります。

mcc dr groups 4 node

各クラスタからのDRグループのノードの削除

  • この手順は両方のクラスタで実行する必要があります。

  • metrocluster remove-dr-groupコマンドはONTAP 9.8以降でのみサポートされています。

    1. DRグループを削除する準備ができていない場合は準備します。

      1. すべてのデータ ボリュームを別のDRグループに移動します。

      2. 削除するDRグループにMDV_audメタデータ ボリュームがある場合はすべて削除します。

      3. 次の例に示すように、削除するDRグループにあるすべてのデータ アグリゲートを削除します。

        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
        ルート アグリゲートは削除されません。
      4. データ管理LIFをオフラインにします。 network interface modify -vserver svm-name -lif data-lif -status-admin down

      5. すべてのデータ管理LIFを別のDRグループのホーム ノードに移行します。
        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. データ管理LIFをオンラインに戻します。 network interface modify -vserver svm-name -lif data-lif -status-admin up

      7. クラスタ管理LIFを別のDRグループのホーム ノードに移行します。

        network interface show -role cluster-mgmt

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

        ノード管理LIFとクラスタ間LIFは移行されません。

      8. 必要に応じて、別のDRグループのノードにイプシロンを移動します。

        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. DRグループを特定して削除します。

      1. 削除するDRグループを特定します。

        metrocluster node show

      2. DRグループのノードを削除します。
        metrocluster remove-dr-group -dr-group-id 1

        次の例は、cluster_AのDRグループ設定を削除します。

        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. パートナー クラスタで上記の手順を繰り返します。

    4. MetroCluster IP構成の場合は、古いDRグループのノード上のMetroCluster接続を削除します。

      これらのコマンドはどちらのクラスタからも実行でき、両方のクラスタにまたがるDRグループ全体に適用されます。

      1. 接続を切断します。

        metrocluster configuration-settings connection disconnect dr-group-id

      2. 古いDRグループのノード上のMetroClusterインターフェイスを削除します。

        metrocluster configuration-settings interface delete

      3. 古いDRグループの設定を削除します。
        metrocluster configuration-settings dr-group delete

    5. 古いDRグループからノードを削除します。

      この手順は各クラスタで実行する必要があります。

      1. 権限レベルをadvancedに設定します。

        set -privilege advanced

      2. ストレージ フェイルオーバーを無効にします。

        storage failover modify -node node-name -enable false

      3. グループからノードを削除します。
        cluster unjoin -node node-name

        古いDRグループのもう一方のローカル ノードについて、同じ手順を繰り返します。

      4. 権限レベルをadminに設定します。
        set -privilege admin

    6. 新しいDRグループでクラスタHAを再度有効にします。

      cluster ha modify -configured true

      この手順は各クラスタで実行する必要があります。

    7. 古いコントローラー モジュールとストレージ シェルフを停止し、電源をオフにして取り外します。

Top of Page