ONTAP 9.13

to English version

ノードとクラスタの同期

クラスタ全体のクォーラムが存在するものの、いくつかのノードがクラスタと同期していない場合は、ノードを同期してレプリケートされたデータベース(RDB)をノード上にリストアし、クォーラムに参加させる必要があります。

手順
  1. 健全なノードから、 system configuration recovery cluster sync コマンドをadvanced権限レベルで使用して、同期されていないノードをクラスタ構成と同期します。

    次の例では、ノード( node2 )を残りのクラスタと同期します。

    cluster1::*> system configuration recovery cluster sync -node node2
    
    Warning: This command will synchronize node "node2" with the cluster
             configuration, potentially overwriting critical cluster
             configuration files on the node. This feature should only be
             used to recover from a disaster. Do not perform any other
             recovery operations while this operation is in progress. This
             command will cause all the cluster applications on node
             "node2" to restart, interrupting administrative CLI and Web
             interface on that node.
    Do you want to continue? {y|n}: y
    All cluster applications on node "node2" will be restarted. Verify that the cluster applications go online.
結果

該当するノードにRDBがレプリケートされ、クラスタに参加できるようになります。

Top of Page