Operating System - HP-UX
1754403 Members
3115 Online
108813 Solutions
New Discussion юеВ

11iv3 extend file system without unmount

 
SOLVED
Go to solution
Mark Trux
Regular Advisor

11iv3 extend file system without unmount

I am very new to the HPUX world and I need some guidance.
I have a filesystem /usr/sap that is 90% full.
I have 11122 free PE each PE is 32.
Can I extend this without unmounting the FS?
Thanks
3 REPLIES 3
Ivan Krastev
Honored Contributor
Solution

Re: 11iv3 extend file system without unmount

You can extend it if you have OnlineJFS installed.
Check for logical volume name (usually is lvol6):
#bdf /usr
extend logical volume:
#lvextend -L newsizeM /dev/vg00/lvol6
extend the file system:
#fsadm -F vxfs -b newsizeM /usr


regards,
ivan
Mark Trux
Regular Advisor

Re: 11iv3 extend file system without unmount

Thanks
That is exactly the info I needed!!!
Mark Trux
Regular Advisor

Re: 11iv3 extend file system without unmount

fsadm