Skip to main content
日本語は機械翻訳による参考訳です。内容に矛盾や不一致があった場合には、英語の内容が優先されます。

BES-53248クラスタスイッチのEFOSソフトウェアまたはRCFアップグレード後のONTAPクラスタネットワークを検証します。

共同作成者 netapp-yvonneo netapp-jolieg

EFOS ソフトウェアまたは BES-53248 クラスタ スイッチの RCF をアップグレードした後、次のコマンドを使用してONTAPクラスタ ネットワークの健全性を確認できます。

手順
  1. 次のコマンドを使用して、クラスター上のネットワーク ポートに関する情報を表示します。

    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
  2. 各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
  3. 確認するには `Health Status`各ノードは `true`次のコマンドを使用します:

    cluster show

    例を表示
    cluster1::> cluster show
    
    Node                 Health  Eligibility   Epsilon
    -------------------- ------- ------------  ------------
    node1                true    true          false
    node2                true    true          false