Skip to main content
Die deutsche Sprachversion wurde als Serviceleistung für Sie durch maschinelle Übersetzung erstellt. Bei eventuellen Unstimmigkeiten hat die englische Sprachversion Vorrang.

Einen Node mit dem ONTAP Cluster synchronisieren, damit das clusterweite Quorum gewährleistet ist.

Beitragende netapp-sumathi netapp-barbe netapp-aherbin
Änderungen vorschlagen

Wenn ein clusterweites Quorum vorhanden ist, aber ein oder mehrere Knoten nicht mit dem Cluster synchron sind, muss der Knoten synchronisiert werden, um die replizierte Datenbank (RDB) auf dem Knoten wiederherzustellen und ihn in das Quorum zu bringen.

Schritt
  1. Von einem fehlerfreien Knoten aus kann mit dem system configuration recovery cluster sync Befehl auf der Ebene mit erweiterten Berechtigungen der Knoten synchronisiert werden, der nicht mit der Clusterkonfiguration übereinstimmt.

    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 auf den Knoten repliziert, und der Knoten ist somit berechtigt, am Cluster teilzunehmen.