- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SCSI Errors ???
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-09-2003 05:41 AM
06-09-2003 05:41 AM
scb->cdb 12 00 00 00 80 00
SCSI: Resetting SCSI -- lbolt: 175951085, bus: 10
SCSI: Reset detected -- lbolt: 175951085, bus: 10
How can I trace this back to the hardare path/device causing the problem ??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 05:48 AM
06-09-2003 05:48 AM
Re: SCSI Errors ???
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9d086d96588ad4118fef0090279cd0f9,00.html
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 05:52 AM
06-09-2003 05:52 AM
Re: SCSI Errors ???
Look under /dev (maybe using lssf) until you find a node that matches.
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.
if the OS is 11i
1) SCSI IO Subsystem Cumulative (PHKL_23666)
2) SCSI IO Cumulative (PHKL_29039)
may help you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 06:02 AM
06-09-2003 06:02 AM
Solutionioscan -fnkC ext_bus
If fibre channel adaptor then use 'fcmsutil' to check for errors.
ioscan -fnkC fc
fcmsutil /dev/td0, 1, 2, etc.
Use logtool to see accumulated errors:
STM > TOOLS > UTILITY > RUN > LOGTOOL > FILE > VIEW > RAW SUMMARY.
Note the first and last dates of transactions and calculate the difference. If the difference is short, like 4 hours, then this is important to note. Now read down the report of hardware addresses and observe the integer numbers in parenthesis. Anything over 150 in this 4 hour period should be called into HP for replacement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 06:08 AM
06-09-2003 06:08 AM
Re: SCSI Errors ???
2)in syslog.log seek for "dev 0xXXYYZZFF" where
XX are a major number (1f for sdisk),YY is a bus,ZZ is a scsi target+lun pair.
For example 0x1f011000 stands for sdisk (disk device),bus 01, target 1,lun 0.Do ioscan for
bus 01 and find (for example):c2t1d0 is a culprit.(Note c2,where 2 is an instance/number of controllers in system and NOT bus number which can be found by ioscan -fnCext_bus)
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 06:07 PM
06-09-2003 06:07 PM
Re: SCSI Errors ???
I've noticed several queries about how to decode these SCSI syslog messages.
For the next generation of SCSI, we will be including some additional information in the syslog messages. For example, you might see the following message if an IO times out:
SCSI Ultra320 1/0/14/0/1 instance 11: IO Type: SCSI IO. IO timed out - Target ID: 10, LUN ID: 0 CDB - 2F 00 00 00 00 00 00 FF FF 00
Does this make it easier to find the device causing the problem? Is there any additional information you'd like to see?
Ron Lawson
HP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 06:19 PM
06-09-2003 06:19 PM
Re: SCSI Errors ???
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 12:06 AM
06-10-2003 12:06 AM
Re: SCSI Errors ???
Although if this device is not an ordinary SCSI disk, but, for example, FC disk array, these symptoms can be caused by incorrect SAN configuration
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 12:08 AM
06-10-2003 12:08 AM
Re: SCSI Errors ???
dd if=/dev/rdsk/cXtYdZ of=/dev/null bs=4096k
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 12:32 AM
06-10-2003 12:32 AM
Re: SCSI Errors ???
SCSI dump...
Isn't it up to the chip manufacturers (like NCR,Digital
shown in the syslog?