Operating System - HP-UX
1833017 Members
2205 Online
110048 Solutions
New Discussion

mismatch : command version 35 - kernel version 33

 
DuKul
Regular Advisor

mismatch : command version 35 - kernel version 33

Hello all,
I have OnlineJFS installed on PARISC with HP-UX 11.23 server.
When I am trying to check if the system is licensed for features Full_VxFS HP_DMAPI, I am getting following error message:

# /sbin/fs/vxfs/vxenablef
mismatch : command version 35 - kernel version 33

I have checked the /etc/inittab entries:
# grep vx /etc/inittab
vxen::bootwait:/sbin/fs/vxfs/vxenablef -a
vol1::sysinit:/sbin/init.d/vxvm-sysboot /dev/console 2>&1 ##vxvm

vol2::sysinit:/sbin/init.d/vxvm-startup start /dev/console 2>&1 ##vxvm

vxfs:1:sysinit:/sbin/fs/vxfs4.1/vxenablef -a

and I have tried to check it with vxenablef under /sbin/fs/vxfs4.1:

# /sbin/fs/vxfs4.1/vxenablef
UX:vxfs vxenablef: INFO: V-3-23653: System is licensed for features:
Full_VxFS HP_DMAPI

I do not know whether I am faceing the problem or not.

I have checked also the patches related to the problem (http://www5.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHKL_31500)
I have the PHKL_31500 applied on the system laso with a cumulative LVM patch
PHKL_34094.

Thanks a lot in advance
Best regards
DuKul
2 REPLIES 2
Peter Godron
Honored Contributor

Re: mismatch : command version 35 - kernel version 33

DuKul
Regular Advisor

Re: mismatch : command version 35 - kernel version 33

Hi,
I did see it now :-)
But it does not solve my problem:
I have installed Online JFS as a product, not as a bundle:

# swlist -l bundle|grep -i jfs
# swlist -l product|grep -i jfs
JFS B.11.23 The Base VxFS File System
OnlineJFS B.11.23.0505 Online features of the VxFS File System
PHKL_34179 1.0 JFS3.5 DIO performance; extent rollback

The "classical" vxlicense response does not work:

# vxlicense -p
vrts:vxlicense: INFO: No valid license installed

but when running vxlicrep to see all licenses on the system, I can see following:

# vxlicrep

VERITAS License Manager vxlicrep utility version 3.02.006
Copyright (C) 1996-2004 VERITAS Software Corp. All Rights reserved.

Creating a report on all VERITAS products installed on this system

-----------------***********************-----------------

License Key = XXX-XXX-XXX-XXX-XXXX-XXXX-X
Product Name = VERITAS File System
Serial Number = 1
License Type = PERMANENT
OEM ID = 4095

Features :=
HP_OnlineJFS = Enabled

CPU Count = Not Restricted
Platform = HP-UX
Version = 3.5

Moreover when checking whether or not I have the appropriate vx driver in the kernel, I cannot see any vxadv, but I can see following ones:

# grep vx /stand/system
module vxfs41 best [4523D158]
module vxportal41 best [4523D158]
module vxvm best [42931779]
module vxdmp best [4293075E]

So it seems to me, that I have installed a new version of vxenablef (and new of OnlineJFS) and the old vxenablef remained in /etc/inittab - I have checked this around, and it seems really so... but please advice.

Now the question is, if I comment this line in /etc/inittab:

vxen::bootwait:/sbin/fs/vxfs/vxenablef -a

and let there this one:

vxfs:1:sysinit:/sbin/fs/vxfs4.1/vxenablef -a

if all would be - let's say - ok after the next boot?