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>
#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
grow space by (sebesar) :
#vxresize -F vxfs -x -g
grow space by using certain disk :
#vxresize -F vxfs -x -g
shrink space by (sebesar) :
#vxresize -F vxfs -s -g
Comments