I was geting parity errors with scsi 29160 controller which was attached to a autolaoder from a 2.4.6 redhat.
Vendor: IBM Model: ULT3581-TA Rev: I105
Type: Medium Changer ANSI SCSI revision: 02
Vendor: IBM Model: ULT3580-TD1 Rev: 16E0
Type: Sequential-Access ANSI SCSI revision: 03
(scsi0:A:6): 80.000MB/s transfers (40.000MHz, offset 23, 16bit)
(scsi0:A:6:1): parity error detected in Data-in phase. SEQADDR(0x1a3) SCSIRATE(0x93)
(scsi0:A:6:1): parity error detected in Data-in phase. SEQADDR(0x1a3) SCSIRATE(0x93)
(scsi0:A:6:1): parity error detected in Data-in phase. SEQADDR(0x74) SCSIRATE(0x93)
(scsi0:A:6:1): data overrun detected in Data-in phase. Tag == 0x3.
(scsi0:A:6:1): Have seen Data Phase. Length = 256. NumSGs = 1.
sg[0] - Addr 0x37d6e040 : Length 32
(scsi0:A:6:1): parity error detected in Data-in phase. SEQADDR(0x1a3) SCSIRATE(0x93)
(scsi0:A:6:1): parity error detected in Data-in phase. SEQADDR(0x1a3) SCSIRATE(0x93)
(scsi0:A:6:1): parity error detected in Data-in phase. SEQADDR(0x74) SCSIRATE(0x93)
(scsi0:A:6:1): data overrun detected in Data-in phase. Tag == 0x2.
(scsi0:A:6:1): Have seen Data Phase. Length = 256. NumSGs = 1.
sg[0] - Addr 0x37d6e040 : Length 32
(scsi0:A:6:1): parity error detected in Data-in phase. SEQADDR(0x1a3) SCSIRATE(0x93)
(scsi0:A:6:1): parity error detected in Data-in phase. SEQADDR(0x77) SCSIRATE(0x93)
(scsi0:A:6:1): parity error detected in Data-in phase. SEQADDR(0x74) SCSIRATE(0x93)
(scsi0:A:6:1): data overrun detected in Data-in phase. Tag == 0x3.
(scsi0:A:6:1): Have seen Data Phase. Length = 256. NumSGs = 1.
sg[0] - Addr 0x37d6e040 : Length 32
Vendor: SEAGATE Model: ST39102LW Rev: 0004
Type: Direct-Access ANSI SCSI revision: 02
(scsi1:A:0): 80.000MB/s transfers (40.000MHz, offset 15, 16bit)
scsi1:0:0:0: Tagged Queuing enabled. Depth 253
Detected scsi disk sda at scsi1, channel 0, id 0, lun 0
SCSI device sda: 17783240 512-byte hdwr sectors (9105 MB)
Hence I thought I would create an 2.4.6 image as the /etc/lilo for the 2.4.6 kernel read,
image=/boot/vmlinuz-2.4.6
label=linux
read-only
root=/dev/hda2
And so, I did a,
/sbin/mkinitrd linux-2.4.6.img 2.4.6
No module aic7xxx found for kernel 2.4.6
I was not sure what it meant, so I rebuilt the krenel and turned off all support for the low level aic7xxx scsi drivers. But that was of no help either.
So what do I do.
Please advise.
Thanks a bunch.
Vendor: IBM Model: ULT3581-TA Rev: I105
Type: Medium Changer ANSI SCSI revision: 02
Vendor: IBM Model: ULT3580-TD1 Rev: 16E0
Type: Sequential-Access ANSI SCSI revision: 03
(scsi0:A:6): 80.000MB/s transfers (40.000MHz, offset 23, 16bit)
(scsi0:A:6:1): parity error detected in Data-in phase. SEQADDR(0x1a3) SCSIRATE(0x93)
(scsi0:A:6:1): parity error detected in Data-in phase. SEQADDR(0x1a3) SCSIRATE(0x93)
(scsi0:A:6:1): parity error detected in Data-in phase. SEQADDR(0x74) SCSIRATE(0x93)
(scsi0:A:6:1): data overrun detected in Data-in phase. Tag == 0x3.
(scsi0:A:6:1): Have seen Data Phase. Length = 256. NumSGs = 1.
sg[0] - Addr 0x37d6e040 : Length 32
(scsi0:A:6:1): parity error detected in Data-in phase. SEQADDR(0x1a3) SCSIRATE(0x93)
(scsi0:A:6:1): parity error detected in Data-in phase. SEQADDR(0x1a3) SCSIRATE(0x93)
(scsi0:A:6:1): parity error detected in Data-in phase. SEQADDR(0x74) SCSIRATE(0x93)
(scsi0:A:6:1): data overrun detected in Data-in phase. Tag == 0x2.
(scsi0:A:6:1): Have seen Data Phase. Length = 256. NumSGs = 1.
sg[0] - Addr 0x37d6e040 : Length 32
(scsi0:A:6:1): parity error detected in Data-in phase. SEQADDR(0x1a3) SCSIRATE(0x93)
(scsi0:A:6:1): parity error detected in Data-in phase. SEQADDR(0x77) SCSIRATE(0x93)
(scsi0:A:6:1): parity error detected in Data-in phase. SEQADDR(0x74) SCSIRATE(0x93)
(scsi0:A:6:1): data overrun detected in Data-in phase. Tag == 0x3.
(scsi0:A:6:1): Have seen Data Phase. Length = 256. NumSGs = 1.
sg[0] - Addr 0x37d6e040 : Length 32
Vendor: SEAGATE Model: ST39102LW Rev: 0004
Type: Direct-Access ANSI SCSI revision: 02
(scsi1:A:0): 80.000MB/s transfers (40.000MHz, offset 15, 16bit)
scsi1:0:0:0: Tagged Queuing enabled. Depth 253
Detected scsi disk sda at scsi1, channel 0, id 0, lun 0
SCSI device sda: 17783240 512-byte hdwr sectors (9105 MB)
Hence I thought I would create an 2.4.6 image as the /etc/lilo for the 2.4.6 kernel read,
image=/boot/vmlinuz-2.4.6
label=linux
read-only
root=/dev/hda2
And so, I did a,
/sbin/mkinitrd linux-2.4.6.img 2.4.6
No module aic7xxx found for kernel 2.4.6
I was not sure what it meant, so I rebuilt the krenel and turned off all support for the low level aic7xxx scsi drivers. But that was of no help either.
So what do I do.
Please advise.
Thanks a bunch.