[Solved] Increase the file system size

Dear Friends,

I would like to increase the size of a file system from 10GB to 15GB.
System is runing on HP-UX 11.31.

Please help in the matter.

Regards,
Bhagawati Pandey

Hi, have a look here:

 
# vgdisplay vg0X
# lvextend -L 15000M /dev/vg0X/lvolX
#fsadm -F vxfs -b 15000M /filesystem_mountpoint
# bdf /filesystem_mountpoint

Cheers,

Hi Joseph,

Thanks, Problme solved.

Regards,
Bhagawati Pandey