1833178 Members
2870 Online
110051 Solutions
New Discussion

extendfs and online jfs

 
SOLVED
Go to solution
Alain Tesserot
Frequent Advisor

extendfs and online jfs

Can I increase the size of a jfs file system using extendfs without unmounting it if I have online jfs?
3 REPLIES 3
Devender Khatana
Honored Contributor
Solution

Re: extendfs and online jfs

Hi,

Yes, Online JFS in made for that only. But prior to extending FS your VG should have atleast that much free space and your LVOL should also be increased to atleast that size.

HTH,
Devender
Impossible itself mentions "I m possible"
Thayanidhi
Honored Contributor

Re: extendfs and online jfs

No,
extendfs will work only in offline.
If you have OnlineJFS, use fsadm.
See man page for fsadm.

Remember to lvextend first.

If you do it in SAM, it uses which ever appropriate.

Regds
TT
Attitude (not aptitude) determines altitude.
Alain Tesserot
Frequent Advisor

Re: extendfs and online jfs

Thanks everyone for you're help.