Link to home
Start Free TrialLog in
Avatar of williamwlk
williamwlk

asked on

SCSI bus parity error

Hi I have an old SCO Unix Server (OpenServer Release 5) and the other day, I tried to replace a damaged tape drive (HP DLT VS80) with a new model (HP DLT 160). Our machine has Compaq Ultra-2 Scsi and using the previously configured driver, i have the following error message and I cannot find the tape drive.

NOTICE: cha: SCSI bus parity error  ha=1 id=5 lun=0 cmd=12 blk=0 len=96
        The host detected a single bit error on the SCSI bus (chaN06)


For your information, the tape is recognized at Bios Level and can be detected using ScSI Scanning Tool at OS Level. But none of the devices can be used.

How can I troubleshoot this? I have experience in Linux but a bit cluless with this SCO thing.

Thanks so much for your time.

Best regards,
William
Avatar of Hanno P.S.
Hanno P.S.
Flag of Germany image

Is the new drive configure with the same SCSI ID as the old one?

If not, you will have to reconfigure your SCO setup (kernel)
Avatar of williamwlk
williamwlk

ASKER

Yes. The new drive has the same SCSI ID.
ASKER CERTIFIED SOLUTION
Avatar of Hanno P.S.
Hanno P.S.
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi there,

Thank you all for your input and it helps me move along. I did make changes via "mkdev tape" and awaiting the approval to restart.

The strange thing is that using "cpqsmu" utility, I could see the tape attached to HBA1. See enclosed for reference. But, I can't connect to any device /dev/rStp0 or whatsoever. The error message "Parity Error" does still exist.

I may have misconfigured some parameters. I will get back to you with my status after the reboot. Thanks for your help, patience and support.

Best,
W
tape2.JPG
The error disappeared after the following steps:

1. Physical SCSI Connector ID is set back to 5 (Not sure why the kernel checks only at 5).
2. Remove the driver from #mkdev tape, Update kernel, Reboot
3. Install the driver from #mkdev tape, Update kernel, Reboot

I could be able to read from old tapes but writing to new capacity tape is a bit problematic. I will post another thread for that.

Thanks for your suuport.