Operating System - HP-UX
1752633 Members
5570 Online
108788 Solutions
New Discussion юеВ

11.23 OnlineJFS license failure

 
Tim Nelson
Honored Contributor

11.23 OnlineJFS license failure

Thought I would share a solution.

HPUX 11.23 EOE

1 of many servers decided that the OnlineJFS license just was not good enough for it anymore. While attempting to fsadm a filesystem it errored with:

"UX:vxfs fsadm: ERROR: V-3-25255: fsadm: You don't have a license to run this program"

vxlicrep reported all in good standing

/sbin/fs/vxfs/vxenablef -a errored with kernel mismatch.

The solution....

/sbin/fs/vxfs4.1/vxenablef -a


No solution as to why OnlineJFS decided not to work anymore but the above fixed it.

Cheers !!


2 REPLIES 2
James R. Ferguson
Acclaimed Contributor

Re: 11.23 OnlineJFS license failure

Hi Tim:

For completeness, I think we should include reference to:

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1231520

Regards!

...JRF...
Pupil_1
Trusted Contributor

Re: 11.23 OnlineJFS license failure

more details....

root: $ ll /sbin/fs/vxfs4.1/vxenablef
-r-xr-xr-x 1 bin bin 3147900 May 21 2005 /sbin/fs/vxfs4.1/vxenablef

root: $ ll /sbin/fs/vxfs/vxenablef
-r-xr-xr-x 1 bin bin 2036004 Aug 26 2004 /sbin/fs/vxfs/vxenablef

root: $ /sbin/fs/vxfs/vxenablef -a
mismatch : command version 35 - kernel version 33

root: $ /sbin/fs/vxfs4.1/vxenablef -a
root: $


root: $ what /sbin/fs/vxfs4.1/vxenablef
/sbin/fs/vxfs4.1/vxenablef:
$Header: NAME: License Manager with ELM Support VERSION: 3.02.006 BUILT: Nov 21 2003 17:09:29 Copyright ├В┬й 1996-2004 VERITAS SOFTWARE Corporation. All Rights Reserved. $
$ Internal_Unsupported_Version Sep 17 2004 11:15:37 $
vxfs:src/common/cmd/vxfs/vxenablef/vxenablef.c 4.10
vxfs:src/unix/bufcache/hp/common/cmd/vxfs/vxenablef/osdep.h 3.1
vxfs: revision 4.1 snapshot vxfs/4.1-11.23-20May05

root: $ what /sbin/fs/vxfs/vxenablef
/sbin/fs/vxfs/vxenablef:
$Header: NAME: License Manager with ELM Support VERSION: 3.02.006 BUILT: Nov 21 2003 17:09:29 Copyright ├В┬й 1996-2004 VERITAS SOFTWARE Corporation. All Rights Reserved. $
vxfs:src/common/cmd/vxfs/vxenablef/vxenablef.c 3.2.58.5
vxfs:src/unix/bufcache/hp/common/cmd/vxfs/vxenablef/osdep.h 3.1
$Revision: B11.23.0409LR
$

There is always something new to learn everyday !!