メインコンテンツへスキップ

LIFの移行前およびテイクオーバーを実行せずに2ノードクラスタ構成の両方のノードを停止する方法

Views:
4
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core
Last Updated:

環境

ONTAP 9

回答

LIFの移行前とテイクオーバーを実行せずに2ノードクラスタ構成の両方のノードを停止するには、以下のONTAPシャットダウンプロセスに従ってください。

  1. SSHを使用してクラスタにログインします。それ以外の場合は、 ローカルのコンソールケーブルを使用して、クラスタ内の任意のノードからログインします。
  2. スケジュールされたメンテナンスの時間帯にケースの自動作成を停止する方法解決ガイド シャットダウンイベントの予想される期間、ケース抑制AutoSupportメッセージと説明文を生成します。
cluster1::> system node autosupport invoke -node * -type all -message "MAINT=8h Power Maintenance"
  1. すべてのノードのSP / BMC IPアドレスを特定します。
cluster1::> system service-processor show -node * -fields address
node           address
-------------- ------------
cluster1-01    10.10.10.10
cluster1-02    10.10.10.20
  1. クラスタシェルを終了します。
cluster1::> exit
  1. [1] 手順3で説明したいずれかのノードのIPアドレスを使用して、SSH経由でSP / BMCに接続します。それ以外の場合は、 ローカルのコンソールケーブルを ノードに接続します。同じクラスタ管理者のクレデンシャルを使用してログインします。
SP / BMCプロンプトからにアクセスする場合は、システムコンソールに切り替えてクラスタ管理者のクレデンシャルを指定します。

login as: admin
admin@10.10.10.10's password: <password>
SP cluster1-01>system console
Type Ctrl-D to exit.
SP-login: admin
Password: <password>
cluster1::>​​​​


:この手順で説明するように、監視するすべてのSP / BMCへのSSHセッションウィンドウを開きます。
 
  1. クラスタ内のすべてのノードを停止します。
  • ほとんどのクラスタ構成の場合:
cluster1::> system node halt -node * -skip-lif-migration-before-shutdown true -ignore-quorum-warnings true -inhibit-takeover true
cluster1::> system node halt -node * -skip-lif-migration-before-shutdown true -ignore-quorum-warnings true -inhibit-takeover true -ignore-strict-sync-warnings true
  1. 各ノードのプロンプトにと入力します。
Warning: Are you sure you want to halt node "cluster1-01"?
{y|n}: y

Warning: Are you sure you want to halt node "cluster1-02"?
{y|n}: y

2 entries were acted on.
  1. Loaderプロンプトに到達して、各ノードが完全に停止するまで待ちます。
LOADER-A>
  1.     SP / BMCを使用してクラスタ内の各ノードに接続するか(まだ接続していない場合)、ローカルのコンソールケーブルを使用して接続し、各ノードにLOADER プロンプトが表示されていることを確認します(手順8のように)。

追加情報

AdditionalInformation_text

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.