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.

Konvertieren Sie den Modus einer synchronen SnapMirror-Beziehung

Beitragende

Ab ONTAP 9.5 werden synchrone SnapMirror Beziehungen unterstützt. Sie können den Modus einer synchronen SnapMirror-Beziehung von StructSync in Sync umwandeln oder umgekehrt.

Über diese Aufgabe

Sie können die Richtlinie einer synchronen SnapMirror-Beziehung nicht ändern, um ihren Modus zu konvertieren.

Schritte
  1. Beenden Sie aus dem Ziel-Cluster die vorhandene synchrone SnapMirror-Beziehung:

    snapmirror quiesce -destination-path <destination_SVM>:<destination_volume>

    cluster2::> snapmirror quiesce -destination-path vs1_dr:vol1
  2. Löschen Sie auf dem Ziel-Cluster die vorhandene synchrone SnapMirror-Beziehung:

    snapmirror delete -destination-path <destination_SVM>:<destination_volume>

    cluster2::> snapmirror delete -destination-path vs1_dr:vol1
  3. Geben Sie die SnapMirror Beziehung aus dem Quell-Cluster frei, ohne die gemeinsamen Snapshot Kopien zu löschen:

    snapmirror release -relationship-info-only true -destination-path <destination_SVM>:<destination_volume>

    cluster1::> snapmirror release -relationship-info-only true -destination-path vs1_dr:vol1
  4. Erstellen Sie aus dem Ziel-Cluster eine synchrone SnapMirror-Beziehung, indem Sie den Modus angeben, in den Sie die synchrone SnapMirror-Beziehung konvertieren möchten:

    snapmirror create -source-path vs1:vol1 -destination-path <destination_SVM>:<destination_volume> -policy Sync|StrictSync

    cluster2::> snapmirror create -source-path vs1:vol1 -destination-path vs1_dr:vol1 -policy Sync
  5. Synchronisieren Sie die SnapMirror Beziehung vom Ziel-Cluster neu:

    snapmirror resync -destination-path <destination_SVM>:<destination_volume>

    cluster2::> snapmirror resync -destination-path vs1_dr:vol1