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

BES-53248クラスタスイッチのアップグレード後に構成を確認します

共同作成者

BES-53248クラスタスイッチのアップグレード後に、推奨されるコマンドを使用して処理を検証できます。

手順
  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