CN1610スイッチ3232Cスイッチからの移行準備
CN1610スイッチをCisco Nexus 3232Cスイッチに移行する準備をするには、次の手順を実行します。
-
このクラスタで AutoSupport が有効になっている場合は、 AutoSupport メッセージを呼び出してケースの自動作成を抑制します。
「 system node AutoSupport invoke -node * -type all -message MAINT= xh 」というメッセージが表示されます
x は、メンテナンス時間の長さ(時間単位)です。
このメンテナンスタスクについてテクニカルサポートに通知し、メンテナンス時間中はケースの自動作成が停止されます。
-
構成に含まれるデバイスに関する情報を表示します。
「 network device-discovery show 」のように表示されます
例を示します
次の例は、各クラスタインターコネクトスイッチの各ノードに設定されているクラスタインターコネクトインターフェイスの数を示しています。
cluster::> network device-discovery show Local Discovered Node Port Device Interface Platform ------ ------ ------------ ----------- ---------- n1 /cdp e0a CL1 0/1 CN1610 e0b CL2 0/1 CN1610 e0c CL2 0/2 CN1610 e0d CL1 0/2 CN1610 n2 /cdp e0a CL1 0/3 CN1610 e0b CL2 0/3 CN1610 e0c CL2 0/4 CN1610 e0d CL1 0/4 CN1610 8 entries were displayed.
-
各クラスタインターフェイスの管理ステータスまたは動作ステータスを確認します。
-
クラスタネットワークポートの属性を表示します。
「 network port show -role cluster 」のように表示されます
例を示します
cluster::*> network port show -role cluster (network port show) Node: n1 Broadcast Speed (Mbps) Health Ignore Port IPspace Domain Link MTU Admin/Open Status Health 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 Broadcast Speed (Mbps) Health Ignore Port IPspace Domain Link MTU Admin/Open Status Health 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 」のように表示されます
例を示します
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
例を示します
次の例は、クラスタで認識されているクラスタスイッチとその管理 IP アドレスを表示します。
cluster::> system cluster-switch show Switch Type Address Model ----------------------------- ---------------- ------------- -------- CL1 cluster-network 10.10.1.101 CN1610 Serial Number: 01234567 Is Monitored: true Reason: Software Version: 1.2.0.7 Version Source: ISDP CL2 cluster-network 10.10.1.102 CN1610 Serial Number: 01234568 Is Monitored: true Reason: Software Version: 1.2.0.7 Version Source: ISDP 2 entries displayed.
-
-
必要に応じて、新しい 3232C スイッチに適切な RCF とイメージがインストールされていることを確認し、必要なサイトのカスタマイズを行います。
この時点で両方のスイッチを準備する必要があります。RCF およびイメージをアップグレードする必要がある場合は、次の手順 を実行する必要があります。
-
を参照してください "Cisco イーサネットスイッチ" ネットアップサポートサイトのページを参照してください。
-
使用しているスイッチおよび必要なソフトウェアバージョンを、このページの表に記載します。
-
該当するバージョンの RCF をダウンロードします。
-
[Description]ページで[continue]を選択し、ライセンス契約に同意して、[Download]*ページの指示に従ってRCFをダウンロードします。
-
適切なバージョンのイメージソフトウェアをからダウンロードします "Cisco ® Cluster and Management Network Switch Reference Configuration File Download ( Cisco ® クラスタおよび管理ネットワークスイッチリファレンス構成ファイルのダウンロード"。
-
-
交換する2つ目のCN1610スイッチに関連付けられているLIFを移行します。
network interface migrate -vserver vserver-name -lif lif-name -source-node source-node-name destination-node destination-node-name -destination-port destination-port-name
例を示します
次の例に示すように、各 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.