Konvertieren der Art einer SnapMirror Beziehung
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.
Sie können eine asynchrone SnapMirror-Beziehung nicht in eine synchrone SnapMirror-Beziehung umwandeln oder umgekehrt, indem Sie die SnapMirror-Richtlinie ändern
-
Umwandlung einer asynchronen SnapMirror-Beziehung in eine synchrone SnapMirror-Beziehung
-
Löschen Sie im Ziel-Cluster die asynchrone SnapMirror-Beziehung:
snapmirror delete -destination-path <SVM:volume>
cluster2::>snapmirror delete -destination-path vs1_dr:vol1
-
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
-
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
-
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
-
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
-
Löschen Sie im Ziel-Cluster die asynchrone SnapMirror-Beziehung:
snapmirror delete -destination-path <SVM:volume>
cluster2::>snapmirror delete -destination-path vs1_dr:vol1
-
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
-
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
-
Synchrone SnapMirror-Beziehung erneut synchronisieren:
snapmirror resync -destination-path <destination_SVM:destination_volume>
cluster2::>snapmirror resync -destination-path vs1_dr:vol1
-