Operating System - HP-UX
1830487 Members
3138 Online
110005 Solutions
New Discussion

Re: OnlineJFS installed but no vxenablef

 

OnlineJFS installed but no vxenablef

On a HP-UX 11.00 system I use there seems to be OnlineJFS installed but I don't see any vxenablef to check whether the system is licensed.Can anyone please give light on this.Is there anyother way that I could check whether the system is licensed to use OnlineJFS.
Hello
8 REPLIES 8
Massimo Bianchi
Honored Contributor

Re: OnlineJFS installed but no vxenablef

Hi,
if you are in doubt, just try to use fsadm to change the largefiles/nolargefiles attribute of a FS.

If it works, your OnlineJFS is enabled.

Massimo

Pete Randall
Outstanding Contributor

Re: OnlineJFS installed but no vxenablef

Try this:

swlist -l bundle |grep -i jfs
B3929BA B.11.00 HP OnLineJFS (Advanced VxFS)



Pete


Pete
Uday_S_Ankolekar
Honored Contributor

Re: OnlineJFS installed but no vxenablef

If you have online JFS license copy installed then it should be in
/sbin/fs/vxfs3.3/vxenablef

-USA..
Good Luck..
Kevin Wright
Honored Contributor

Re: OnlineJFS installed but no vxenablef

you could run vxlicense -p.
Jean-Louis Phelix
Honored Contributor

Re: OnlineJFS installed but no vxenablef

hi,

To find where the file should be you could simply try :

hp> swlist -l file | grep vxenable
JFS.JFS-ENG-A-MAN: /usr/share/man/man1m.Z/vxenablef.1m
JFS.JFS-JPN-E-MAN: /usr/share/man/ja_JP.eucJP/man1m.Z/vxenablef.1m
JFS.JFS-JPN-S-MAN: /usr/share/man/ja_JP.SJIS/man1m.Z/vxenablef.1m
JFS.VXFS-BASE-RUN: /sbin/fs/vxfs/vxenablef

So it's delivered in /sbin/fs/vxfs/vxenablef

Regards.
It works for me (© Bill McNAMARA ...)
Oliver Stoklossa
Frequent Advisor

Re: OnlineJFS installed but no vxenablef

... or you could check if there's a vxadv under "kernel configuration" - "driver" ...

Regards
Oli
Jarle Bjorgeengen
Trusted Contributor

Re: OnlineJFS installed but no vxenablef

If you have vxfs 3.1 which is default on 11.00 , there isn't any vxenablef.

This is because of the old 3.1 don't use the same licesning mechanism as the new 3.3.

Rgds Jarle

Re: OnlineJFS installed but no vxenablef

Right there is no vxenablef and fsadm works for me.Thanks guys for all your input and vxadv was configured as a driver in kernel
Hello