you could put them all in one group but give them different name. For example name one set SET1VDEV0, SET1VDEV1 ..etc and then name devices for second set SET2VDEV0, SET2VDEV1 ..etc, and the same thing with third set. In your script you will need to reference each and every source and target, for example for set 1 you would run:
symsnap -g DGNAME create DEV001 VDEV ld SET1VDEV0
..and so on. If you need to query all devices in the group you can run symsnap -g DGNAME query -multi.
I agree with Santhosh: GNS is definitly the way to manage DGs from different hosts. And I agree with Dynamox .. you can throw everything in a single DG (3 VDEV for every STD device) and use big command lines (you have to specify every time STD/VDEV pairs). Or you can use different DGs and have the same STD in different DGs. Every DG have its own VDEVs. Right now (with S.E. 6.X) you have to use strange and unintuitive options (-concurrent if I remember) .. And you need to tweak "options" file to be able to put same STD in 3 different DGs .. But it works.
srichev
130 Posts
0
February 13th, 2009 11:00
SKT2
2 Intern
•
1.3K Posts
0
February 13th, 2009 11:00
I would recommend GNS to keep the DGs syncronzied among multiple hosts.
dynamox
9 Legend
•
20.4K Posts
0
February 15th, 2009 00:00
symsnap -g DGNAME create DEV001 VDEV ld SET1VDEV0
..and so on. If you need to query all devices in the group you can run symsnap -g DGNAME query -multi.
xe2sdc
4 Operator
•
2.8K Posts
0
February 16th, 2009 01:00
And I agree with Dynamox .. you can throw everything in a single DG (3 VDEV for every STD device) and use big command lines (you have to specify every time STD/VDEV pairs).
Or you can use different DGs and have the same STD in different DGs. Every DG have its own VDEVs. Right now (with S.E. 6.X) you have to use strange and unintuitive options (-concurrent if I remember) .. And you need to tweak "options" file to be able to put same STD in 3 different DGs
Have fun!!
-s-
SKT2
2 Intern
•
1.3K Posts
0
February 16th, 2009 11:00
i would recommend different DGs with same STD. That way you can avoid speciying the target dev. We have the same setup with three different DGs.