PROBLEM

I am running HP-UX 11.0 on an N4000 server.  The syslog.log file contains
the following error line:

vmunix: SCSI:  Request Timeout — lbolt: 1406090869, dev: 1f026000

How do I determine which device generates the lbolt/timeout errors?

CONFIGURATION

Operating System – HP-UX
Version – 11.0
Hardware System – HP9000
Series – N4000
Subsystem – System Administration

RESOLUTION

You can use the following information to determine which device
generates the lbolt/timeout errors:

1f    02    6    0    00
__    __    _    _    __
|     |     |    |    |
major#  |   target |  flags
|          |
bus#       lun

Per this information:

– major# (1f) is 31 in decimal, and major number 31 should be
sdisk on your system.

– bus# (02) is the card instance number to which the device is
attached.

– target (6) is the device’s scsi id.

– lun (0) is the device’s logical unit number.

Therefore, this device maps to /dev/dsk/c2t6d0.