1833059 Members
2431 Online
110049 Solutions
New Discussion

scssi errors

 
Waqar Razi
Regular Advisor

scssi errors

I am having the following errors in the syslog:

SCSI: Read error -- dev: b 31 0x006000, errno: 126, resid: 8192,
blkno: 0, sectno: 0, offset: 0, bcount: 8192.

Can some one give me some clue?
4 REPLIES 4
Robert-Jan Goossens
Honored Contributor

Re: scssi errors

Hi,

Could you post;

# pvdisplay -v /dev/dsk/c0t6d0
# diskinfo /dev/rdsk/c0t6d0

or test the disk for i/o errors
# dd if=/dev/rdsk/c0t6d0 of=/dev/null bs=1024k

Regards,
Robert-Jan
Ganesan R
Honored Contributor

Re: scssi errors

Hi Wagar,

This error indicates that the system is unable to complete the read operation from the disk 0x006000 which is c0t6d0 on the specified block. So the disk is suspective.

Run dd command to check the disk intergrity or schedule to replace the disk.

Best wishes,

Ganesh.
Kapil Jha
Honored Contributor

Re: scssi errors

You may like to see
ioscn -fn /dev/dsk/c0t6d0
c0t6d0 came from
#cd /dev/dsk
#ls -lrt|grep 0x006000
:) in case .....
u gotta open a h/w case if this disk is still faile.

BR,
Kapil+
I am in this small bowl, I wane see the real world......
unixguy_1
Regular Advisor

Re: scssi errors


Hi waqar,

The Problem is in that disk,it has some bad sectors,that's why it will show like that error.

Check the disk (c0t6d0),

Pls check and revert back.

Regards,
Unixguy.