Unsolved
This post is more than 5 years old
10 Posts
0
22211
February 18th, 2006 04:00
PE1800 Onboard LSI Logic SCSI controller fails tape drive
Environment:
PE 1800 with
- CERC controller & 2 x 80GB disks
- Sony SDX-250 Tape drive connected to Onboard LSI SCSI controller, latest Sony Tape device drivers
- Win 2003 Server SP1
When I start the system, the LSI Bios hangs for 15 secs before it recognsies the device (why??), but then proceeds with the booting.
Once the operating system starts, I get these errors in the System event log:
Source: symmpi, Event ID: 117
The driver for device \Device\Scsi\symmpi1 detected a port timeout due to prolonged inactivity. All associated busses were reset in an effort to clear the condition.
then 15 minutes later:
Source: symmpi, Event ID: 9
The device, \Device\Scsi\symmpi1, did not respond within the timeout period.
When I try to go to the Removable Storage Applet in MMC, it simply hangs with an hourglass. The RSM service is hung in either starting or stopping state.
The system also lists this in the log:
Source: symmpi, Event ID: 168
RSM cannot manage library Tape0. Failed to communicate with device or obtain device setup information.
The tape drive has been working perfectly fine on the old server with an Adaptec 2940U2W controller.
I suspect the problem to be with the LSI device drivers or their BIOS as it stalls the boot process.
The LSI device drivers used are the MS supplied ones, version 1.10.05. I can't find these drivers on the section for the PE1800 on the Dell website.
Has anyone got some suggestions how to fix this problem?
Thanks in advance!
PE 1800 with
- CERC controller & 2 x 80GB disks
- Sony SDX-250 Tape drive connected to Onboard LSI SCSI controller, latest Sony Tape device drivers
- Win 2003 Server SP1
When I start the system, the LSI Bios hangs for 15 secs before it recognsies the device (why??), but then proceeds with the booting.
Once the operating system starts, I get these errors in the System event log:
Source: symmpi, Event ID: 117
The driver for device \Device\Scsi\symmpi1 detected a port timeout due to prolonged inactivity. All associated busses were reset in an effort to clear the condition.
then 15 minutes later:
Source: symmpi, Event ID: 9
The device, \Device\Scsi\symmpi1, did not respond within the timeout period.
When I try to go to the Removable Storage Applet in MMC, it simply hangs with an hourglass. The RSM service is hung in either starting or stopping state.
The system also lists this in the log:
Source: symmpi, Event ID: 168
RSM cannot manage library Tape0. Failed to communicate with device or obtain device setup information.
The tape drive has been working perfectly fine on the old server with an Adaptec 2940U2W controller.
I suspect the problem to be with the LSI device drivers or their BIOS as it stalls the boot process.
The LSI device drivers used are the MS supplied ones, version 1.10.05. I can't find these drivers on the section for the PE1800 on the Dell website.
Has anyone got some suggestions how to fix this problem?
Thanks in advance!
No Events found!


pcmeiners
6 Operator
•
1.8K Posts
0
February 18th, 2006 14:00
felixb
10 Posts
0
February 18th, 2006 21:00
Check configuration on the SCSI controller
Set the tape drive SCSI ID as low as possible, avoiding 0 or 1, which are usually reserved for bootable devices
Set INITIATE WIDE NEGOTIATION to off for controllers with a wide bus
Set INITIATE SYNC NEGOTIATION for the ID of the tape drive to off
Set MAXIMUM SYNC TRANSFER RATE to the slowest possible setting
DISCONNECT must be enabled for all tape drive SCSI IDs
Set SCSI PARITY CHECKING to off
How do I set these parameters. The MS driver certainly has no options to set them. May have to re-boot the system (off hours) and se if the SCSI BIOS has some settings.
I think the LSI controller interface is Ultra320 whereas the tape device is 160 or even 80, hence there might be some translation occuring. I am not a SCSI expert (they always worked for me in the past), so I am a bit stumped.
pcmeiners
6 Operator
•
1.8K Posts
0
February 19th, 2006 16:00
felixb
10 Posts
0
March 6th, 2006 03:00
I then swapped cables and the behaviour went back to the LSI adapter with the other tape drive! This clearly isolated the problem to the cable.
The cable didn't show any evidence of physical damage, but something must have been suspicous, as the replacement cable I now use has the tape drive working fine.
For the record:
The LSI SCSI BIOS does only permit to change the speed, no other parameters can be set!
Thanks for your help.