Now Available:

Featured Resource:

line

Newsletter

Email Address:


line

Ask the Expert

Have a question for our resident expert? Email your questions to Greg.

« Server 2008 Terminal Services Epilogue: So, is Citrix Still Worth It? | Main | Contenders in Virtualization - Get through the Hype! »

Windows Server Disk Timeouts during Periods of Network Contention

Disk timeouts during periods of network contention? That doesn't sound right... Unless, you're using iSCSI over a production network for disk connections!

A co-worker of mine was experiencing just this problem earlier this week with some virtualized Windows Servers. He saw this error message in the Windows Event Log...

Event Type: Error
Event Source: symmpi
Event Category: None
Event ID: 15
Date: 7/9/2007
Time: 11:13:08 AM
User: N/A
Computer: COMPUTER1
Description: The device, \Device\Scsi\symmpi1, is not ready for access yet.

Apparently, one potential fix for this problem is to increase the timeout value in the Windows VM for the disk subsystem. According to VMware knowledgebase article "Windows Virtual Machine Blue Screens when I use SAN LUN's":

This problem occurs when the responses from the storage array take longer than the guest operating system expects to wait. The default disk timeout period in Windows is too short to handle the longer delays that can occur in a SAN environment, and a blue screen error is the result of exceeding this timeout.

Increase the disk timeout to 60 in the Windows virtual machines by editing the Windows registry as described below:

In the registry, go to HKEY_LOCAL_MACHINE/System/CurrentControlSet/Services/Disk.

Click Edit/Add value.
Set the value name to TimeOutValue.
Set the data type to REG_DWORD.
Set the data to 0x03c hex (or 60 decimal).
Reboot the virtual machine.

Read the full KB article here.

TrackBack

TrackBack URL for this entry:
http://www.realtime-windowsserver.com/type/mt-tb.cgi/257

Post a comment

(All comments are approved by site leader before appearing here. Thanks for commenting!)

line

Greg Shields' Bio:

Greg Shields, is an independent author, instructor, and IT consultant based in Denver, Colorado, and a co-founder of Concentrated Technology. With nearly 15 years of experience in information technology, Greg has developed extensive experience in systems administration, engineering, and architecture specializing in Microsoft systems management, remote application, and virtualization technologies. Greg is a Contributing Editor for Redmond Magazine, MCPmag.com, and Virtualization Review Magazine and is the author of five books, including Windows Server 2008:  What’s New / What’s Changed. Greg is also a highly sought-after instructor and speaker, speaking regularly at conferences like TechMentor Events, and producing computer-based training curriculum for CBT Nuggets.  Greg is a recipient of Microsoft "Most Valuable Professional" award with a specialization in Windows Terminal Services.