- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- syslog lots of message about error in vmunix.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2012 02:12 AM
10-16-2012 02:12 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2012 02:59 AM
10-16-2012 02:59 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2012 03:25 AM
10-16-2012 03:25 AM
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:
This is one more question - this link https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=A7173A is still recommend for solving problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2012 03:35 AM
10-16-2012 03:35 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2012 03:52 AM
10-16-2012 03:52 AM
Re: syslog lots of message about error in vmunix.
HP-UX B.11.11 U 9000/800 3727068101 unlimited-user license
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2012 04:39 AM
10-16-2012 04:39 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2012 04:47 AM
10-16-2012 04:47 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2012 05:04 AM
10-16-2012 05:04 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2012 05:11 AM
10-16-2012 05:11 AM
Re: syslog lots of message about error in vmunix.
Great thanks for your time and advices.