HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SCSI Reset - lbolt - which bus?
Operating System - HP-UX
1833958
Members
1835
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-04-2002 09:58 PM
10-04-2002 09:58 PM
I've been getting scsi resets
scb->cdb: 12 00 00 00 80 00
SCSI: Resetting SCSI -- lbolt: 441347943, bus: 2
SCSI: Reset detected -- lbolt: 441347943, bus: 2
Trying to make sure of the bus (2)
I do an ioscan of the ext_bus - see attachment
Is the bus the 0/0/2/1 scsi bus (instance 2)???
scb->cdb: 12 00 00 00 80 00
SCSI: Resetting SCSI -- lbolt: 441347943, bus: 2
SCSI: Reset detected -- lbolt: 441347943, bus: 2
Trying to make sure of the bus (2)
I do an ioscan of the ext_bus - see attachment
Is the bus the 0/0/2/1 scsi bus (instance 2)???
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2002 06:42 AM
10-05-2002 06:42 AM
Solution
Hello. I have put > < marks around the Instance number that matches up to your question. "Bus" in a SCSI error refers to the instance number found in "ioscan". See below:
#ioscan -kfnC ext_bus
Class I H/W Path Driver S/W State H/W Type Description
===============================================================================
ext_bus 0 0/0/1/0 c720 CLAIMED INTERFACE SCSI C895 Fa
ext_bus 1 0/0/2/0 c720 CLAIMED INTERFACE SCSI C875 Ul
ext_bus >2< 0/0/2/1 c720 CLAIMED INTERFACE SCSI C875 Ul
ext_bus 16 0/2/0/0.2.23.0.0 fcparray CLAIMED INTERFACE FCP Array In
ext_bus 14 0/2/0/0.2.23.255.0 fcpdev CLAIMED INTERFACE FCP Device I
ext_bus 17 1/0/0/0.1.23.0.0 fcparray CLAIMED INTERFACE FCP Array In
ext_bus 15 1/0/0/0.1.23.255.0 fcpdev CLAIMED INTERFACE FCP Device I
ext_bus 8 1/2/0/0.8.0.255.0 fcpdev CLAIMED INTERFACE FCP Device I
ext_bus 9 1/4/0/0.8.0.255.0 fcpdev CLAIMED INTERFACE FCP Device I
This should help you narrow it down, but you need to know what devices are connected to this bus. It appears to be an FC array (?), which rules out some common SCSI RESET issues like terminators.
You have many controllers, so you may be able to narrow it down further by swapping the controller thus identified with another (requires a reboot, but you need to get to the bottom of this).
If this is a SAN, that's about as far as I can go with it, other than suggesting that SAN components (switches & cables) shouldn't be able to generate this (maybe a flaky cable could). SCSI protocol is handled over Fibre Channel as packetized messages, generated at the drive/array controller and the HBA/driver. In between, they are just "bits in a packet", so how would they get created by mere transport mechanisms? Much more likely to be caused by one of the two ends. If you can eliminate the HBA by swapping it with another identical one, you can then concentrate on the array/drive side.
Good luck, hope it was of some use.
--bmr
#ioscan -kfnC ext_bus
Class I H/W Path Driver S/W State H/W Type Description
===============================================================================
ext_bus 0 0/0/1/0 c720 CLAIMED INTERFACE SCSI C895 Fa
ext_bus 1 0/0/2/0 c720 CLAIMED INTERFACE SCSI C875 Ul
ext_bus >2< 0/0/2/1 c720 CLAIMED INTERFACE SCSI C875 Ul
ext_bus 16 0/2/0/0.2.23.0.0 fcparray CLAIMED INTERFACE FCP Array In
ext_bus 14 0/2/0/0.2.23.255.0 fcpdev CLAIMED INTERFACE FCP Device I
ext_bus 17 1/0/0/0.1.23.0.0 fcparray CLAIMED INTERFACE FCP Array In
ext_bus 15 1/0/0/0.1.23.255.0 fcpdev CLAIMED INTERFACE FCP Device I
ext_bus 8 1/2/0/0.8.0.255.0 fcpdev CLAIMED INTERFACE FCP Device I
ext_bus 9 1/4/0/0.8.0.255.0 fcpdev CLAIMED INTERFACE FCP Device I
This should help you narrow it down, but you need to know what devices are connected to this bus. It appears to be an FC array (?), which rules out some common SCSI RESET issues like terminators.
You have many controllers, so you may be able to narrow it down further by swapping the controller thus identified with another (requires a reboot, but you need to get to the bottom of this).
If this is a SAN, that's about as far as I can go with it, other than suggesting that SAN components (switches & cables) shouldn't be able to generate this (maybe a flaky cable could). SCSI protocol is handled over Fibre Channel as packetized messages, generated at the drive/array controller and the HBA/driver. In between, they are just "bits in a packet", so how would they get created by mere transport mechanisms? Much more likely to be caused by one of the two ends. If you can eliminate the HBA by swapping it with another identical one, you can then concentrate on the array/drive side.
Good luck, hope it was of some use.
--bmr
We must indeed all hang together, or, most assuredly, we shall all hang separately. (Benjamin Franklin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2002 07:09 AM
10-05-2002 07:09 AM
Re: SCSI Reset - lbolt - which bus?
Thx Brian.... look a little closer, it's not a FC, but scsi c875 ui. But, that's what I wanted to confirm, that it was 0/0/2/1 that was considered "bus 2".
I wasn't sure that the "bus" = "instance".
I wasn't sure that the "bus" = "instance".
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP