1833788 Members
2706 Online
110063 Solutions
New Discussion

Online jfs

 
manu_9
Frequent Advisor

Online jfs

B3929CA B.11.11 HP OnLineJFS

I have online jfs installed as displayed in the swlist o/p.But when i try to extend the logical volume using sam , it says unmount fs , which it should not do , what can be the problem
8 REPLIES 8
Bharat Katkar
Honored Contributor

Re: Online jfs

Hi MANU,
FInd attached doc on JFS.
Hope that helps.
Regards,
You need to know a lot to actually know how little you know
manu_9
Frequent Advisor

Re: Online jfs

I understand that with HP 11.11 Online jfs is free , but it does not work for , do i have to enable something .
Ted Buis
Honored Contributor

Re: Online jfs

With 11.11, OnLineJFS is not free in the base (foundation) Operating Environment. It is bundled in the higher cost Enterprise Operating Environment and the Mission Critical Operating Environment.
Mom 6
romano r
Frequent Advisor

Re: Online jfs

Hello Manu,
If the file system you want to extend is full (100%) On-Line JFS could not work, try reduce it a little bit and extend it.
bye
romano
Geoff Wild
Honored Contributor

Re: Online jfs

I may be wrong here, but I didn't think SAM can use OnlineJFS.

Try from command line:

lvextend -L /dev/vgXX/lvolXX
fsadm -b M /mountpoint

Example:

lvextend -L 768 /dev/vg10/lvmirrlogA
fsadm -b 768M /oracle/BWP/mirrlogA

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
A. Clay Stephenson
Acclaimed Contributor

Re: Online jfs

Sam can use OnlineJFS. Your first task should be to see if OnlineJFS is actually enabled. Eventhough it is listed in swlist; it may not yet be licensed. Run vxlicense -p to see if it is active. Also, let's not overlook the obvious; is this a vxfs system? Hfs filesystems cannot be extended while mounted. Also, are you trying to extend / or some other LVOL that requires contigious allocation.
If it ain't broke, I can fix that.
Sanjay_6
Honored Contributor

Re: Online jfs

Hi,

Sam does not support OnlineJFS. You'll have to use the command line options to extend a filesystem online.

lvextend -L new_size_in_mb /dev/vg_name/lv_name
fsadm -b new_size_in_KB /mount_point

for new_size_in_KB
bc
new_size_in_mb * 1024

Hope this helps.

Regds
Ted Buis
Honored Contributor

Re: Online jfs

I have used sam many times to extend the file system with OnLineJFS in 11.23, and I think 11.11 too. Is it possible a patch is needed?
Mom 6