Operating System - HP-UX
1834903 Members
2677 Online
110071 Solutions
New Discussion

Re: How extend file system using Online JFS

 
SOLVED
Go to solution
Paulo Afonso B Azevedo
Occasional Advisor

How extend file system using Online JFS

Hi

I need a Help

I don't remember how I extend file system

using Online JFS,

for exemplo:

I have the mount point /tmp with 100Mbytes
in vg00 and I would like extend this mount point to 200Mbytes

I have 500Mbytes free space in vg00

and the the lvol this mount point is
/dev/vg00/lvol8


thanks a lot
3 REPLIES 3
federico_3
Honored Contributor
Solution

Re: How extend file system using Online JFS

you can use either SAM or these command :

lvextend -L 200 /dev/vg00/lvol8
fsadm -F vxfs -b 204800 /tmp


I hope this helps

Federico
Darrel Louis
Honored Contributor

Re: How extend file system using Online JFS

 
BOUR
Occasional Advisor

Re: How extend file system using Online JFS

Hi,

At first you must extend the lvol with :

lvextend -L 200 /dev/vg00/lvol8

and then extend the F.S. with :

fsadm -F [FS type] -b [block size]
(here -b 204800)

Fred
Fred