Operating System - HP-UX
1833776 Members
2160 Online
110063 Solutions
New Discussion

How to extend the JFS FIle System.

 
SOLVED
Go to solution
unixguy_1
Regular Advisor

How to extend the JFS FIle System.


Dear Friends,

i want to extend the JFS File System.

What are the steps to be followed?

Pls any one help to me stoe by step.....

Pls....................

Thanks in Advance.

Regards,
Unixguy.


4 REPLIES 4
Johnson Punniyalingam
Honored Contributor
Solution

Re: How to extend the JFS FIle System.

steps to be followed,

# vgdisplay -v /dev/vgxx -->
(PE Size * Free PE) need calculate how much free space you have,

# lvextend -L /dev/vgxx/lvolx

# fsadm -F vxfs -b M /File_system_name

# bdf /File_system_name --> to verify the newly increased size.

Thanks,
Johnson
(if satified assign points )
Problems are common to all, but attitude makes the difference
Wim Rombauts
Honored Contributor

Re: How to extend the JFS FIle System.

The above procedure is only valid when you have an OnlineJFS license.

If you don't, you can use lvextend as above, but you have to unmount the filesystem before extending it.
unixguy_1
Regular Advisor

Re: How to extend the JFS FIle System.


Thanks Johnson.............

Iam Vrey statisfied for ur kind approach my question.

Regards,
Unixguy.
unixguy_1
Regular Advisor

Re: How to extend the JFS FIle System.


It's closed,

By
Unixguy.