0% found this document useful (0 votes)
312 views1 page

Steps To Resize VXFS, Ufs File Systems On Veritas Volumes

To resize Veritas File Systems or UFS file systems on Veritas volumes: 1. Verify free space on the underlying device using vxdg free. 2. Expand the volume size using vxassist growto. 3. Expand the file system using fsadm -F vxfs -b or vxresize -F ufs -g for VxFS or UFS respectively. 4. Verify the resize was successful using df.

Uploaded by

Yudha Setiawan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
312 views1 page

Steps To Resize VXFS, Ufs File Systems On Veritas Volumes

To resize Veritas File Systems or UFS file systems on Veritas volumes: 1. Verify free space on the underlying device using vxdg free. 2. Expand the volume size using vxassist growto. 3. Expand the file system using fsadm -F vxfs -b or vxresize -F ufs -g for VxFS or UFS respectively. 4. Verify the resize was successful using df.

Uploaded by

Yudha Setiawan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

steps to resize vxfs,ufs file systems on Veritas volumes You resize a Veritas File System by using the fsadm

command ----------------------------------------------------------fsadm -F vxfs [-b newsize] [-r rawdev] mount_point 1. Verify free space on underlying device: # vxdg -g "datavol" free 2. Expand the volume using vxassist: # vxassist -g "datadg" growto "myvol" "newsize" example: #vxassist -g testdg growto datavol 1024000 3. Expand the file system using fsadm: # fsadm -F vxfs -b "newsize" \-r /dev/vx/rdsk/testdg/datavol /datavol 4. Verify that the file system was resized by using df: # df -k /datavol for ufs: file system growing ------------------------------------------------------# vxresize -b -F ufs -g "name_dg" "volume" +"MB" example: # vxresize -b -F ufs -g rootdg rootvol1 +20000m # vxresize -g mitdg -F ufs myvol1 +1g

You might also like