MetroCluster マニュアル ( CA08871-401 )
ディザスタ リカバリー グループの削除
ONTAP 9.8以降では、8ノードMetroCluster構成からDRグループを削除して、4ノードMetroCluster構成を作成できます。
この手順は、ONTAP 9.8以降でサポートされます。
8ノード構成では、8つのノードが2つの4ノードDRグループとして編成されています。
DRグループを1つ削除することで、4つのノードが構成に残ります。
各クラスタからのDRグループのノードの削除
-
この手順は両方のクラスタで実行する必要があります。
-
metrocluster remove-dr-group
コマンドはONTAP 9.8以降でのみサポートされています。
-
DRグループを削除する準備ができていない場合は準備します。
-
すべてのデータ ボリュームを別のDRグループに移動します。
-
削除するDRグループにロードシェアリングミラー ボリュームが含まれている場合、それらのボリュームを移動することはできません。 別のDRグループですべてのロードシェアリングミラー ボリュームを再作成してから、削除するDRグループ内のロードシェアリングミラー ボリュームを削除してください。
-
-
削除するDRグループにMDV_audメタデータ ボリュームがある場合はすべて削除します。
-
次の例に示すように、削除する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
ルート アグリゲートは削除されません。 -
データ管理LIFをオフラインにします。
network interface modify -vserver svm-name -lif data-lif -status-admin down
-
すべてのデータ管理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
-
データ管理LIFをオンラインに戻します。 +
network interface modify -vserver svm-name -lif data-lif -status-admin up
-
クラスタ管理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は移行されません。
-
必要に応じて、別の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
-
DRグループを特定して削除します。
-
-
削除するDRグループを特定します。
metrocluster node show
-
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::*>
-
パートナー クラスタで上記の手順を繰り返します。
-
MetroCluster IP構成の場合は、古いDRグループのノードのMetroCluster接続を削除します。
これらのコマンドはどちらのクラスタからも実行でき、両方のクラスタにまたがるDRグループ全体に適用されます。
-
-
接続を切断します。
metrocluster configuration-settings connection disconnect dr-group-id
-
古いDRグループのノードのMetroClusterインターフェイスを削除します。
metrocluster configuration-settings interface delete
-
古いDRグループの設定を削除します。
metrocluster configuration-settings dr-group delete
-
古いDRグループからノードを削除します。
この手順は各クラスタで実行する必要があります。
-
-
権限レベルをadvancedに設定します。
set -privilege advanced
-
ストレージ フェイルオーバーを無効にします。
storage failover modify -node node-name -enable false
-
グループからノードを削除します。
cluster unjoin -node node-name
古いDRグループのもう一方のローカル ノードについて、同じ手順を繰り返します。
-
権限レベルをadminに設定します。
set -privilege admin
-
新しいDRグループでクラスタHAを再度有効にします。
cluster ha modify -configured true
この手順は各クラスタで実行する必要があります。
-
古いコントローラー モジュールとストレージ シェルフを停止し、電源を切断して取り外します。
-