1833776 Members
2436 Online
110063 Solutions
New Discussion

Online JFS

 
SOLVED
Go to solution
castro_2
Regular Advisor

Online JFS

I have installed Online JFS
B3929BA B.11.00 HP OnLineJFS (Advanced VxFS)

but when I try to extend a filesystem online, I have this error
"Logical volume /dev/vgXX/lvolX is currently mounted on /mountpoint and could not be umnounted."
Is like don??t have Online JFS, I use Ignite to installed this.
Thanks
14 REPLIES 14
A. Clay Stephenson
Acclaimed Contributor

Re: Online JFS

1) Is the filesystem in question a vxfs or hfs filesystem?

2) Have you licensed OnlineJFS? OnlineJFS 3.3 on 11.0 requires run-time licensing in order to function.

If it ain't broke, I can fix that.
Mark Grant
Honored Contributor

Re: Online JFS

Did you remember to use fsadm instead of extendfs?
Never preceed any demonstration with anything more predictive than "watch this"
Steven E. Protter
Exalted Contributor

Re: Online JFS

Are you sure Online JFS is installed?

swlist -l product | grep -i JFS

swlist | grep -i JFS

swverify \*

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
castro_2
Regular Advisor

Re: Online JFS

swlist | grep -i JFS

B3929BA B.11.00 HP OnLineJFS (Advanced VxFS)
PHCO_20037 1.0 Enhance find(1) for JFS ACLs.
PHKL_13201 1.0 JFS vx_olt_ilistadd() panic fix
PHKL_18452 1.0 Invalid I/O sizes from JFS causes hangs
PHKL_19991 1.0 Fixes mmap & I/O coherency, enables JFS ACLs
PHKL_20335 1.0 boot,JFS;IO perf;PA8600;3GB data;NFS;bcache
PHKL_24011 1.0 JFS 3.3 fix panic due to FS corruption
PHKL_24014 1.0 JFS 3.1 cummulative corruption and panic fix
PHKL_27080 1.0 Fixes JFS3.1 hang.
Patrick Wallek
Honored Contributor

Re: Online JFS

See Clay's response and have a read through the manual. It is almost surely a licensing issue.
Thierry Poels_1
Honored Contributor

Re: Online JFS

Hi,

Mark is correct.

lvextend -L 500 /dev/vg00/lvol20
fsadm -b 500M /mountpoint

instead of lvextend + extendfs.

regards,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
John Dvorchak
Honored Contributor

Re: Online JFS

What command are you using to extend the filesystem? For online JFS you should be using the fsadm command:

fsadm -b new_block_size /your_mount_point

Good luck.
If it has wheels or a skirt, you can't afford it.
James R. Ferguson
Acclaimed Contributor
Solution

Re: Online JFS

Hi:

Product B3929BA represents the 3.1 version of Online JFS and does not need the license activation like B3929CA -- the 3.3. version.

Verify that you have the 'vxadv' kernel driver installed:

# grep -i vxadv /stand/system

Regards!

...JRF...
castro_2
Regular Advisor

Re: Online JFS

I think this is the problem

# grep -i vxadv /stand/system
nothing.

I supose that I want to reinstall the Online JFS
Thanks
Todd McDaniel_1
Honored Contributor

Re: Online JFS

I have tried that grep command offered to you on my boxes which all have JFS enabled and I get a null response as well... Are you sure htat grep command is correct???


Also, if it is a licenseing issue try this command...

# /sbin/fs/vxfs/vxenablef -a ## to activate a JFS license


To check:

# /sbin/fs/vxfs/vxenablef ## to check if it is loaded???.
System is licensed for features
Full_VxFS HP_DMAPI

Unix, the other white meat.
castro_2
Regular Advisor

Re: Online JFS

I don??t have this command
/sbin/fs/vxfs/vxenablef
Thanks
Todd McDaniel_1
Honored Contributor

Re: Online JFS

I belive this is an 11.i difference... When I look for JFS I don't even see that patch referenced above... So someone with 11.0 boxes will have to help from here...


I might reinstall just to make sure you did it, with:

-x reinstall=true

If you also have mirroring I would make sure to install mirror-ux as well.

Post back when you get a resolution.
Unix, the other white meat.
Bernhard Mueller
Honored Contributor

Re: Online JFS

Castro,

I remember that I had this problem a while ago, when I swcopy-ed "Adv. Online JFS" AND a couple of patches into a single depot for installation in ONE go. Though it did install the Online JFS but the driver was not in the Kernel. There must have been a bug in generating the kernel with those kernel changes required by the patches.

Easiest solution is to add the driver into the kernel like JRF said.

Regards
Bernhard
Mark Ray_1
New Member

Re: Online JFS

Hi Castro,

Sorry for my delayed response. This is my first time on in quite a while.

This problem is specific to OnlineJFS 3.1 on 11.0. JFS 3.3 on 11.0 and above uses a licensing scheme.

I do not recommend simply adding the vxadv driver into your kernel. The reason that it is missing is that the OnlineJFS product should be patched before enabling the driver as there are some crucial bugs in the OnlineJFS product that needs to be fixed before enabling the driver.

If you go back and look at the swinstall.log file, you should see a message in the log that tells you that the product is installed, but disabled. It should instruct you that you need to reinstall PHKL_18543 (which is probably already installed).

The reason for this the OnlineJFS product installs unpatched modules.

***IMPORTANT NOTE*** Never, ever, ever install PHKL_18543 with the reinstall=true option. Just use a default install, even if PHKL_18543 is already installed. Swinstall will only patch the OnlineJFS modules that were not present with PHKL_18543 was initially installed.

Once PHKL_18543 is installed again, then install your other important OnlineJFS patches.

Mark