The information in this article applies to:
SYMPTOMS
When you start your computer running Windows NT and using a SCSI hard
disk, an error message similar to the following appears in your system
log (as seen with Event Viewer):
These error messages often occur at boot time. You can identify when the error message is issued by comparing the SCSI timeout event to when your computer was restarted. Usually, one of the first few messages in the system log is a message similar to the following: The Event log service was started. If the SCSI timeout message occurred at boot time, the date and time of the log service starting should be very close to the timeout message (within seconds). CAUSE
The problem is that the SCSI disk class driver (SCSIDISK.SYS) is looking
for SCSI drives that need special handling. SCSIDISK.SYS issues a SCSI
Mode Sense command. The timeout value on the I/O is set to zero, which
means that there is a chance the I/O may time out before the drive can
complete the operation. If the timeout occurs, an error message is logged.
RESOLUTIONFor the drives in question, these timeout message are not serious if they occur at system boot. However, if several of these messages appear in the system log during normal system operation, they should be investigated. STATUSMicrosoft has confirmed this to be a problem in Windows NT version 3.5. MORE INFORMATION
When examining the error message in the Event Log, the last four ULONG
values in the Data section represent the SCSI PathId, SCSI TargetId, SCSI
Lun, and a SCSIPORT ErrorCode. Normally, the PathId, TargetId, and Lun
would help identify a particular SCSI device. However, in this situation,
PathId, TargetId, and Lun are always zero, and the ErrorCode is always
00000007.
So if a system has a drive mentioned previously and the system logs an error message, the error message will always indicate PathId, TargetId, and Lun zero, regardless of the true settings of the SCSI device. Additional query words: prodnt
Keywords : kbhw ntdriver kbbug3.50 |
Last Reviewed: January 27, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |