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

2 ノードスイッチレスクラスタから Cisco Nexus 3232C クラスタスイッチを使用したクラスタへの移行

共同作成者

2ノードのswitchless-clusterを使用している場合は、Cisco Nexus 3232Cクラスタネットワークスイッチを含む2ノードのswitched_clusterに移行します。これは無停止の手順です。

要件を確認

移行の要件

移行の前に、必ず確認してください "移行の要件"

必要なもの

次の点を確認します

  • ポートはノード接続に使用できます。クラスタスイッチは、 Inter-Switch Link ( ISL ;スイッチ間リンク)ポート e1/31~32 を使用します。

  • クラスタ接続用の適切なケーブルを用意しておきます。

    • 10GbE クラスタ接続のノードには、ブレークアウト光ケーブルまたは QSFP / SFP+ 銅線ブレークアウトケーブルを備えた QSFP 光モジュールが必要です。

    • 40/100GbE クラスタ接続が確立されたノードでは、サポート対象の QSFP/QSFP28 光モジュール(ファイバケーブルまたは QSFP/QSFP28 銅線直接接続ケーブルを使用)が必要です。

    • クラスタスイッチには、適切な ISL ケーブル接続が必要です。 QSFP28 ファイバケーブルまたは銅線直接接続ケーブルが 2 本必要です。

  • 構成が適切にセットアップされ、機能している。

    2 ノードスイッチレスクラスタの設定で 2 ノードが接続され、機能している必要があります。

  • すべてのクラスタポートが「稼働」状態です。

  • Cisco Nexus 3232Cクラスタスイッチがサポートされます。

  • 既存のクラスタネットワーク構成には次のものがあります。

    • 両方のスイッチの冗長で完全に機能している Nexus 3232C クラスタインフラ

    • スイッチにインストールされている最新の RCF および NX-OS バージョン

    • 両方のスイッチで管理接続を使用します

    • 両方のスイッチへのコンソールアクセス

    • 移行されていない、すべてのクラスタ論理インターフェイス(LIF)の状態が「up」になっている必要があります

    • スイッチの初期カスタマイズ

    • すべての ISL ポートが有効でケーブル接続されている

スイッチを移行します

例について

この手順の例では、スイッチとノードで次の命名法を使用しています。

  • Nexus 3232C クラスタスイッチ、 C1 と C2 。

  • ノードが n1 と n2 です。

この手順 の例では、 2 つのノードを使用し、それぞれに 40GbE クラスタ・インターコネクト・ポート e4A と e4e を 2 つ使用しています。。 "_ Hardware Universe _" プラットフォームのクラスタポートに関する詳細が表示されます。

メモ

手順 では、 ONTAP コマンドと Cisco Nexus 3000 シリーズスイッチコマンドの両方を使用する必要があります。特に明記されていないかぎり、 ONTAP コマンドを使用します。

