Convertir le type de relation SnapMirror
À partir de ONTAP 9.5, SnapMirror synchrone est pris en charge. Vous pouvez convertir une relation asynchrone SnapMirror en relation synchrone SnapMirror, et inversement, sans effectuer de transfert de base.
Vous ne pouvez pas convertir une relation asynchrone SnapMirror en relation synchrone SnapMirror, ni inversement, en modifiant la règle SnapMirror
-
Conversion d'une relation asynchrone SnapMirror en relation synchrone SnapMirror
-
Depuis le cluster destination, supprimer la relation asynchrone SnapMirror :
snapmirror delete -destination-path <SVM:volume>
cluster2::>snapmirror delete -destination-path vs1_dr:vol1
-
Depuis le cluster source, libérer la relation SnapMirror sans supprimer les copies Snapshot courantes :
snapmirror release -relationship-info-only true -destination-path <destination_SVM>:<destination_volume>
cluster1::>snapmirror release -relationship-info-only true -destination-path vs1_dr:vol1
-
Depuis le cluster destination, créer une relation synchrone SnapMirror :
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
-
Resynchroniser la relation synchrone SnapMirror :
snapmirror resync -destination-path <destination_SVM:destination_volume>
cluster2::>snapmirror resync -destination-path vs1_dr:vol1
-
-
Conversion d'une relation synchrone SnapMirror en relation asynchrone SnapMirror
-
Depuis le cluster de destination, arrêter la relation synchrone SnapMirror existante :
snapmirror quiesce -destination-path <destination_SVM>:<destination_volume>
cluster2::> snapmirror quiesce -destination-path vs1_dr:vol1
-
Depuis le cluster destination, supprimer la relation asynchrone SnapMirror :
snapmirror delete -destination-path <SVM:volume>
cluster2::>snapmirror delete -destination-path vs1_dr:vol1
-
Depuis le cluster source, libérer la relation SnapMirror sans supprimer les copies Snapshot courantes :
snapmirror release -relationship-info-only true -destination-path <destination_SVM:destination_volume>
cluster1::>snapmirror release -relationship-info-only true -destination-path vs1_dr:vol1
-
Depuis le cluster destination, créer une relation asynchrone SnapMirror :
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
-
Resynchroniser la relation synchrone SnapMirror :
snapmirror resync -destination-path <destination_SVM:destination_volume>
cluster2::>snapmirror resync -destination-path vs1_dr:vol1
-