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.

Aktivieren Sie SVM-Sicherung auf einem FlexGroup Volume

Beitragende

Wenn das SVM-DR-Schutzfahne auf festgelegt ist unprotected Auf einem FlexGroup-Volume können Sie das Flag auf setzen protected Um SVM-DR-Schutz zu aktivieren.

Was Sie benötigen
  • Die SVM-DR-Beziehung zwischen primärem und sekundärem Storage ist ordnungsgemäß.

  • Der SVM-DR-Sicherungsparameter ist auf festgelegt unprotected.

Schritte
  1. Aktivieren Sie den Schutz mit volume modify Um das zu ändern vserver-dr-protection Parameter für das FlexGroup-Volume auf protected.

    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. Aktualisieren der SVM am sekundären Standort: snapmirror update -destination-path destination_svm_name -source-path source_svm_name

    snapmirror update -destination-path vs1_dst: -source-path vs1:
  3. Vergewissern Sie sich, dass die SnapMirror-Beziehung ordnungsgemäß 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. Vergewissern Sie sich, dass die FlexGroup SnapMirror Beziehung ordnungsgemäß 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.