ONTAP 8.3.1以降には、FastPathソフトウェアとRCFをインストールします
この手順 に従って、ONTAP 8.3.1以降用のFastPathソフトウェアとRCFをインストールします。
インストール手順は、 NetApp CN1601 管理スイッチと、 ONTAP 8.3.1 以降を実行する CN1610 クラスタスイッチのどちらについても同じです。ただし、この 2 つのモデルには、異なるソフトウェアと RCF が必要です。
要件を確認
-
スイッチ設定の現在のバックアップ。
-
クラスタが完全に機能している(ログにエラーは記録されず、クラスタネットワークインターフェイスカード(NIC)の欠陥や同様の問題はない)。
-
クラスタスイッチ上の完全に機能するポート接続。
-
すべてのクラスタポートが設定されています。
-
すべてのクラスタ論理インターフェイス(LIF)がセットアップされている(移行されていない)。
-
通信パスが成功した場合:ONTAP (権限:advanced)
cluster ping-cluster -node node1
コマンドは、を示す必要がありますlarger than PMTU communication
はすべてのパスで成功しています。 -
サポートされているFastPath、RCF、およびONTAP のバージョン。
のスイッチ互換性の表を参照してください "NetApp CN1601 / CN1610 スイッチ" サポートされている FastPath 、 RCF 、および ONTAP のバージョンについては、ページを参照してください。
FastPathソフトウェアをインストールします
次の手順 では、clustered Data ONTAP 8.2の構文を使用します。そのため、クラスタSVM、LIF名、CLIの出力がData ONTAP 8.3の出力と異なります。
RCF バージョンと FastPath バージョンでは、コマンド構文間にコマンドの依存関係が存在する場合があります。
|
RCF バージョン 1.2 では、セキュリティ上の理由から、 Telnet のサポートが明示的に無効になっています。RCF 1.2のインストール時の接続の問題を回避するには、Secure Shell(SSH)が有効になっていることを確認してください。。 "NetApp CN1610 Switch Administrator's Guide" SSH の詳細については、を参照してください。 |
この手順の例では、スイッチとノードで次の命名法を使用しています。
-
2 つのネットアップスイッチ名は cs1 と cs2 です。
-
クラスタの論理インターフェイス( LIF )の名前は、ノード 1 では node1_clus1 と node1_clus2 、ノード 2 では node2_clus1 と node2_clus2 です。(1つのクラスタには最大24個のノードを含めることができます)。
-
Storage Virtual Machine ( SVM )名は Cluster です。
-
「 cluster1 :: * > 」プロンプトは、クラスタの名前を示します。
-
各ノードのクラスタポートの名前は e0a および e0b です。
"Hardware Universe" 使用しているプラットフォームでサポートされている実際のクラスタポートに関する詳細情報が表示されます。
-
サポートされているスイッチ間リンク(ISL)は、ポート0/13~0/16です。
-
サポートされるノード接続はポート0/1~0/12です。
手順1:クラスタを移行する
-
クラスタのネットワークポートに関する情報を表示します。
'network port show --ipspace cluster`
例を示します
次の例は、コマンドからの出力のタイプを示しています。
cluster1::> network port show -ipspace cluster Speed (Mbps) Node Port IPspace Broadcast Domain Link MTU Admin/Oper ------ --------- ------------ ---------------- ----- ------- ------------ node1 e0a Cluster Cluster up 9000 auto/10000 e0b Cluster Cluster up 9000 auto/10000 node2 e0a Cluster Cluster up 9000 auto/10000 e0b Cluster Cluster up 9000 auto/10000 4 entries were displayed.
-
クラスタ上の LIF に関する情報を表示します。
'network interface show --role cluster`
例を示します
次の例は、クラスタ上の論理インターフェイスを示しています。次の例では、「 -role 」パラメータで、クラスタポートに関連付けられた LIF に関する情報を表示します。
cluster1::> network interface show -role cluster (network interface show) Logical Status Network Current Current Is Vserver Interface Admin/Oper Address/Mask Node Port Home ----------- ---------- ---------- ------------------ ------------- ------- ---- Cluster node1_clus1 up/up 10.254.66.82/16 node1 e0a true node1_clus2 up/up 10.254.206.128/16 node1 e0b true node2_clus1 up/up 10.254.48.152/16 node2 e0a true node2_clus2 up/up 10.254.42.74/16 node2 e0b true 4 entries were displayed.
-
それぞれのノードで、ノード管理 LIF を使用して、 node1 の e0a に node1_clus2 を、 node2 の e0a に node2 を移行します。
「ネットワーク・インターフェイス移行」
それぞれのクラスタ LIF を所有しているコントローラコンソールでコマンドを入力する必要があります。
例を示します
cluster1::> network interface migrate -vserver Cluster -lif node1_clus2 -destination-node node1 -destination-port e0a cluster1::> network interface migrate -vserver Cluster -lif node2_clus2 -destination-node node2 -destination-port e0a
このコマンドでは、クラスタの名前で大文字と小文字が区別され、各ノードでコマンドを実行する必要があります。一般的なクラスタ LIF ではこのコマンドを実行できません。 -
ノードで network interface show コマンドを使用して、移行が実行されたことを確認します。
例を示します
次の例は、 clus2 がノード node1 とノード node2 のポート e0a に移行したことを示しています。
cluster1::> **network interface show -role cluster** Logical Status Network Current Current Is Vserver Interface Admin/Oper Address/Mask Node Port Home ----------- ---------- ---------- ------------------ ------------- ------- ---- Cluster node1_clus1 up/up 10.254.66.82/16 node1 e0a true node1_clus2 up/up 10.254.206.128/16 node1 e0a false node2_clus1 up/up 10.254.48.152/16 node2 e0a true node2_clus2 up/up 10.254.42.74/16 node2 e0a false 4 entries were displayed.
-
権限レベルを advanced に変更します。続行するかどうかを尋ねられたら、「 y 」と入力します。
「 advanced 」の権限が必要です
advanced のプロンプト( * > )が表示されます。
-
両方のノードでクラスタポート e0b をシャットダウンします。
'network port modify -node node_name --port_port_name_up-admin false
それぞれのクラスタ LIF を所有しているコントローラコンソールでコマンドを入力する必要があります。
例を示します
次の例は、すべてのノードでポート e0b をシャットダウンするコマンドを示しています。
cluster1::*> network port modify -node node1 -port e0b -up-admin false cluster1::*> network port modify -node node2 -port e0b -up-admin false
-
両方のノードでポート e0b がシャットダウンされていることを確認します。
「 network port show 」のように表示されます
例を示します
cluster1::*> network port show -role cluster Speed (Mbps) Node Port IPspace Broadcast Domain Link MTU Admin/Oper ------ --------- ------------ ---------------- ----- ------- ------------ node1 e0a Cluster Cluster up 9000 auto/10000 e0b Cluster Cluster down 9000 auto/10000 node2 e0a Cluster Cluster up 9000 auto/10000 e0b Cluster Cluster down 9000 auto/10000 4 entries were displayed.
-
cs1 のスイッチ間リンク( ISL )ポートをシャットダウンします。
例を示します
(cs1) #configure (cs1) (Config)#interface 0/13-0/16 (cs1) (Interface 0/13-0/16)#shutdown (cs1) (Interface 0/13-0/16)#exit (cs1) (Config)#exit
-
cs2 で現在アクティブなイメージをバックアップします。
例を示します
(cs2) # show bootvar Image Descriptions active : backup : Images currently available on Flash -------------------------------------------------------------------- unit active backup current-active next-active -------------------------------------------------------------------- 1 1.1.0.5 1.1.0.3 1.1.0.5 1.1.0.5 (cs2) # copy active backup Copying active to backup Copy operation successful
手順2:FastPathソフトウェアとRCFをインストールします
-
FastPath ソフトウェアの実行中のバージョンを確認します。
例を示します
(cs2) # show version Switch: 1 System Description............................. NetApp CN1610, 1.1.0.5, Linux 2.6.21.7 Machine Type................................... NetApp CN1610 Machine Model.................................. CN1610 Serial Number.................................. 20211200106 Burned In MAC Address.......................... 00:A0:98:21:83:69 Software Version............................... 1.1.0.5 Operating System............................... Linux 2.6.21.7 Network Processing Device...................... BCM56820_B0 Part Number.................................... 111-00893 --More-- or (q)uit Additional Packages............................ FASTPATH QOS FASTPATH IPv6 Management
-
スイッチにイメージファイルをダウンロードします。
イメージファイルをアクティブイメージにコピーすると、リブート時にそのイメージによって FastPath バージョンが確立されます。以前のイメージはバックアップとして使用できます。
例を示します
(cs2) #copy sftp://root@10.22.201.50//tftpboot/NetApp_CN1610_1.2.0.7.stk active Remote Password:******** Mode........................................... SFTP Set Server IP.................................. 10.22.201.50 Path........................................... /tftpboot/ Filename....................................... NetApp_CN1610_1.2.0.7.stk Data Type...................................... Code Destination Filename........................... active Management access will be blocked for the duration of the transfer Are you sure you want to start? (y/n) y SFTP Code transfer starting... File transfer operation completed successfully.
-
現在のブートイメージと次のアクティブイメージのバージョンを確認します。
'How bootvar'
例を示します
(cs2) #show bootvar Image Descriptions active : backup : Images currently available on Flash -------------------------------------------------------------------- unit active backup current-active next-active -------------------------------------------------------------------- 1 1.1.0.8 1.1.0.8 1.1.0.8 1.2.0.7
-
スイッチに新しいイメージバージョン用の互換性のある RCF をインストールします。
RCFのバージョンがすでに正しい場合は、ISLポートを稼働させます。
例を示します
(cs2) #copy tftp://10.22.201.50//CN1610_CS_RCF_v1.2.txt nvram:script CN1610_CS_RCF_v1.2.scr Mode........................................... TFTP Set Server IP.................................. 10.22.201.50 Path........................................... / Filename....................................... CN1610_CS_RCF_v1.2.txt Data Type...................................... Config Script Destination Filename........................... CN1610_CS_RCF_v1.2.scr File with same name already exists. WARNING:Continuing with this command will overwrite the existing file. Management access will be blocked for the duration of the transfer Are you sure you want to start? (y/n) y Validating configuration script... [the script is now displayed line by line] Configuration script validated. File transfer operation completed successfully.
スクリプトを呼び出す前に '.scr 拡張子をファイル名の一部として設定する必要がありますこの拡張機能は、 FastPath オペレーティングシステム用です。 スイッチは、スクリプトがスイッチにダウンロードされると、スクリプトを自動的に検証します。コンソールに出力が表示されます。
-
スクリプトがダウンロードされ、指定したファイル名で保存されていることを確認します。
例を示します
(cs2) #script list Configuration Script Name Size(Bytes) -------------------------------- ----------- CN1610_CS_RCF_v1.2.scr 2191 1 configuration script(s) found. 2541 Kbytes free.
-
スクリプトをスイッチに適用します。
例を示します
(cs2) #script apply CN1610_CS_RCF_v1.2.scr Are you sure you want to apply the configuration script? (y/n) y [the script is now displayed line by line]... Configuration script 'CN1610_CS_RCF_v1.2.scr' applied.
-
変更がスイッチに適用されたことを確認し、保存します。
'how running-config'
例を示します
(cs2) #show running-config
-
スイッチをリブートしたときにスタートアップコンフィギュレーションになるように、実行コンフィギュレーションを保存します。
例を示します
(cs2) #write memory This operation may take a few minutes. Management interfaces will not be available during this time. Are you sure you want to save? (y/n) y Config file 'startup-config' created successfully. Configuration Saved!
-
スイッチをリブートします。
例を示します
(cs2) #reload The system has unsaved changes. Would you like to save them now? (y/n) y Config file 'startup-config' created successfully. Configuration Saved! System will now restart!
手順3:インストールを検証する
-
再度ログインし、スイッチが FastPath ソフトウェアの新しいバージョンを実行していることを確認します。
例を示します
(cs2) #show version Switch: 1 System Description............................. NetApp CN1610, 1.2.0.7,Linux 3.8.13-4ce360e8 Machine Type................................... NetApp CN1610 Machine Model.................................. CN1610 Serial Number.................................. 20211200106 Burned In MAC Address.......................... 00:A0:98:21:83:69 Software Version............................... 1.2.0.7 Operating System............................... Linux 3.8.13-4ce360e8 Network Processing Device...................... BCM56820_B0 Part Number.................................... 111-00893 CPLD version................................... 0x5 Additional Packages............................ FASTPATH QOS FASTPATH IPv6 Management
リブートが完了したら、ログインしてイメージのバージョンを確認し、実行中の設定を確認し、 RCF のバージョンラベルであるインターフェイス 3/64 の概要 を探します。
-
アクティブなスイッチ cs1 の ISL ポートを起動します。
例を示します
(cs1) #configure (cs1) (Config) #interface 0/13-0/16 (cs1) (Interface 0/13-0/16) #no shutdown (cs1) (Interface 0/13-0/16) #exit (cs1) (Config) #exit
-
ISL が動作していることを確認します。
「 show port-channel 3/1 」
Link State フィールドには 'up' と表示されます
例を示します
(cs1) #show port-channel 3/1 Local Interface................................ 3/1 Channel Name................................... ISL-LAG Link State..................................... Up Admin Mode..................................... Enabled Type........................................... Static Load Balance Option............................ 7 (Enhanced hashing mode) Mbr Device/ Port Port Ports Timeout Speed Active ------ ------------- --------- ------- 0/13 actor/long 10G Full True partner/long 0/14 actor/long 10G Full True partner/long 0/15 actor/long 10G Full False partner/long 0/16 actor/long 10G Full True partner/long
-
すべてのノードでクラスタポート e0b を起動します。
「 network port modify 」を参照してください
それぞれのクラスタ LIF を所有しているコントローラコンソールでコマンドを入力する必要があります。
例を示します
次の例は、ノード 1 とノード 2 でポート e0b を起動しています。
cluster1::*> network port modify -node node1 -port e0b -up-admin true cluster1::*> network port modify -node node2 -port e0b -up-admin true
-
すべてのノードでポート e0b が up になっていることを確認します。
「 network port show -ipspace cluster 」のように表示されます
例を示します
cluster1::*> network port show -ipspace cluster Speed (Mbps) Node Port IPspace Broadcast Domain Link MTU Admin/Oper ------ --------- ------------ ---------------- ----- ------- ------------ node1 e0a Cluster Cluster up 9000 auto/10000 e0b Cluster Cluster up 9000 auto/10000 node2 e0a Cluster Cluster up 9000 auto/10000 e0b Cluster Cluster up 9000 auto/10000 4 entries were displayed.
-
両方のノードで LIF がホームになったことを確認します(「 true 」)。
'network interface show --role cluster`
例を示します
cluster1::*> network interface show -role cluster Logical Status Network Current Current Is Vserver Interface Admin/Oper Address/Mask Node Port Home ----------- ---------- ---------- ------------------ ------------- ------- ---- Cluster node1_clus1 up/up 169.254.66.82/16 node1 e0a true node1_clus2 up/up 169.254.206.128/16 node1 e0b true node2_clus1 up/up 169.254.48.152/16 node2 e0a true node2_clus2 up/up 169.254.42.74/16 node2 e0b true 4 entries were displayed.
-
ノードメンバーのステータスを表示します。
「 cluster show 」を参照してください
例を示します
cluster1::*> cluster show Node Health Eligibility Epsilon -------------------- ------- ------------ ------------ node1 true true false node2 true true false 2 entries were displayed.
-
admin 権限レベルに戻ります。
「特権管理者」
-
同じ手順を繰り返して、もう1つのスイッチcs1にFastPathソフトウェアとRCFをインストールします。