Hi,
With cDOT its recomended to have LS mirrors to all nodes from the root volume. Waiting 15 minutes (depending on the schedule) till the new provisioned volume(s) is availible don't makles sense. Maybe there is a mount command to a VC or a unix hosts will happen in the workflow. So has somebody realized this?
so workflow should have additinally following steps, how it is on CLI
or its possible to place this in a embeded command called "update LS-mirror" specifying cluster and vserver:
Find out the root volume of a vserver:
wdflab1::> vserver show -vserver wdflabvs07_fp_infra -fields rootvolume
rootvolume rootvolume-security-style
wdflab1::> vserver show -vserver wdflabvs07_fp_infra -fields rootvolume
vserver rootvolume
------------------- ----------
wdflabvs07_fp_infra rootvol
or use snapmirror show:
wdflab1::> snapmirror show -vserver wdflabvs07 -type ls -fields source-
source-path source-cluster source-vserver source-volume
wdflab1::> snapmirror show -vserver wdflabvs07 -type ls -fields source-path
source-path destination-path
------------------------------------- ------------------------------------------
wdflab1://wdflabvs07_fp_infra/rootvol wdflab1://wdflabvs07_fp_infra/root_vol_m01
wdflab1://wdflabvs07_fp_infra/rootvol wdflab1://wdflabvs07_fp_infra/root_vol_m02
2 entries were displayed.
update LS-set:
wdflab1::> update-ls-set -source-path wdflab1://wdflabvs07_fp_infra/rootvol
(snapmirror update-ls-set)
[Job 3741] Job is queued: snapmirror update-ls-set for source wdflab1://wdflabvs07_fp_infra/rootvol.
watch progress
wdflab1::> job watch-progress -id 3741
Complete: SnapMirror: done [0]
wdflab1::>
Best wishes,
Markus.