Das Ziel-ONTAP-FlexGroup-Volume einer SnapMirror Beziehung erweitern
Das Ziel-FlexGroup-Volume kann erweitert und die SnapMirror Beziehung entweder automatisch oder manuell wiederhergestellt werden. Standardmäßig ist die SnapMirror Beziehung auf automatische Erweiterung eingestellt, und das Ziel-FlexGroup-Volume wird automatisch erweitert, wenn das Quellvolume erweitert wird.
-
Das Quellvolumen FlexGroup muss erweitert worden sein.
-
Die SnapMirror Beziehung muss sich im
SnapMirroredZustand befinden.Die SnapMirror Beziehung darf nicht abgebrochen oder gelöscht werden.
-
Wenn das FlexGroup Zielvolume erstellt wird, ist das Volume standardmäßig für die automatische Erweiterung eingerichtet.
Sie können das Ziel-FlexGroup-Volume bei Bedarf für die manuelle Erweiterung ändern.
Die beste Vorgehensweise ist, das Ziel-FlexGroup-Volume automatisch zu erweitern.
-
Alle SnapMirror Operationen schlagen fehl, bis sowohl das Quell-FlexGroup Volume als auch das Ziel-FlexGroup Volume erweitert wurden und die gleiche Anzahl an Bestandteilen aufweisen.
-
Wenn Sie das Ziel-FlexGroup-Volume erweitern, nachdem die SnapMirror Beziehung unterbrochen oder gelöscht wurde, kann die ursprüngliche Beziehung nicht erneut synchronisiert werden.
Wenn Sie beabsichtigen, das Ziel-FlexGroup-Volume wiederzuverwenden, sollte das Volume nach dem Löschen der SnapMirror Beziehung nicht erweitert werden.
-
Führen Sie eine Aktualisierungsübertragung durch, um das Ziel FlexGroup Volume automatisch zu erweitern:
-
Eine SnapMirror Aktualisierungsübertragung durchführen:
snapmirror update -destination-path svm:vol_name -
Es sollte überprüft werden, ob der Status der SnapMirror Beziehung sich im
SnapMirroredZustand befindet:snapmirror showcluster2::> snapmirror show Progress Source Destination Mirror Relationship Total Last Path Type Path State Status Progress Healthy Updated ----------- ---- ------------ ------- -------------- --------- ------- -------- vs_src:src_fg XDP vs_dst:dst_fg Snapmirrored Idle - true -
Anhand der Größe und Verfügbarkeit der Aggregate werden die Aggregate automatisch ausgewählt, und neue Bestandteile, die den Bestandteilen des Quell-FlexGroup Volumes entsprechen, werden dem Ziel-FlexGroup Volume hinzugefügt. Nach der Erweiterung wird automatisch eine Resynchronisierung durchgeführt.
-
-
Das Zielvolume FlexGroup kann manuell erweitert werden:
-
Wenn sich die SnapMirror Beziehung im Auto-Expand-Modus befindet, wird die SnapMirror Beziehung in den manuellen Expand-Modus versetzt:
snapmirror modify -destination-path svm:vol_name -is-auto-expand-enabled falsecluster2::> snapmirror modify -destination-path vs_dst:dst_fg -is-auto-expand-enabled false Operation succeeded: snapmirror modify for the relationship with destination "vs_dst:dst_fg".
-
Die SnapMirror Beziehung in den Quiesce-Zustand versetzen:
snapmirror quiesce -destination-path svm:vol_namecluster2::> snapmirror quiesce -destination-path vs_dst:dst_fg Operation succeeded: snapmirror quiesce for destination "vs_dst:dst_fg".
-
Das Ziel-FlexGroup-Volume erweitern:
volume expand -vserver vserver_name -volume fg_name -aggr-list aggregate name,... [-aggr-list-multiplier constituents_per_aggr]cluster2::> volume expand -volume dst_fg -aggr-list aggr1 -aggr-list-multiplier 2 -vserver vs_dst Warning: The following number of constituents of size 50GB will be added to FlexGroup "dst_fg": 2. Do you want to continue? {y|n}: y [Job 68] Job succeeded: Successful -
Die SnapMirror Beziehung neu synchronisieren:
snapmirror resync -destination-path svm:vol_namecluster2::> snapmirror resync -destination-path vs_dst:dst_fg Operation is queued: snapmirror resync to destination "vs_dst:dst_fg".
-
Es sollte überprüft werden, ob der Status der SnapMirror Beziehung
SnapMirrored:snapmirror showist.cluster2::> snapmirror show Progress Source Destination Mirror Relationship Total Last Path Type Path State Status Progress Healthy Updated ----------- ---- ------------ ------- -------------- --------- ------- -------- vs_src:src_fg XDP vs_dst:dst_fg Snapmirrored Idle - true -
-