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 der Art einer SnapMirror Beziehung

Beitragende

Ab ONTAP 9.5 wird SnapMirror Synchronous unterstützt. Sie können eine asynchrone SnapMirror-Beziehung in eine synchrone SnapMirror-Beziehung oder umgekehrt konvertieren, ohne einen Basistransfer durchzuführen.

Über diese Aufgabe

Sie können eine asynchrone SnapMirror-Beziehung nicht in eine synchrone SnapMirror-Beziehung umwandeln oder umgekehrt, indem Sie die SnapMirror-Richtlinie ändern

Schritte
  • Umwandlung einer asynchronen SnapMirror-Beziehung in eine synchrone SnapMirror-Beziehung

    1. Löschen Sie im Ziel-Cluster die asynchrone SnapMirror-Beziehung:

      snapmirror delete -destination-path <SVM:volume>

      cluster2::>snapmirror delete -destination-path vs1_dr:vol1
    2. 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
    3. Erstellen Sie aus dem Ziel-Cluster eine synchrone SnapMirror-Beziehung:

      snapmirror create -source-path src_SVM:src_volume -destination-path <destination_SVM>:<destination_volume> -policy sync-mirror

      cluster2::>snapmirror create -source-path vs1:vol1 -destination-path vs1_dr:vol1 -policy sync
    4. Synchrone SnapMirror-Beziehung erneut synchronisieren:

      snapmirror resync -destination-path <destination_SVM:destination_volume>

    cluster2::>snapmirror resync -destination-path vs1_dr:vol1
  • Konvertierung einer synchronen SnapMirror-Beziehung in eine asynchrone SnapMirror-Beziehung

    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 im Ziel-Cluster die asynchrone SnapMirror-Beziehung:

      snapmirror delete -destination-path <SVM: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 asynchrone SnapMirror-Beziehung:

      snapmirror create -source-path src_SVM:src_volume -destination-path <destination_SVM:destination_volume> -policy MirrorAllSnapshots

      cluster2::>snapmirror create -source-path vs1:vol1 -destination-path vs1_dr:vol1 -policy sync
    5. Synchrone SnapMirror-Beziehung erneut synchronisieren:

      snapmirror resync -destination-path <destination_SVM:destination_volume>

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