- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vmunix error
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
11-19-2001 06:22 AM
11-19-2001 06:22 AM
vmunix error
I checked for stale pv's and nothing... wondering if anyone has seen this error?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 06:30 AM
11-19-2001 06:30 AM
Re: vmunix error
Have you applied the Sept 2001 patch bundle?
------------------------
Sanjay had this response in
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0xe6eec6af36b7d5118ff10090279cd0f9,00.html
for ibolt errors:
Look at these thread to know more about lbolt errors.
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=51a66e3a017c96c6d7/screen=ckiDisplayDocument?docId=200000015663097
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=51a66e3a017c96c6d7/screen=ckiDisplayDocument?docId=200000044658857
Hope this helps.
thanks
-----------------------
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 06:31 AM
11-19-2001 06:31 AM
Re: vmunix error
There is a big chance that the OS recovers from this type of problem by retransmitting tge SCSI request after the reset. No harm done, but if it returns, you could have a SCSI problem. (check patches).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 06:36 AM
11-19-2001 06:36 AM
Re: vmunix error
lbolt error messages are never a good sign. Seems like there is time to replace a disk of yours. Have a look at the thread below,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=cd6ead3018461a96c5/screen=ckiDisplayDocument?docId=200000015663097
http://us-support.external.hp.com/cki/bin/doc.pl/sid=cd6ead3018461a96c5/screen=ckiDisplayDocument?docId=200000048373145
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 06:39 AM
11-19-2001 06:39 AM
Re: vmunix error
Hi , you can figure out which device this is by
device ->cd0d3000
cd -> major -> cd is 205 in decimal
0d ->bus number -> 13 decimal is the card number
3 -> target
0 -> lun
00 -> flags
So this device has major number 205 and path c13t3d0. THis is not a disk device since disks have major 31. To see what device it is : do
find /dev |grep 31
find /dev |grep c13t3d0
Then take it from there to see what the potential problem could be with that scsi device, bus etc.
If everything seems ok and the message keeps repeating consistently, then you may need a
PATCH ;-)
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 06:41 AM
11-19-2001 06:41 AM
Re: vmunix error
As mentioned above - SCSI bus problems - recomended to install latest SCSI patches.
Later,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 07:46 AM
11-19-2001 07:46 AM
Re: vmunix error
I have seen this error (too often for my taste). I always see it during backups, when there is a hiccup between the tape and our RAID drive. In my case, it has to do with the RAID controller, which suck, but that's another conversation... Anyway, try to locate when it happens (if often) and what ir running. If it is always during backup, for example, check the tape drive, the tape, the SCSI bus, and the hard drive (RAID, etc). Also, be sure everything is up to date with patches, firmware, etc. Make sure you've checked everything, becuase it could be something serious. Good luck.
Mark