Datacentre Support Reference Guides HP: SCSI Reset/Lbolt decyphering | |||||||||||
Finally, you look in the syslog only to find that whole slew of messages that indicate that bad things are happening with your scsi bus. Calling HP will usually have them asking you to identify the device that's causing problems. How to do that is the point of this ll entry. To ID the device, it's probably easiest to grep out the appropriate error message from the syslog. What you're looking for is as follows: grep -i "abort tag" /var/adm/syslog/syslog.log On the line that says lbolt, you'll see a phrase that looks like: dev: bc078000 The breakout of the bc0780000 is as follows:
So, dev: bc078000 turns out to be c7t8d0. That's not too tough! | |||||||||||