How to increase/decrease filesystem online using Veritas Volume manager

How to increase/decrease filesystem online using Veritas Volume manager
#vxprint -thf (print information about plex,subdisk,disk,volume, diskgroup in details)
#vxprint -pt (plex only)
#vxprint -vt (volume only)
#vxprint -dt (disk only)
#vxprint -st (subdisk only)
#vxprint -g -thf (print information in detail only for certain diskgroup)

grow space by (sebesar) :
#vxresize -F vxfs -x -g volume_name +<10m/10g/12342434435>

grow space by using certain disk :
#vxresize -F vxfs -x -g volume_name +<10m/10g/12342434435> disk1 disk2 ...

shrink space by (sebesar) :
#vxresize -F vxfs -s -g volume_name -<10m/10g/12342434435>

Comments

Popular posts from this blog

OSS RC : learning by doing (new beginning)

Link sudoers in linux (centos7) with Active Directory group

RSYNC via SSH on solaris 10