Mohd Aslam
2010-10-12 10:28:47 UTC
Hi,
I am having a 33GB mirror volume data01, which is created from disk01/disk02. Plex data01-01 is created from disk01, while Plex data01-02 is created from disk02.Both disks are of 33GB only.
Now I want to extend this volume by 50GB in such a way that plex-01 will be extended by disk03 while plex02 will be extended by disk04..
My problem is that storage team has allocated disk03/04 of 100GB.
To acheive this result, I have done
# vxplex -g datadg -o rm dis data01-02
# vxresize -F vxfs -x -g datadg data01 +50g disk03
# vxassist -g datadg -b mirror data01 disk02 disk04 --> My problem is with this command.
If I am running the above mentioned command to mirror the volume. It's using only disk04 to mirror data01 volume, since total volume size after resize is 83GB, while disk04 is 100GB. vxassist will put whole volume in a single lun. For some reason I want plex data01-02 to use 33GB from disk01 while 50GB from disk04.
Is there some way I can define that while mirroring, plex data01-02 used 33GB space from disk02 and rest 50GB space from disk04.
Thanks
Aslam
I am having a 33GB mirror volume data01, which is created from disk01/disk02. Plex data01-01 is created from disk01, while Plex data01-02 is created from disk02.Both disks are of 33GB only.
Now I want to extend this volume by 50GB in such a way that plex-01 will be extended by disk03 while plex02 will be extended by disk04..
My problem is that storage team has allocated disk03/04 of 100GB.
To acheive this result, I have done
# vxplex -g datadg -o rm dis data01-02
# vxresize -F vxfs -x -g datadg data01 +50g disk03
# vxassist -g datadg -b mirror data01 disk02 disk04 --> My problem is with this command.
If I am running the above mentioned command to mirror the volume. It's using only disk04 to mirror data01 volume, since total volume size after resize is 83GB, while disk04 is 100GB. vxassist will put whole volume in a single lun. For some reason I want plex data01-02 to use 33GB from disk01 while 50GB from disk04.
Is there some way I can define that while mirroring, plex data01-02 used 33GB space from disk02 and rest 50GB space from disk04.
Thanks
Aslam