ONTAP 9.13

to English version

クラスタ内のノードに関する情報の表示

ノード名、ノードが健全かどうか、クラスタへの参加資格の有無を表示することができます。advanced権限レベルでは、ノードにイプシロンが設定されているかどうかも表示できます。

手順
  1. クラスタ内のノードに関する情報を表示するには、 cluster show コマンドを使用します。

    ノードにイプシロンが設定されているかどうかを表示するには、このコマンドをadvanced権限レベルで実行します。

クラスタ内のノードを表示する例

次の例では、4ノード クラスタ内のすべてのノードに関する情報を表示しています。

cluster1::> cluster show
Node                  Health  Eligibility
--------------------- ------- ------------
node1                 true    true
node2                 true    true
node3                 true    true
node4                 true    true

次の例では、advanced権限レベルで 「node1」 という名前のノードに関する詳細情報を表示しています。

cluster1::> set -privilege advanced
Warning: These advanced commands are potentially dangerous; use them only when directed to do so by support personnel.
Do you want to continue? {y|n}: y

cluster1::*> cluster show -node node1

       Node: node1
  Node UUID: a67f9f34-9d8f-11da-b484-000423b6f094
    Epsilon: false
Eligibility: true
     Health: true
Top of Page