Die deutsche Sprachversion wurde als Serviceleistung für Sie durch maschinelle Übersetzung erstellt. Bei eventuellen Unstimmigkeiten hat die englische Sprachversion Vorrang.
Synchronisieren eines Node mit dem Cluster
Beitragende
Änderungen vorschlagen
Wenn ein oder mehrere Knoten nicht mit dem Cluster synchronisiert sind, müssen Sie den Knoten synchronisieren, um die replizierte Datenbank (RDB) auf dem Knoten wiederherzustellen und in das Quorum zu bringen.
Schritt
-
Verwenden Sie in einem funktionstüchtigen Node den
system configuration recovery cluster sync
Befehl auf der erweiterten Berechtigungsebene, um den Node zu synchronisieren, der nicht mit der Cluster-Konfiguration synchronisiert ist.Dieses Beispiel synchronisiert einen Knoten (node2) mit dem Rest des Clusters:
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.
Ergebnis
Die RDB wird zum Node repliziert, und der Node kann am Cluster teilnehmen.