Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to troubleshoot event ID 9, event ID 11, and event ID 15 error messages


View products that this article applies to.

Summary

This article describes how to troubleshoot event ID 9, event ID 11, or event ID 15 error messages. The following event ID messages may be logged in your system log (use Event Viewer to view the log), although the source can be any controller name (for example, Atdisk, Atapi, or Sparrow).

Message 1
Event ID: 9
Source: aic78xx
Description: The device, \Device\ScsiPort0, did not respond within the timeout period.
Message 2
Event ID: 11
Source: aic78xx
Description: The driver detected a controller error on Device\ScsiPort0.
Message 3
Event ID: 15
Source: [scsi miniport driver]
Description: The device, \Device\ScsiPort1, is not ready for access yet.
Event ID 15 indicates that the device is not ready. This can be the result of SCSI host adapter configuration issues or other problems. Check with the manufacturer for updated firmware, drivers, or known issues. This could also indicate a malfunctioning device. This error occurs at the device level.

In almost all cases, these messages are being posted due to hardware problems with either the controller or, more likely, a device that is attached to the controller in question. The hardware problems can be associated with poor cabling, incorrect termination or transfer rate settings, lazy or slow device responses to relinquish the SCSI bus, a faulty device, or, in very rare cases, a poorly written device driver.

↑ Back to the top


More information

The following are some troubleshooting tips to help diagnose and pinpoint the problem:
  • Read the SCSI controller manufacturer's technical manual to determine the termination requirements. Many modern SCSI controllers require active terminators (at least one of the devices on the bus must provide termination power). Proper termination involves both a terminator (resistor) and a device that supplies a signal to the bus for termination power. The SCSI-2 standard specifies that a controller (initiator) must supply termination power. Therefore, any controller that claims to be SCSI-2 compatible probably does supply termination power, but you should check if you are unsure. Also, many devices, especially drives, give you the option of providing termination power; if you have a jumper on the drive that reads Trmpwr, you should enable this jumper.
  • If both internal and external SCSI devices are attached, make sure the last device on each SCSI chain is terminated, and that intermediary devices are not.
  • If only a single SCSI chain is used (either all internal or external), ensure the last device of the SCSI chain is terminated and the SCSI controller itself is terminated. This is usually a BIOS setting.
  • Check for loose or poor quality SCSI cabling. When you have a long chain of cables with mixed internal and external cabling, you run the risk of degrading the signal. Even though the SCSI specification may specify a long distance, the specification assumes cabling that allows no leakage or interference, and the reality is generally a shorter distance. Whenever you have 6-foot or longer external cables, you should replace them with 3-foot cables.
  • Note when the event messages are posted and try to determine if it coincides with certain processing schedules (such as backups) or heavy disk processing. This will help to determine what device may be causing the errors.

    Note The reason that drives tend to have these types of problems under heavy stress is often slow microprocessors. In a multitasking environment, the processor may not be fast enough to process all the I/O commands that come in nearly simultaneously.
  • Slow the transfer rate settings if the timeouts are associated with tape drives - using 5MBS transfer rate usually cures the timeouts.
  • Simplify the SCSI/IDE chain by removing devices, or move the device in question to another controller. If the problem follows the device, you should replace it.
  • Check the revision of SCSI controller BIOS and device firmware revisions. Contact the manufacturer for the latest revisions. See the Checking the Model Number and Firmware Revision section below for the procedure on how to do this.
  • Check the SCSI device drivers version. The SCSI driver is located in the %Systemroot%\System32\Drivers directory. Look at the version in the file properties, and check whether the SCSI manufacturer has a newer version.
  • Remove other controllers that may create bus contention problems.
  • A low-level format performed by the SCSI controller may resolve these event messages.
  • Use a different make or model of any suspect hardware.

Checking the model number and firmware revision

The model number of the device and firmware revision are in the Windows registry. To check the model number and firmware revision, follow the steps below.

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
  1. Run Regedt32.exe.
  2. Locate and click the following registry key, where x varies according to device number:
    HKEY_LOCAL_MACHINE\Hardware\Devicemap\Scsi\ScsiPortx\ScsiBusx\ TargetIdx\LogicalUnitIdx
  3. Look at the REG_SZ identifier value to see the model number and firmware revision values. For example, in the following value, the firmware revision value is 0510:
    SEAGATE ST32430N 0510
  4. Record all the device model numbers and firmware revisions, and check with the manufacturer for any known issues.
Note For Windows 2000 and Windows Server 2003, you can view model and firmware revisions for hardware under the following registry location:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum
For more information about troubleshooting these events, click the following article number to view the article in the Microsoft Knowledge Base:
259237 Troubleshooting event ID 9, 11, and 15 on cluster servers

↑ Back to the top


Keywords: kbhardware, KB154690

↑ Back to the top

Article Info
Article ID : 154690
Revision : 9
Created on : 2/26/2007
Published on : 2/26/2007
Exists online : False
Views : 1097