Nexus 5596スイッチからNexus 3232Cスイッチへの移行の準備
Cisco Nexus 5596 スイッチをCisco Nexus 3232C スイッチに移行する準備をするには、次の手順に従います。
-
このクラスタでAutoSupportが有効になっている場合は、AutoSupportメッセージを呼び出してケースの自動作成を抑制します。
system node autosupport invoke -node * -type all - message MAINT=xh
x はメンテナンス ウィンドウの期間 (時間単位) です。
AutoSupportメッセージはテクニカル サポートにこのメンテナンス タスクについて通知し、メンテナンス時間中はケースの自動作成が停止されます。
-
構成内のデバイスに関する情報を表示します。
network device-discovery show
例を表示
次の例は、各クラスタ相互接続スイッチの各ノードに設定されているクラスタ相互接続インターフェイスの数を示しています。
cluster::> network device-discovery show Local Discovered Node Port Device Interface Platform ----------- ------ ------------------- ---------------- ---------------- n1 /cdp e0a CL1 Ethernet1/1 N5K-C5596UP e0b CL2 Ethernet1/1 N5K-C5596UP e0c CL2 Ethernet1/2 N5K-C5596UP e0d CL1 Ethernet1/2 N5K-C5596UP n2 /cdp e0a CL1 Ethernet1/3 N5K-C5596UP e0b CL2 Ethernet1/3 N5K-C5596UP e0c CL2 Ethernet1/4 N5K-C5596UP e0d CL1 Ethernet1/4 N5K-C5596UP 8 entries were displayed.
-
各クラスタ インターフェイスの管理ステータスまたは動作ステータスを決定します。
-
ネットワーク ポートの属性を表示します。
network port show -role cluster
例を表示
次の例では、ノード n1 と n2 のネットワーク ポート属性を表示します。
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 --------- ------------ ---------------- ---- ---- ----------- -------- ------ e0a Cluster Cluster up 9000 auto/10000 - - e0b Cluster Cluster up 9000 auto/10000 - - e0c Cluster Cluster up 9000 auto/10000 - - e0d Cluster Cluster up 9000 auto/10000 - - Node: n2 Ignore Speed(Mbps) Health Health Port IPspace Broadcast Domain Link MTU Admin/Oper Status Status --------- ------------ ---------------- ---- ---- ----------- -------- ------ e0a Cluster Cluster up 9000 auto/10000 - - e0b Cluster Cluster up 9000 auto/10000 - - e0c Cluster Cluster up 9000 auto/10000 - - e0d Cluster Cluster up 9000 auto/10000 - - 8 entries were displayed.
-
論理インターフェースに関する情報を表示します。
network interface show -role cluster
例を表示
次の例では、クラスタ上のすべての LIF に関する一般情報(現在のポートを含む)を表示します。
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 e0a true n1_clus2 up/up 10.10.0.2/24 n1 e0b true n1_clus3 up/up 10.10.0.3/24 n1 e0c true n1_clus4 up/up 10.10.0.4/24 n1 e0d true n2_clus1 up/up 10.10.0.5/24 n2 e0a true n2_clus2 up/up 10.10.0.6/24 n2 e0b true n2_clus3 up/up 10.10.0.7/24 n2 e0c true n2_clus4 up/up 10.10.0.8/24 n2 e0d true 8 entries were displayed.
-
検出されたクラスター スイッチに関する情報を表示します。
system cluster-switch show
例を表示
次の例は、アクティブなクラスタ スイッチを示しています。
cluster::*> system cluster-switch show Switch Type Address Model ----------------------------- ------------------ --------------- --------------- CL1 cluster-network 10.10.1.101 NX5596 Serial Number: 01234567 Is Monitored: true Reason: Software Version: Cisco Nexus Operating System (NX-OS) Software, Version 7.1(1)N1(1) Version Source: CDP CL2 cluster-network 10.10.1.102 NX5596 Serial Number: 01234568 Is Monitored: true Reason: Software Version: Cisco Nexus Operating System (NX-OS) Software, Version 7.1(1)N1(1) Version Source: CDP 2 entries were displayed.
-
-
必要に応じて、新しい 3232C スイッチに適切な RCF とイメージがインストールされていることを確認し、ユーザーとパスワード、ネットワーク アドレス、その他のカスタマイズなど、サイトの重要なカスタマイズを行います。
この時点で両方のスイッチを準備する必要があります。
RCF とイメージをアップグレードする必要がある場合は、次の手順を実行する必要があります。
-
NetAppサポート サイトの「Cisco Ethernet Switches」ページに移動します。
-
そのページの表で、スイッチと必要なソフトウェア バージョンを書き留めてください。
-
適切なバージョンの RCF をダウンロードします。
-
*説明*ページで*続行*を選択し、ライセンス契約に同意してから、*ダウンロード*ページの指示に従ってRCFをダウンロードします。
-
適切なバージョンのイメージ ソフトウェアをダウンロードします。
ONTAP 8.x 以降のクラスタおよび管理ネットワーク スイッチのリファレンス構成ファイル のダウンロード ページを参照し、適切なバージョンを選択してください。
正しいバージョンを見つけるには、ONTAP 8.x 以降の Cluster Network Switch のダウンロード ページ を参照してください。
-
-
交換する 2 番目の Nexus 5596 スイッチに関連付けられている LIF を移行します。
network interface migrate -vserver vserver-name -lif lif-name -source-node source-node-name - destination-node node-name -destination-port destination-port-name
例を表示
次の例は、ノード n1 および n2 の LIF が移行されることを示しています。LIF の移行はすべてのノードで実行する必要があります。
cluster::*> network interface migrate -vserver Cluster -lif n1_clus2 -source-node n1 - destination-node n1 -destination-port e0a cluster::*> network interface migrate -vserver Cluster -lif n1_clus3 -source-node n1 - destination-node n1 -destination-port e0d cluster::*> network interface migrate -vserver Cluster -lif n2_clus2 -source-node n2 - destination-node n2 -destination-port e0a cluster::*> network interface migrate -vserver Cluster -lif n2_clus3 -source-node n2 - destination-node n2 -destination-port e0d
-
クラスターの健全性を確認します。
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 e0a true n1_clus2 up/up 10.10.0.2/24 n1 e0a false n1_clus3 up/up 10.10.0.3/24 n1 e0d false n1_clus4 up/up 10.10.0.4/24 n1 e0d true n2_clus1 up/up 10.10.0.5/24 n2 e0a true n2_clus2 up/up 10.10.0.6/24 n2 e0a false n2_clus3 up/up 10.10.0.7/24 n2 e0d false n2_clus4 up/up 10.10.0.8/24 n2 e0d true 8 entries were displayed.