MetroCluster マニュアル ( CA08871-401 )
MetroCluster IPのアドレス、ネットマスク、ゲートウェイの変更
ONTAP 9.10.1以降では、MetroCluster IPインターフェイスのプロパティのうち、IPアドレス、マスク、およびゲートウェイを変更できます。プロパティは任意に組み合わせて更新できます。
例えば、重複するIPアドレスが検出された場合や、ルーターの設定変更によってレイヤー3ネットワークでゲートウェイを変更する必要がある場合などに、プロパティの更新が必要となります。
一度に変更できるインターフェイスは1つです。変更したインターフェイス上のトラフィックは、他のインターフェイスを更新して接続を再確立するまで中断されます。
MetroCluster IPインターフェイスのプロパティを変更するには、metrocluster configuration-settings interface modify
コマンドを使用します。
これらのコマンドは、特定のノードの特定のポートの設定を変更するためのものです。ネットワーク接続を完全に復旧するには、他のポートでも同様のコマンドを実行する必要があります。同様に、ネットワーク スイッチの設定も更新が必要です。 例えば、ゲートウェイはHAペアの両方のノードで同じであるため、ゲートウェイを更新する場合は両方のノードで変更する必要があります。さらに、ノードに接続されたスイッチのゲートウェイも更新する必要があります。 |
以下のコマンドを使用して、すべてのインターフェイスで、すべての接続が機能していることを確認します。
-
metrocluster configuration-settings interface show
コマンド -
metrocluster connection check
コマンド -
metrocluster connection show
コマンド
IPアドレス、ネットマスク、ゲートウェイの変更
-
単一のノードとインターフェイスのIPアドレス、ネットマスク、ゲートウェイを更新します。
metrocluster configuration-settings interface modify
次のコマンドは、IPアドレス、ネットマスク、ゲートウェイを更新する方法を示しています。
cluster_A::* metrocluster configuration-settings interface modify -cluster-name cluster_A -home-node node_A_1 -home-port e0a-10 -address 192.168.12.101 -gateway 192.168.12.1 -netmask 255.255.254.0 (metrocluster configuration-settings interface modify) Warning: This operation will disconnect and reconnect iSCSI and RDMA connections used for DR protection through port “e0a-10”. Partner nodes may need modifications for port “e0a-10” in order to completely establish network connectivity. Do you want to continue?" yes [Job 28] Setting up iSCSI target configuration. (pass2:iscsi13:0:-1:0): xpt_action_default: CCB type 0xe XPT_DEV_ADVINFO not supported [Job 28] Establishing iSCSI initiator connections. (pass6:iscsi14:0:-1:0): xpt_action_default: CCB type 0xe XPT_DEV_ADVINFO not supported (pass8:iscsi15:0:-1:0): xpt_action_default: CCB type 0xe XPT_DEV_ADVINFO not supported (pass9:iscsi16:0:-1:0): xpt_action_default: CCB type 0xe XPT_DEV_ADVINFO not supported [Job 28] Job succeeded: Interface Modify is successful. cluster_A::*> metrocluster configuration-settings interface modify -cluster-name cluster_A -home-node node_A_2 -home-port e0a-10 -address 192.168.12.201 -gateway 192.168.12.1 -netmask 255.255.254.0 (metrocluster configuration-settings interface modify) Warning: This operation will disconnect and reconnect iSCSI and RDMA connections used for DR protection through port “e0a-10”. Partner nodes may need modifications for port “e0a-10” in order to completely establish network connectivity. Do you want to continue?" yes [Job 28] Job succeeded: Interface Modify is successful
次のコマンドは、すべてのインターフェイスで、すべての接続が機能していることを確認する方法を示しています。
cluster_A::*> metrocluster configuration-settings interface show (metrocluster configuration-settings interface show) DR Config Group Cluster Node Network Address Netmask Gateway State ----- ------- ------- --------------- --------------- --------------- --------- 1 cluster_A node_A_2 Home Port: e0a-10 192.168.12.201 255.255.254.0 192.168.12.1 completed Home Port: e0b-20 192.168.20.200 255.255.255.0 192.168.20.1 completed node_A_1 Home Port: e0a-10 192.168.12.101 255.255.254.0 192.168.12.1 completed Home Port: e0b-20 192.168.20.101 255.255.255.0 192.168.20.1 completed cluster_B node_B_1 Home Port: e0a-10 192.168.11.151 255.255.255.0 192.168.11.1 completed Home Port: e0b-20 192.168.21.150 255.255.255.0 192.168.21.1 completed node_B_2 Home Port: e0a-10 192.168.11.250 255.255.255.0 192.168.11.1 completed Home Port: e0b-20 192.168.21.250 255.255.255.0 192.168.21.1 completed 8 entries were displayed.
次のコマンドは、すべての接続が機能していることを確認する方法を示しています。
cluster_A::*> metrocluster configuration-settings connection show (metrocluster configuration-settings connection show) DR Source Destination Group Cluster Node Network Address Network Address Partner Type Config State ----- ------- ------- --------------- --------------- ------------ ------------ 1 cluster_A node_A_2 Home Port: e0a-10 192.168.10.200 192.168.10.101 HA Partner completed Home Port: e0a-10 192.168.10.200 192.168.11.250 DR Partner completed Home Port: e0a-10 192.168.10.200 192.168.11.151 DR Auxiliary completed Home Port: e0b-20 192.168.20.200 192.168.20.100 HA Partner completed Home Port: e0b-20 192.168.20.200 192.168.21.250 DR Partner completed Home Port: e0b-20 192.168.20.200 192.168.21.150 DR Auxiliary completed node_A_1 Home Port: e0a-10 192.168.10.101 192.168.10.200 HA Partner completed Home Port: e0a-10 192.168.10.101 192.168.11.151 DR Partner completed Home Port: e0a-10 192.168.10.101 192.168.11.250 DR Auxiliary completed Home Port: e0b-20 192.168.20.100 192.168.20.200 HA Partner completed Home Port: e0b-20 192.168.20.100 192.168.21.150 DR Partner completed Home Port: e0b-20 192.168.20.100 192.168.21.250 DR Auxiliary completed