Skip to main content
Die deutsche Sprachversion wurde als Serviceleistung für Sie durch maschinelle Übersetzung erstellt. Bei eventuellen Unstimmigkeiten hat die englische Sprachversion Vorrang.

SVM-Schutz auf ONTAP FlexGroup Volumes aktivieren

Beitragende netapp-barbe netapp-aaron-holt netapp-dbagwell netapp-aherbin
Änderungen vorschlagen

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.

Bevor Sie beginnen
  • Die SVM DR Beziehung zwischen Primär- und Sekundärsystem ist fehlerfrei.

  • Der SVM DR-Schutzparameter ist auf unprotected eingestellt.

Schritte
  1. Der Schutz wird aktiviert, indem das volume modify zur Änderung des vserver-dr-protection-Parameters für das FlexGroup Volume auf protected verwendet 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::>
  2. Die SVM am sekundären Standort wird aktualisiert: snapmirror update -destination-path destination_svm_name -source-path source_svm_name

    snapmirror update -destination-path vs1_dst: -source-path vs1:
  3. Es sollte überprüft werden, ob die SnapMirror Beziehung intakt ist: snapmirror show

    cluster2::> snapmirror show
                                                                           Progress
    Source            Destination Mirror  Relationship   Total             Last
    Path        Type  Path        State   Status         Progress  Healthy Updated
    ----------- ---- ------------ ------- -------------- --------- ------- --------
    vs1:        XDP  vs1_dst:     Snapmirrored
                                          Idle           -         true    -
  4. Es sollte überprüft werden, ob die FlexGroup SnapMirror Beziehung intakt ist: snapmirror show -expand

    cluster2::> 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.
Verwandte Informationen