SVM-Schutz auf ONTAP FlexGroup Volumes aktivieren
Wenn das SVM DR-Schutzflag auf unprotected einem FlexGroup Volume gesetzt ist, kann das Flag auf protected gesetzt werden, um den SVM DR-Schutz zu aktivieren.
-
Die SVM DR Beziehung zwischen Primär- und Sekundärsystem ist fehlerfrei.
-
Der SVM DR-Schutzparameter ist auf
unprotectedeingestellt.
-
Der Schutz wird aktiviert, indem das
volume modifyzur Änderung desvserver-dr-protection-Parameters für das FlexGroup Volume aufprotectedverwendet wird.cluster2::> volume modify -vserver vs1 -volume fg_src -vserver-dr-protection protected [Job 5384] Job is queued: Modify fg_src. [Job 5384] Steps completed: 4 of 4. cluster2::>
-
Die SVM am sekundären Standort wird aktualisiert:
snapmirror update -destination-path destination_svm_name -source-path source_svm_namesnapmirror update -destination-path vs1_dst: -source-path vs1:
-
Es sollte überprüft werden, ob die SnapMirror Beziehung intakt ist:
snapmirror showcluster2::> snapmirror show Progress Source Destination Mirror Relationship Total Last Path Type Path State Status Progress Healthy Updated ----------- ---- ------------ ------- -------------- --------- ------- -------- vs1: XDP vs1_dst: Snapmirrored Idle - true - -
Es sollte überprüft werden, ob die FlexGroup SnapMirror Beziehung intakt ist:
snapmirror show -expandcluster2::> snapmirror show -expand Progress Source Destination Mirror Relationship Total Last Path Type Path State Status Progress Healthy Updated ----------- ---- ------------ ------- -------------- --------- ------- -------- vs1: XDP vs1_dst: Snapmirrored Idle - true - vs1:fg_src XDP vs1_dst:fg_src Snapmirrored Idle - true - vs1:fg_src__0001 XDP vs1_dst:fg_src__0001 Snapmirrored Idle - true - vs1:fg_src__0002 XDP vs1_dst:fg_src__0002 Snapmirrored Idle - true - vs1:fg_src__0003 XDP vs1_dst:fg_src__0003 Snapmirrored Idle - true - vs1:fg_src__0004 XDP vs1_dst:fg_src__0004 Snapmirrored Idle - true - 6 entries were displayed.