Operating System - HP-UX
1833760 Members
2190 Online
110063 Solutions
New Discussion

syslog lots of message about error in vmunix.

 
Alexander_Kuz
New Member

syslog lots of message about error in vmunix.

Hi.

 

I noticed a lot of errors in syslog.log with message:

 

vmunix: function == 0x92C390, arg == 0x41EA1400, ticks == 0xF8D8CEA9,  flags == 0x0

 

Can anybody help decode this?

8 REPLIES 8

Re: syslog lots of message about error in vmunix.

You should be able to find out what kernel function is generating this message by executing:

 

echo 0x92C390?ia | adb -o /stand/vmunix

 

It's probably an out of date driver - thats certainly where I've seen these messages before...


I am an HPE Employee
Accept or Kudo
Alexander_Kuz
New Member

Re: syslog lots of message about error in vmunix.

Yeap, thank you very match, I found your post about this with similar problem in topic:

http://h30499.www3.hp.com/t5/System-Administration/syslog-huge-and-this-error/td-p/5197480#.UH0zQq7y31U

 

This is one more question - this link https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=A7173A is still recommend for solving problem?

 

Re: syslog lots of message about error in vmunix.

depends on the function reported by the adb call I specified - what version of the OS are you running?


I am an HPE Employee
Accept or Kudo
Alexander_Kuz
New Member

Re: syslog lots of message about error in vmunix.

HP-UX  B.11.11 U 9000/800 3727068101 unlimited-user license

Re: syslog lots of message about error in vmunix.

ooh - old 11.11... in that case the adb command needs to be slightly different:

 

echo ' 0x92C390/a' | adb /stand/vmunix /dev/kmem

 

i.e. drop the "-o"


I am an HPE Employee
Accept or Kudo
Alexander_Kuz
New Member

Re: syslog lots of message about error in vmunix.

Not big difference between old and new results :)

 

mpt_os_callback:
mpt_os_callback:                mpt_os_callback:

 

I suppose, problem is the same as it was in earlier post.

Re: syslog lots of message about error in vmunix.

Yes, install the latest driver for 11.11, from the location you pointed out before:

 

https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=A7173A

 

Looks like 11.11.0803 is the one you want


I am an HPE Employee
Accept or Kudo
Alexander_Kuz
New Member

Re: syslog lots of message about error in vmunix.

Great thanks for your time and advices.