日本語は機械翻訳による参考訳です。内容に矛盾や不一致があった場合には、英語の内容が優先されます。
BES-53248クラスタスイッチのEFOSソフトウェアまたはRCFアップグレード後のONTAPクラスタネットワークの確認
共同作成者
変更を提案
EFOSソフトウェアまたはBES-53248クラスタスイッチのRCFをアップグレードしたあとに、次のコマンドを使用してONTAPクラスタネットワークの健全性を確認できます。
手順
-
コマンドを使用して、クラスタのネットワークポートに関する情報を表示します。
network port show -ipspace Cluster
「 Link 」の値は「 up 」で、「 Health Status 」の値は「 healthy 」である必要があります。
例を示します
次の例は、コマンドからの出力例を示しています。
cluster1::> network port show -ipspace Cluster Node: node1 Ignore Speed(Mbps) Health Health Port IPspace Broadcast Domain Link MTU Admin/Oper Status Status ------ ------------ ---------------- ---- ---- ----------- -------- ------ e0a Cluster Cluster up 9000 auto/10000 healthy false e0b Cluster Cluster up 9000 auto/10000 healthy false Node: node2 Ignore Speed(Mbps) Health Health Port IPspace Broadcast Domain Link MTU Admin/Oper Status Status ----- ------------ ---------------- ---- ---- ----------- -------- ------ e0a Cluster Cluster up 9000 auto/10000 healthy false e0b Cluster Cluster up 9000 auto/10000 healthy false
-
それぞれのLIFについて、を確認します
Is Home
はですtrue
およびStatus Admin/Oper
はですup
両方のノードで、コマンドを使用します。network interface show -vserver Cluster
例を示します
cluster1::> network interface show -vserver Cluster Logical Status Network Current Current Is Vserver Interface Admin/Oper Address/Mask Node Port Home ----------- ---------- ---------- ------------------ ------------- ------- ---- Cluster node1_clus1 up/up 169.254.217.125/16 node1 e0a true node1_clus2 up/up 169.254.205.88/16 node1 e0b true node2_clus1 up/up 169.254.252.125/16 node2 e0a true node2_clus2 up/up 169.254.110.131/16 node2 e0b true
-
を確認します
Health Status
各ノードのはですtrue
コマンドを使用します。「 cluster show 」を参照してください
例を示します
cluster1::> cluster show Node Health Eligibility Epsilon -------------------- ------- ------------ ------------ node1 true true false node2 true true false
次の手順