1748170 Members
4193 Online
108758 Solutions
New Discussion юеВ

fsadm

 
SOLVED
Go to solution
martin wells_1
Advisor

fsadm

Hi,

I have just extended a LV with the command below

lvextend -L 68112 LV

I need to know the fsadm command to extend the filesystem onto it

Thanks
5 REPLIES 5
John Waller
Esteemed Contributor
Solution

Re: fsadm

Hi Martin
fsadm -F vxfs -b 69746688 /

where -b 69746688 is the size in 1k blocks and / is the mounted filesystem mount point. I presume you knolw that this will only work if you have purchased the advanced (online) JFS product.
Stephen Keane
Honored Contributor

Re: fsadm

You want extendfs
Robert-Jan Goossens_1
Honored Contributor

Re: fsadm

Hi Martin

# fsadm -F vxfs -b 68112M your_filesystem

Regards,
Robert-Jan
martin wells_1
Advisor

Re: fsadm

Thanks people!
martin wells_1
Advisor

Re: fsadm

Thanks