Windows Server 2003 cannot perform backup jobs to tape devices on a Storage Area Network (842411)
The information in this article applies to:
- Microsoft Windows Server 2003, Web Edition
- Microsoft Windows Server 2003, Standard Edition
- Microsoft Windows Server 2003, Enterprise Edition
- Microsoft Windows Server 2003, Datacenter Edition
- Microsoft Windows Server 2003, 64-Bit Enterprise Edition
- Microsoft Windows Server 2003, 64-Bit Datacenter Edition
Important This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base: 256986 Description of the Microsoft Windows Registry SYMPTOMSYour Microsoft Windows Server 2003-based computer may not perform backup jobs to tape devices on a Storage Area Network (SAN).CAUSEThis issue may occur when a conflict exists between Plug and Play and another process on your computer. To check the status of a backup device, Plug and Play sends a TEST UNIT READY request to the device every second. This request may conflict with other operations on your computer.WORKAROUNDThere are three methods to resolve this problem. Method 1: Disable all TEST UNIT READY (TUR) requests for a tape serviceWarning If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk. - Click Start, click Run, type regedit, and then click OK.
- Search under the \HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum registry subkey for all instances of the value class that equal TapeDrive.
- In that subkey, there will also be a service value that tells you what service handles that device. You will find this Service_Name key under the \HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services registry subkey. Under the Service_Name key, you will find an Enum key. You can use this to confirm the devices that are handled by this service.
- Locate the subkey that corresponds to your storage device, and then right-click the subkey.
- Point to New, and then click DWORD Value.
Type AutoRun as the entry name, and then press ENTER.
- Right-click AutoRun, and then click Modify.
In the Value data box, type a value of 0 to turn off the AutoRun feature.
Key: \HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Service_Name Value: AutoRun Type: REG_DWORD Data: 0 is disabled, 1 is enabled (default).
Method 2: Disable TUR requests for only specific devices for a tape service- Locate the tape service as described in steps 1 through 4 of Method 1.
- Set the REG_SZ AutoRunAlwaysDisable value as follows. (Do not set the REG_DWORD AutoRun value.)
- The first 8 characters are the vendor ID. If the vendor ID is less than 8 characters, it is space padded.
- The second 16 characters are the product ID. If the product ID is less than 16 characters, it is space padded.
- If there is more than one device to be added, the next one is appended to the previous one.
Key: \HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Service_Name Value: AutoRunAlwaysDisable Type: REG_SZ Data: The vendor/product id string to disable.
In the following example, you see a correlation with the device under the Enum key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\dlttape-VRTS] "AutoRunAlwaysDisable"="QUANTUM DLT7000 " [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\dlttape-VRTS\Enum] "0"="SCSI\\Sequential&Ven_QUANTUM&Prod_DLT7000&Rev_2255\\3&193c6d71&0&060" Method 3: Disable TUR requests for specific devices programmaticallyTo programmatically disable TUR requests for specific devices, you must call the DeviceIoControl function with the IOCTL_STORAGE_MCN_CONTROL I/O control code. For more information, visit the following Microsoft Web site: HP has documented a workaround that requires you to start and then stop the Removable Storage service every time the server is restarted. This solution works because the Removable Storage service makes the DeviceIoControl function call to all tape devices when the service is stopped.
The third-party products that this article discusses are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, regarding the performance or reliability of these products.
Modification Type: | Minor | Last Reviewed: | 11/1/2004 |
---|
Keywords: | kbtshoot kbprb KB842411 |
---|
|