手順1:物理ポートと論理ポートを表示して移行します

  1. このクラスタで AutoSupport が有効になっている場合は、 AutoSupport メッセージを呼び出してケースの自動作成を抑制します。

    'system node AutoSupport invoke -node * -type all -message MAINT=xh`

    x は、メンテナンス時間の長さ(時間単位)です。

    メモ

    AutoSupport メッセージはテクニカルサポートにこのメンテナンスタスクについて通知し、メンテナンス時間中はケースの自動作成が停止されます。

  2. 各クラスタインターフェイスの管理ステータスまたは動作ステータスを確認します。

    1. ネットワークポートの属性を表示します。

      「 network port show -role cluster 」のように表示されます

      例を示します
      cluster::*> network port show -role cluster
        (network port show)
      Node: n1
                                                                             Ignore
                                                        Speed(Mbps) Health   Health
      Port      IPspace      Broadcast Domain Link MTU  Admin/Oper  Status   Status
      --------- ------------ ---------------- ---- ---- ----------- -------- -----
      e4a       Cluster      Cluster          up   9000 auto/40000  -
      e4e       Cluster      Cluster          up   9000 auto/40000  -        -
      Node: n2
                                                                             Ignore
                                                        Speed(Mbps) Health   Health
      Port      IPspace      Broadcast Domain Link MTU  Admin/Oper  Status   Status
      --------- ------------ ---------------- ---- ---- ----------- -------- -----
      e4a       Cluster      Cluster          up   9000 auto/40000  -
      e4e       Cluster      Cluster          up   9000 auto/40000  -
      4 entries were displayed.
    2. 論理インターフェイスとそのホームノードに関する情報を表示します。

      「 network interface show -role cluster 」のように表示されます

      例を示します
      cluster::*> network interface show -role cluster
       (network interface show)
                  Logical    Status     Network            Current       Current Is
      Vserver     Interface  Admin/Oper Address/Mask       Node          Port    Home
      ----------- ---------- ---------- ------------------ ------------- ------- ---
      Cluster
                  n1_clus1   up/up      10.10.0.1/24       n1            e4a     true
                  n1_clus2   up/up      10.10.0.2/24       n1            e4e     true
                  n2_clus1   up/up      10.10.0.3/24       n2            e4a     true
                  n2_clus2   up/up      10.10.0.4/24       n2            e4e     true
      
      4 entries were displayed.
    3. advanced 権限のコマンドを使用して、スイッチレスクラスタの検出が有効になっていることを確認します。

      network options detect-switchless -cluster show `

    例を示します

    次の例の出力は、スイッチレスクラスタの検出が有効であることを示しています。

    cluster::*> network options detect-switchless-cluster show
    Enable Switchless Cluster Detection: true
  3. 新しい 3232C スイッチに適切な RCF とイメージがインストールされていることを確認し、ユーザ、パスワード、ネットワークアドレスの追加など、必要なサイトのカスタマイズを行います。

    この時点で両方のスイッチを準備する必要があります。RCF とイメージソフトウェアをアップグレードする必要がある場合は、次の手順を実行する必要があります。

    1. ネットアップサポートサイトの _Cisco イーサネットスイッチ _ ページにアクセスします。

    2. 使用しているスイッチおよび必要なソフトウェアバージョンを、このページの表に記載します。

    3. 適切なバージョンの RCF をダウンロードします。

    4. 概要 * ページで * continue * をクリックし、ライセンス契約に同意して、 * Download * ページの手順に従ってをダウンロードします。

    5. 適切なバージョンのイメージソフトウェアをダウンロードします。

  4. 概要 * ページで * continue * をクリックし、ライセンス契約に同意して、 * Download * ページの手順に従ってをダウンロードします。

  5. Nexus 3232C スイッチ C1 および C2 では、ノードに接続されているすべてのポート C1 と C2 を無効にします。ただし、 ISL ポート e1/31~32 は無効にしないでください。

    Cisco コマンドの詳細については、に記載されているガイドを参照してください "Cisco Nexus 3000 シリーズ NX-OS コマンドリファレンス"

    例を示します

    次の例は、 RCF 「 NX3232_RCF_v1_24p10g_24p100g.txt 」でサポートされている設定を使用して、 Nexus 3232C クラスタスイッチ C1 および C2 のポート 1 ~ 30 を無効にする方法を示しています。

    C1# copy running-config startup-config
    [] 100% Copy complete.
    C1# configure
    C1(config)# int e1/1/1-4,e1/2/1-4,e1/3/1-4,e1/4/1-4,e1/5/1-4,e1/6/1-4,e1/7-30
    C1(config-if-range)# shutdown
    C1(config-if-range)# exit
    C1(config)# exit
    C2# copy running-config startup-config
    [] 100% Copy complete.
    C2# configure
    C2(config)# int e1/1/1-4,e1/2/1-4,e1/3/1-4,e1/4/1-4,e1/5/1-4,e1/6/1-4,e1/7-30
    C2(config-if-range)# shutdown
    C2(config-if-range)# exit
    C2(config)# exit
  6. サポートされているケーブル配線を使用して、 C1 のポート 1/31 および 1/32 を C2 の同じポートに接続します。

  7. C1 と C2 で ISL ポートが動作していることを確認します。

    「ポートチャネルの概要」

    Cisco コマンドの詳細については、に記載されているガイドを参照してください "Cisco Nexus 3000 シリーズ NX-OS コマンドリファレンス"

    例を示します

    次に、 ISL ポートが C1 および C2 で動作していることを確認するために使用される Cisco`show port-channel summary` コマンドの例を示します。

    C1# show port-channel summary
    Flags: D - Down         P - Up in port-channel (members)
           I - Individual   H - Hot-standby (LACP only)        s - Suspended    r - Module-removed
           S - Switched     R - Routed
           U - Up (port-channel)
           M - Not in use. Min-links not met
    --------------------------------------------------------------------------------
          Port-
    Group Channel      Type   Protocol  Member Ports
    -------------------------------------------------------------------------------
    1     Po1(SU)      Eth    LACP      Eth1/31(P)   Eth1/32(P)
    
    C2# show port-channel summary
    Flags: D - Down         P - Up in port-channel (members)
           I - Individual   H - Hot-standby (LACP only)        s - Suspended    r - Module-removed
           S - Switched     R - Routed
           U - Up (port-channel)
           M - Not in use. Min-links not met
    --------------------------------------------------------------------------------
    
    Group Port-        Type   Protocol  Member Ports
          Channel
    --------------------------------------------------------------------------------
    1     Po1(SU)      Eth    LACP      Eth1/31(P)   Eth1/32(P)
  8. スイッチ上の隣接デバイスのリストを表示します。

    Cisco コマンドの詳細については、に記載されているガイドを参照してください "Cisco Nexus 3000 シリーズ NX-OS コマンドリファレンス"

    例を示します

    次に、スイッチ上の隣接デバイスを表示するために使用される Cisco コマンド「 show cdp neighbors 」の例を示します。

    C1# show cdp neighbors
    Capability Codes: R - Router, T - Trans-Bridge, B - Source-Route-Bridge
                      S - Switch, H - Host, I - IGMP, r - Repeater,
                      V - VoIP-Phone, D - Remotely-Managed-Device,                   s - Supports-STP-Dispute
    Device-ID          Local Intrfce  Hldtme Capability  Platform      Port ID
    C2                 Eth1/31        174    R S I s     N3K-C3232C  Eth1/31
    C2                 Eth1/32        174    R S I s     N3K-C3232C  Eth1/32
    Total entries displayed: 2
    C2# show cdp neighbors
    Capability Codes: R - Router, T - Trans-Bridge, B - Source-Route-Bridge
                      S - Switch, H - Host, I - IGMP, r - Repeater,
                      V - VoIP-Phone, D - Remotely-Managed-Device,                   s - Supports-STP-Dispute
    Device-ID          Local Intrfce  Hldtme Capability  Platform      Port ID
    C1                 Eth1/31        178    R S I s     N3K-C3232C  Eth1/31
    C1                 Eth1/32        178    R S I s     N3K-C3232C  Eth1/32
    Total entries displayed: 2
  9. 各ノードのクラスタポート接続を表示します。

    「 network device-discovery show 」のように表示されます

    例を示します

    次の例は、 2 ノードスイッチレスクラスタ構成のクラスタポート接続を示しています。

    cluster::*> network device-discovery show
                Local  Discovered
    Node        Port   Device              Interface        Platform
    ----------- ------ ------------------- ---------------- ----------------
    n1         /cdp
                e4a    n2                  e4a              FAS9000
                e4e    n2                  e4e              FAS9000
    n2         /cdp
                e4a    n1                  e4a              FAS9000
                e4e    n1                  e4e              FAS9000
  10. n1_clus1 と n2_clus1 の LIF をデスティネーションノードの物理ポートに移行します。

    network interface migrate -vserver vserver-name -lif lif-name source-node source-node-name -destination-port destination-port-name

    例を示します

    次の例に示すように、各ローカルノードに対してコマンドを実行する必要があります。

    cluster::*> network interface migrate -vserver cluster -lif n1_clus1 -source-node n1
    -destination-node n1 -destination-port e4e
    cluster::*> network interface migrate -vserver cluster -lif n2_clus1 -source-node n2
    -destination-node n2 -destination-port e4e

手順2:再割り当てしたLIFをシャットダウンし、ケーブルを外します

  1. クラスタインターフェイスが正常に移行されたことを確認します。

    「 network interface show -role cluster 」のように表示されます

    例を示します

    次の例は、移行完了後に n1_clus1 と n2_clus1 の LIF の「 Is Home 」ステータスを「 false 」にしています。

    cluster::*> network interface show -role cluster
     (network interface show)
                Logical    Status     Network            Current       Current Is
    Vserver     Interface  Admin/Oper Address/Mask       Node          Port    Home
    ----------- ---------- ---------- ------------------ ------------- ------- ----
    Cluster
                n1_clus1   up/up      10.10.0.1/24       n1            e4e     false
                n1_clus2   up/up      10.10.0.2/24       n1            e4e     true
                n2_clus1   up/up      10.10.0.3/24       n2            e4e     false
                n2_clus2   up/up      10.10.0.4/24       n2            e4e     true
     4 entries were displayed.
  2. 手順 9 で移行した n1_clus1 LIF と n2_clus1 LIF のクラスタポートをシャットダウンします。

    'network port modify -node node_name --port_port-name_up-admin false

    例を示します

    次の例に示すように、各ポートに対してコマンドを実行する必要があります。

    cluster::*> network port modify -node n1 -port e4a -up-admin false
    cluster::*> network port modify -node n2 -port e4a -up-admin false
  3. リモートクラスタインターフェイスに ping を実行し、 RPC サーバチェックを実行します。

    'cluster ping-cluster -node-node-name-'

    例を示します

    次の例は、ノード n1 への ping の実行後、 RPC のステータスがと表示されています。

    cluster::*> cluster ping-cluster -node n1
    
    Host is n1 Getting addresses from network interface table...
    Cluster n1_clus1 n1        e4a    10.10.0.1
    Cluster n1_clus2 n1        e4e    10.10.0.2
    Cluster n2_clus1 n2        e4a    10.10.0.3
    Cluster n2_clus2 n2        e4e    10.10.0.4
    Local = 10.10.0.1 10.10.0.2
    Remote = 10.10.0.3 10.10.0.4
    Cluster Vserver Id = 4294967293 Ping status:
    ....
    Basic connectivity succeeds on 4 path(s)
    Basic connectivity fails on 0 path(s) ................
    Detected 9000 byte MTU on 32 path(s):
        Local 10.10.0.1 to Remote 10.10.0.3
        Local 10.10.0.1 to Remote 10.10.0.4
        Local 10.10.0.2 to Remote 10.10.0.3
        Local 10.10.0.2 to Remote 10.10.0.4
    Larger than PMTU communication succeeds on 4 path(s) RPC status:
    1 paths up, 0 paths down (tcp check)
    1 paths up, 0 paths down (ucp check)
  4. ノード n1 の e4A からケーブルを外します。

    実行コンフィギュレーションを参照して、スイッチ C1 (この例ではポート 1/7 )の最初の 40 GbE ポートを n1 の e4A に接続します( Nexus 3232C スイッチでサポートされているケーブル接続を使用)。

手順3:クラスタポートを有効にします

  1. ノード n2 の e4A からケーブルを外します。

    サポートされているケーブルを使用して、実行構成を参照し、 C1 のポート 1/8 で使用可能な次の 40GbE ポートに e4A を接続します。

  2. C1 ですべてのノード側ポートを有効にします。

    Cisco コマンドの詳細については、に記載されているガイドを参照してください "Cisco Nexus 3000 シリーズ NX-OS コマンドリファレンス"

    例を示します

    次の例は、 RCF 「 NX3232_RCF_v1_24p10g_26p100g.txt 」でサポートされている設定を使用して、 Nexus 3232C クラスタスイッチ C1 および C2 でポート 1~30 を有効にします。

    C1# configure
    C1(config)# int e1/1/1-4,e1/2/1-4,e1/3/1-4,e1/4/1-4,e1/5/1-4,e1/6/1-4,e1/7-30
    C1(config-if-range)# no shutdown
    C1(config-if-range)# exit
    C1(config)# exit
  3. 各ノードで、最初のクラスタポート e4A を有効にします。

    'network port modify -node node_name --port_port-name_up-admin true

    例を示します
    cluster::*> network port modify -node n1 -port e4a -up-admin true
    cluster::*> network port modify -node n2 -port e4a -up-admin true
  4. 両方のノードでクラスタが動作していることを確認します。

    「 network port show -role cluster 」のように表示されます

    例を示します
    cluster::*> network port show -role cluster
      (network port show)
    Node: n1
                                                                           Ignore
                                                      Speed(Mbps) Health   Health
    Port      IPspace      Broadcast Domain Link MTU  Admin/Oper  Status   Status
    --------- ------------ ---------------- ---- ---- ----------- -------- -----
    e4a       Cluster      Cluster          up   9000 auto/40000  -
    e4e       Cluster      Cluster          up   9000 auto/40000  -        -
    
    Node: n2
                                                                           Ignore
                                                      Speed(Mbps) Health   Health
    Port      IPspace      Broadcast Domain Link MTU  Admin/Oper  Status   Status
    --------- ------------ ---------------- ---- ---- ----------- -------- -----
    e4a       Cluster      Cluster          up   9000 auto/40000  -
    e4e       Cluster      Cluster          up   9000 auto/40000  -
    
    4 entries were displayed.
  5. 各ノードについて、移行したすべてのクラスタインターコネクト LIF をリバートします。

    network interface revert -vserver cluster -lif LIF_name です

    例を示します

    次の例に示すように、各 LIF をそれぞれのホームポートに個別にリバートする必要があります。

    cluster::*> network interface revert -vserver cluster -lif n1_clus1
    cluster::*> network interface revert -vserver cluster -lif n2_clus1
  6. すべての LIF がそれぞれのホームポートにリバートされたことを確認します。

    「 network interface show -role cluster 」のように表示されます

    Is Home カラムには ' Current Port カラムに一覧表示されているすべてのポートの値 'true' が表示されます表示された値が「 false 」の場合、ポートはリバートされていません。

    例を示します
    cluster::*> network interface show -role cluster
     (network interface show)
                Logical    Status     Network            Current       Current Is
    Vserver     Interface  Admin/Oper Address/Mask       Node          Port    Home
    ----------- ---------- ---------- ------------------ ------------- ------- ----
    Cluster
                n1_clus1   up/up      10.10.0.1/24       n1            e4a     true
                n1_clus2   up/up      10.10.0.2/24       n1            e4e     true
                n2_clus1   up/up      10.10.0.3/24       n2            e4a     true
                n2_clus2   up/up      10.10.0.4/24       n2            e4e     true
    4 entries were displayed.

手順4:再割り当てしたLIFを有効にします

  1. 各ノードのクラスタポート接続を表示します。

    「 network device-discovery show 」のように表示されます

    例を示します
    cluster::*> network device-discovery show
                Local  Discovered
    Node        Port   Device              Interface        Platform
    ----------- ------ ------------------- ---------------- ----------------
    n1         /cdp
                e4a    C1                  Ethernet1/7      N3K-C3232C
                e4e    n2                  e4e              FAS9000
    n2         /cdp
                e4a    C1                  Ethernet1/8      N3K-C3232C
                e4e    n1                  e4e              FAS9000
  2. 各ノードのコンソールで、 clus2 をポート e4A に移行します。

    「 network interface migrate cluster-lif_lif-name _ -source-node-source_node-name-destination-node-destination-node-name-destination-port_destination-port_destination-port-name-port_name`

    例を示します

    次の例に示すように、各 LIF をそれぞれのホームポートに個別に移行する必要があります。

    cluster::*> network interface migrate -vserver cluster -lif n1_clus2 -source-node n1
    -destination-node n1 -destination-port e4a
    cluster::*> network interface migrate -vserver cluster -lif n2_clus2 -source-node n2
    -destination-node n2 -destination-port e4a
  3. 両方のノードでクラスタポート clus2 LIF をシャットダウンします。

    「 network port modify 」を参照してください

    例を示します

    次の例は ' 指定されたポートを false に設定し ' 両方のノードでポートをシャットダウンする方法を示しています

    cluster::*> network port modify -node n1 -port e4e -up-admin false
    cluster::*> network port modify -node n2 -port e4e -up-admin false
  4. クラスタの LIF のステータスを確認します。

    「 network interface show 」を参照してください

    例を示します
    cluster::*> network interface show -role cluster
     (network interface show)
                Logical    Status     Network            Current       Current Is
    Vserver     Interface  Admin/Oper Address/Mask       Node          Port    Home
    ----------- ---------- ---------- ------------------ ------------- ------- ----
    Cluster
                n1_clus1   up/up      10.10.0.1/24       n1            e4a     true
                n1_clus2   up/up      10.10.0.2/24       n1            e4a     false
                n2_clus1   up/up      10.10.0.3/24       n2            e4a     true
                n2_clus2   up/up      10.10.0.4/24       n2            e4a     false
    4 entries were displayed.
  5. ノード n1 の e4e からケーブルを外します。

    実行構成を参照し、スイッチ c2 (この例ではポート 1/7 )の最初の 40 GbE ポートをノード n1 の e4e に接続します。 Nexus 3232C スイッチモデルに対応するケーブル接続を使用します。

  6. ノード n2 の e4e からケーブルを外します。

    Nexus 3232C スイッチモデルに適したケーブル接続を使用して、実行構成を参照し、 c2 のポート 1 / 8 の次に使用可能な 40GbE ポートに e4e を接続します。

  7. C2 のすべてのノード側ポートを有効にします。

    例を示します

    次の例は、 RCF 「 NX323_RCF _v1.0.1_24p10g_26p100g.txt 」でサポートされている設定を使用して、 Nexus 3132Q-V クラスタスイッチ C1 と C2 のポート 1~30 を有効にします。

    C2# configure
    C2(config)# int e1/1/1-4,e1/2/1-4,e1/3/1-4,e1/4/1-4,e1/5/1-4,e1/6/1-4,e1/7-30
    C2(config-if-range)# no shutdown
    C2(config-if-range)# exit
    C2(config)# exit
  8. 各ノードで 2 つ目のクラスタポート e4e を有効にします。

    「 network port modify 」を参照してください

    例を示します

    次の例は、各ノードの 2 つ目のクラスタポート e4e を起動した状態を示しています。

    cluster::*> network port modify -node n1 -port e4e -up-admin true
    cluster::*> *network port modify -node n2 -port e4e -up-admin true*s
  9. 各ノードについて、移行したクラスタインターコネクト LIF をすべてリバートします。「 network interface revert

    例を示します

    次の例は、移行された LIF をホームポートにリバートする方法を示しています。

    cluster::*> network interface revert -vserver Cluster -lif n1_clus2
    cluster::*> network interface revert -vserver Cluster -lif n2_clus2
  10. すべてのクラスタインターコネクトポートがホームポートにリバートされたことを確認します。

    「 network interface show -role cluster 」のように表示されます

    Is Home カラムには ' Current Port カラムに一覧表示されているすべてのポートの値 'true' が表示されます表示された値が「 false 」の場合、ポートはリバートされていません。

    例を示します
    cluster::*> network interface show -role cluster
     (network interface show)
                Logical    Status     Network            Current       Current Is
    Vserver     Interface  Admin/Oper Address/Mask       Node          Port    Home
    ----------- ---------- ---------- ------------------ ------------- ------- ----
    Cluster
                n1_clus1   up/up      10.10.0.1/24       n1            e4a     true
                n1_clus2   up/up      10.10.0.2/24       n1            e4e     true
                n2_clus1   up/up      10.10.0.3/24       n2            e4a     true
                n2_clus2   up/up      10.10.0.4/24       n2            e4e     true
    4 entries were displayed.
  11. すべてのクラスタ・インターコネクト・ポートが up 状態になっていることを確認します。

    「 network port show -role cluster 」のように表示されます

  12. 各クラスタポートが各ノードに接続されているクラスタスイッチのポート番号を表示します。「 network device-discovery show

    例を示します
    cluster::*> network device-discovery show
                Local  Discovered
    Node        Port   Device              Interface        Platform
    ----------- ------ ------------------- ---------------- ----------------
    n1          /cdp
                e4a    C1                  Ethernet1/7      N3K-C3232C
                e4e    C2                  Ethernet1/7      N3K-C3232C
    n2          /cdp
                e4a    C1                  Ethernet1/8      N3K-C3232C
                e4e    C2                  Ethernet1/8      N3K-C3232C
  13. 検出された監視対象のクラスタスイッチを表示します。

    「 system cluster-switch show

    例を示します
    cluster::*> system cluster-switch show
    
    Switch                      Type               Address          Model
    --------------------------- ------------------ ---------------- ---------------
    C1                          cluster-network    10.10.1.101      NX3232CV
    Serial Number: FOX000001
    Is Monitored: true
    Reason:
    Software Version: Cisco Nexus Operating System (NX-OS) Software, Version 7.0(3)I6(1)
    Version Source: CDP
    
    C2                          cluster-network     10.10.1.102      NX3232CV
    Serial Number: FOX000002
    Is Monitored: true
    Reason:
    Software Version: Cisco Nexus Operating System (NX-OS) Software, Version 7.0(3)I6(1)
    Version Source: CDP 2 entries were displayed.
  14. スイッチレスクラスタの検出によって、スイッチレスクラスタのオプションが disabled に変更されたことを確認します。

    network options switchless-cluster show

  15. リモートクラスタインターフェイスに ping を実行し、 RPC サーバチェックを実行します。

    'cluster ping-cluster -node-node-name-'

    例を示します
    cluster::*> cluster ping-cluster -node n1
    Host is n1 Getting addresses from network interface table...
    Cluster n1_clus1 n1        e4a    10.10.0.1
    Cluster n1_clus2 n1        e4e    10.10.0.2
    Cluster n2_clus1 n2        e4a    10.10.0.3
    Cluster n2_clus2 n2        e4e    10.10.0.4
    Local = 10.10.0.1 10.10.0.2
    Remote = 10.10.0.3 10.10.0.4
    Cluster Vserver Id = 4294967293
    Ping status:
    ....
    Basic connectivity succeeds on 4 path(s)
    Basic connectivity fails on 0 path(s) ................
    Detected 9000 byte MTU on 32 path(s):
        Local 10.10.0.1 to Remote 10.10.0.3
        Local 10.10.0.1 to Remote 10.10.0.4
        Local 10.10.0.2 to Remote 10.10.0.3
        Local 10.10.0.2 to Remote 10.10.0.4
    Larger than PMTU communication succeeds on 4 path(s) RPC status:
    1 paths up, 0 paths down (tcp check)
    1 paths up, 0 paths down (ucp check)
  16. スイッチ関連のログファイルを収集するために、クラスタスイッチヘルスモニタのログ収集機能を有効にします。

    「 system cluster-switch log setup -password 」と入力します

    'system cluster-switch log enable-colion

    例を示します
    cluster::*> system cluster-switch log setup-password
    Enter the switch name: <return>
    The switch name entered is not recognized.
    Choose from the following list:
    C1
    C2
    
    cluster::*> system cluster-switch log setup-password
    
    Enter the switch name: C1
    RSA key fingerprint is e5:8b:c6:dc:e2:18:18:09:36:63:d9:63:dd:03:d9:cc
    Do you want to continue? {y|n}::[n] y
    
    Enter the password: <enter switch password>
    Enter the password again: <enter switch password>
    
    cluster::*> system cluster-switch log setup-password
    
    Enter the switch name: C2
    RSA key fingerprint is 57:49:86:a1:b9:80:6a:61:9a:86:8e:3c:e3:b7:1f:b1
    Do you want to continue? {y|n}:: [n] y
    
    Enter the password: <enter switch password>
    Enter the password again: <enter switch password>
    
    cluster::*> system cluster-switch log enable-collection
    
    Do you want to enable cluster log collection for all nodes in the cluster?
    {y|n}: [n] y
    
    Enabling cluster switch log collection.
    
    cluster::*>
    メモ

    これらのコマンドのいずれかでエラーが返される場合は、ネットアップサポートにお問い合わせください。

  17. ケースの自動作成を抑制した場合は、 AutoSupport メッセージを呼び出して作成を再度有効にします。

    「 system node AutoSupport invoke -node * -type all -message MAINT= end 」というメッセージが表示されます