クラスタ全体のクォーラムが存在するものの、1つまたは複数のノードがクラスタと同期していない場合は、ノードを同期し、そのノード上でレプリケートされたデータベース(RDB)をリストアしてクォーラムに加える必要があります。
ステップ
- 正常なノードから、advanced権限レベルでsystem configuration recovery cluster syncコマンドを入力し、同期していないノードをクラスタ構成と同期します。
例
次の例では、残りのクラスタとノード(
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がノードにレプリケートされ、そのノードがクラスタに参加できるようになります。