1752781 Members
6431 Online
108789 Solutions
New Discussion юеВ

Re: SCSI Errors

 
Kwahae_1
Regular Advisor

SCSI Errors

Hi all,

Am getting persistent errors below on my hp-ux 11i machine. What could be wrong?

Thank you

Oct 7 10:17:52 idmdsprd vmunix: SCSI: Resetting SCSI -- lbolt: 229790275, bus: 0
Oct 7 10:17:52 idmdsprd vmunix: SCSI: Reset detected -- lbolt: 229790275, bus: 0
Oct 7 10:17:57 idmdsprd vmunix: SCSI: Parity Error -- lbolt: 229790776, dev: cb001000
Oct 7 10:17:57 idmdsprd vmunix: lbp->state: 60
Oct 7 10:17:57 idmdsprd vmunix: lbp->offset: ffffffff
Oct 7 10:17:57 idmdsprd vmunix: lbp->uPhysScript: 81fbe000
Oct 7 10:17:57 idmdsprd vmunix: From most recent interrupt:
Oct 7 10:17:57 idmdsprd vmunix: ISTAT: 0a, SIST0: 41, SIST1: 00, DSTAT: 80, DSPS: 003e8180
Oct 7 10:17:57 idmdsprd vmunix: lsp: 0000000048765800
Oct 7 10:17:57 idmdsprd vmunix: bp->b_dev: cb001000
Oct 7 10:17:57 idmdsprd vmunix: scb->io_id: 1886a2
Oct 7 10:17:57 idmdsprd vmunix: scb->cdb: 12 00 00 00 80 00
Oct 7 10:17:57 idmdsprd vmunix: lbolt_at_timeout: 0, lbolt_at_start: 0
Oct 7 10:17:57 idmdsprd vmunix: lsp->state: 5
Oct 7 10:17:57 idmdsprd vmunix: lbp->owner: 0000000000000000
Oct 7 10:17:57 idmdsprd vmunix: scratch_lsp: 0000000048765800
Oct 7 10:17:57 idmdsprd vmunix: Script dump [00000000440f7000]:
Oct 7 10:17:57 idmdsprd vmunix: 09000014 003e8180 09000040 003f09c0
Oct 7 10:17:57 idmdsprd vmunix: 0900002c 003f8100 e25c0004 81fbe7f8
Oct 7 10:17:58 idmdsprd vmunix: SCSI: Resetting SCSI -- lbolt: 229790876, bus: 0
Oct 7 10:17:58 idmdsprd vmunix: SCSI: Reset detected -- lbolt: 229790876, bus: 0
Oct 7 10:18:03 idmdsprd vmunix: SCSI: Parity Error -- lbolt: 229791377, dev: cb001000
Oct 7 10:18:03 idmdsprd vmunix: lbp->state: 60
Oct 7 10:18:03 idmdsprd vmunix: lbp->offset: ffffffff
Oct 7 10:18:03 idmdsprd vmunix: lbp->uPhysScript: 81fbe000
Oct 7 10:18:03 idmdsprd vmunix: From most recent interrupt:
Oct 7 10:18:03 idmdsprd vmunix: ISTAT: 0a, SIST0: 41, SIST1: 00, DSTAT: 80, DSPS: 004a8100
Oct 7 10:18:03 idmdsprd vmunix: lsp: 0000000048765800
Oct 7 10:18:03 idmdsprd vmunix: bp->b_dev: cb001000
Oct 7 10:18:03 idmdsprd vmunix: scb->io_id: 1886a2
Oct 7 10:18:03 idmdsprd vmunix: scb->cdb: 12 00 00 00 80 00
Oct 7 10:18:03 idmdsprd vmunix: lbolt_at_timeout: 0, lbolt_at_start: 0
Oct 7 10:18:03 idmdsprd vmunix: lsp->state: 5
Oct 7 10:18:03 idmdsprd vmunix: lbp->owner: 0000000000000000
Oct 7 10:18:03 idmdsprd vmunix: scratch_lsp: 0000000048765800
Oct 7 10:18:03 idmdsprd vmunix: Script dump [00000000440f7000]:
Oct 7 10:18:03 idmdsprd vmunix: 09000014 004a8100 09000040 004b09c0
Oct 7 10:18:03 idmdsprd vmunix: 0900002c 004b8180 e25c0004 81fbe7f8
6 REPLIES 6
Ganesan R
Honored Contributor

Re: SCSI Errors

Hi,

Check the device and bus which is generating scsi reset. It is not responding to I/O operations. Most propable causes for this error is bad disk, bad controller or improper/defective terminator.
Best wishes,

Ganesh.
Ganesan R
Honored Contributor

Re: SCSI Errors


You should look at the devices which are connected to ext_bus 0.
Best wishes,

Ganesh.
SKR_1
Trusted Contributor

Re: SCSI Errors

These errors can be due to:

1. The IO timeout setting for the physical disk being set too low
2. A problem with the SCSI connector for that device
3. Not having the latest SCSI patches installed

Check with below commands

ll /dev/dev/* | grep -i 001000

This will give you the disk and its controller.

Contact HP Hardware support for this defective part to get replaced.

Thanks

SKR
Kwahae_1
Regular Advisor

Re: SCSI Errors

Result of :

ll /dev/* | grep 001000
crw-r--r-- 1 root sys 184 0x001000 Apr 23 2005 c0t1d0
crw-rw-rw- 2 bin bin 205 0x001000 Sep 30 16:22 7m
crw-rw-rw- 2 bin bin 205 0x001000 Sep 30 16:22 c0t1d0BEST

This is a tape unit. Will check manually and see if thre are any loose connections.
Steven E. Protter
Exalted Contributor

Re: SCSI Errors

Shalom,

Bad disk or a recent removal of a hot swap disk.

I'd favor bad disk at this point.

If its a hot swap, contact HP hardware support for a replacement.

If its an internal disk, engage them to come handle the replacement, schedule some downtime.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
dipesh_2
Regular Advisor

Re: SCSI Errors

These errors can be due to:

1. The IO timeout setting for the physical disk being set too low
2. A problem with the SCSI connector for that device
3. Not having the latest SCSI patches installed