1829187 Members
9995 Online
109986 Solutions
New Discussion

just checking

 
brian_31
Super Advisor

just checking

have online jfs.need to extend by 5 GB.here is bdf

/dev/vg04/lvol2
91619328 91520862 92359 100% /oracle/data1

lvextend -L 96619 /dev/vg04/lvol2
fsadm -b 96619m /oracle/data1

Thanks

Brian
4 REPLIES 4
Torsten.
Acclaimed Contributor

Re: just checking

Subject: just checking

submitting postings works - is this a question?

;-)

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
James R. Ferguson
Acclaimed Contributor

Re: just checking

Hi Brian:

# fsadm -b 96619M /oracle/data1

...note the CAPITAL letter "M".

Regards!

...JRF...
Sandman!
Honored Contributor

Re: just checking

might want to check the math:

# echo "(91619328+(5*1024^2))/1024"|bc
94592

...should be extending lvol4 to 94592 Mbytes instead of 96619 Mbytes??

Re: just checking

Hi Brian,

That work fine since you have some space left on de FS.
Once you have already 92359kb the extend to 96619Mb will work