Den Typ einer ONTAP SnapMirror Beziehung konvertieren
Ab ONTAP 9.5 wird SnapMirror synchron unterstützt. Eine SnapMirror asynchron Beziehung kann in eine SnapMirror synchron Beziehung oder umgekehrt umgewandelt werden, ohne dass ein Basistransfer erforderlich ist.
Sie können eine SnapMirror asynchron Beziehung nicht durch Ändern der SnapMirror Richtlinie in eine SnapMirror synchron Beziehung oder umgekehrt umwandeln.
-
Umwandlung einer SnapMirror asynchronen Beziehung in eine SnapMirror synchronen Beziehung
-
Vom Ziel-Cluster aus die SnapMirror asynchrone Beziehung löschen:
snapmirror delete -destination-path <SVM: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:
snapmirror create -source-path src_SVM:src_volume -destination-path <destination_SVM>:<destination_volume> -policy sync-mirrorcluster2::>snapmirror create -source-path vs1:vol1 -destination-path vs1_dr:vol1 -policy sync
-
Die SnapMirror synchron Beziehung erneut synchronisieren:
snapmirror resync -destination-path <destination_SVM:destination_volume>
cluster2::>snapmirror resync -destination-path vs1_dr:vol1
-
-
Umwandlung einer SnapMirror synchronen Beziehung in eine SnapMirror asynchrone Beziehung
-
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 SnapMirror asynchrone Beziehung löschen:
snapmirror delete -destination-path <SVM: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 asynchrone Beziehung erstellen:
snapmirror create -source-path src_SVM:src_volume -destination-path <destination_SVM:destination_volume> -policy MirrorAllSnapshotscluster2::>snapmirror create -source-path vs1:vol1 -destination-path vs1_dr:vol1 -policy sync
-
Die SnapMirror synchron Beziehung erneut synchronisieren:
snapmirror resync -destination-path <destination_SVM:destination_volume>
cluster2::>snapmirror resync -destination-path vs1_dr:vol1
-