Den Modus einer ONTAP SnapMirror synchronen Beziehung konvertieren
Ab ONTAP 9.5 werden SnapMirror synchron Beziehungen unterstützt. Der Modus einer SnapMirror synchron Beziehung kann von StrictSync auf Sync oder umgekehrt geändert werden.
Die Richtlinie einer SnapMirror synchronen Beziehung kann nicht geändert werden, um deren Modus zu konvertieren.
-
Vom Ziel-Cluster die bestehende SnapMirror synchron Beziehung stilllegen:
snapmirror quiesce -destination-path <destination_SVM>:<destination_volume>cluster2::> snapmirror quiesce -destination-path vs1_dr:vol1
-
Vom Ziel-Cluster aus die bestehende SnapMirror synchron Beziehung löschen:
snapmirror delete -destination-path <destination_SVM>:<destination_volume>cluster2::> snapmirror delete -destination-path vs1_dr:vol1
-
Vom Quell-Cluster die SnapMirror Beziehung freigeben, ohne die gemeinsamen Snapshots 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
-
Vom Ziel-Cluster aus eine SnapMirror synchron Beziehung erstellen, indem der Modus angegeben wird, in den die SnapMirror synchron Beziehung konvertiert werden soll:
snapmirror create -source-path vs1:vol1 -destination-path <destination_SVM>:<destination_volume> -policy Sync|StrictSynccluster2::> snapmirror create -source-path vs1:vol1 -destination-path vs1_dr:vol1 -policy Sync
-
Vom Ziel-Cluster aus die SnapMirror Beziehung neu synchronisieren:
snapmirror resync -destination-path <destination_SVM>:<destination_volume>cluster2::> snapmirror resync -destination-path vs1_dr:vol1