欢迎加入IT云增值在线QQ交流群:342584734
分类:
2006-03-13 21:52:31
vxassist move ! |
You do not have to specify the new disk name. In that case, the volume will be moved to any available disk. For example, to move the volume called archive from disk03 to disk04, run the following command:
vxassist move archive !disk03 disk04 |
If one volume is particularly heavily used, you may want to convert from the default concatenation to striping. To do so, create a striped plex (mirror) of the volume and then remove the old (concatenated) plex. For example, to convert the volume called archive from concatenated to striped, run the following commands:
vxassist mirror archive layout=stripe disk02 disk03 disk04 vxplex -o rm dis archive-01 |