- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Hardware ask?
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
06-04-2003 11:32 AM
06-04-2003 11:32 AM
vmunix: SCSI: Third party detected bus hang -- lbolt: 9 936287, bus: 0
vmunix: lbp->state: 6020
vmunix: lbp->offset: 0
vmunix: lbp->uPhysScript: 300000
vmunix: From most recent interrupt:
vmunix: ISTAT: 22, SIST0: 04, SIST1: 00, DSTAT: 80, DSPS: 0000000a
vmunix: lsp: 0000000000000000
vmunix: lbp->owner: 0000000040e1bd00
vmunix: bp->b_dev: cb000002
vmunix: scb->io_id: 1f
vmunix: scb->cdb: 12 00 00 00 80 00
vmunix: lbolt_at_timeout: 9936187, lbolt_at_start: 9934687
vmunix: lsp->state: 85
vmunix: SCSI: Resetting SCSI -- lbolt: 9936387, bus: 0
vmunix: SCSI: Reset detected -- lbolt: 9936387, bus: 0
vmunix: SCSI: Unexpected Disconnect -- lbolt: 9936887,dev: cb000002, io_id: 1f
Which device is cb000002? and why the reser SCSI?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 11:47 AM
06-04-2003 11:47 AM
Solution# ll /dev/* |grep 000002
If the error is frequent, you need to have the device checked out (power, cable, termination, etc.) and check for things like the SCSI patch (PHKL_18543 if 11.00).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 11:50 AM
06-04-2003 11:50 AM
Re: Hardware ask?
Do an lsdev and you will find that 203 is sctl - a scsi pass-thru.
The next two hex digits (00) indicate the controller instance - c0
The next hex digit (0) is the SCSI ID; the next (0) is the LUN. The remaining hex digits are driver specific.
In your case, the problem is with
a device node with a 203 major device and a minor device number of 0x000002.
Look under /dev (maybe using lssf) until you find a node that matches. There is a good chance that this is a device node for a robotic media changer.
SCSI resets can happen if a device on the bus was power-cycled, if a device initiated a reset, or if a cable was removed. They can also be triggered by faulty hardware or if the bus is not properly terminated. A few resets are nothing to worry about. The SCSI protocol is expected to handle these events but if you are seeing more than a few then start looking.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 09:41 AM
06-05-2003 09:41 AM
Re: Hardware ask?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 09:48 AM
06-05-2003 09:48 AM
Re: Hardware ask?
1- SCSI IO Subsystem Cumulative (PHKL_23666)
2- SCSI IO Cumulative (PHKL_29039)
I have not check the description of these patches yet. You want to make sure all dependencies are met before installing them. Did you see alot of these reset error in syslog.log or just a few ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 10:20 AM
06-05-2003 10:20 AM
Re: Hardware ask?
Thanks