Operating System - HP-UX
1833729 Members
2381 Online
110063 Solutions
New Discussion

Extending / filesystem using online JFS

 
SOLVED
Go to solution
Sudeesh
Respected Contributor

Extending / filesystem using online JFS

Hello all,

I have a system where the / filesystem is almost 95% used. Can I use lvextend and fsadm the normal way? Or is thr any special procedure to extend root ?

Your help will be much appreciated.

Sudeesh
The most predictable thing in life is its unpredictability
3 REPLIES 3
Patrick Wallek
Honored Contributor
Solution

Re: Extending / filesystem using online JFS

No, the / partition cannot be extended the normal way. / is one of the filesystems that MUST be contiguous.

How big is /. / should NOT normally grow in size. Check your /dev directory and make sure there are no regular files that are very large. A common problem is typing a tape device file incorrectly. Using om instead of 0m for example.

Also try 'du -ksx / | sort -n' and see what it returns.
Robert-Jan Goossens_1
Honored Contributor

Re: Extending / filesystem using online JFS

Hi Sudeesh,

This is not an esay question, yes it is possible but / (root) filesystem needs to be contiguous.

Check this thread for both lvm and ignite options.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=274276

Best regards,
Robert-Jan
Sudeesh
Respected Contributor

Re: Extending / filesystem using online JFS

Thank you for your replay. I got the answer I was looking for.


Sudeesh
The most predictable thing in life is its unpredictability