Author: Yuval Sinay MVP COMMUNITY SOLUTIONS CONTENT DISCLAIMER
MICROSOFT CORPORATION AND/OR ITS RESPECTIVE SUPPLIERS MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY,>Article>Last Review : March 31, 2004
Revision : 1.0
SYMPTOMS
After installing Exchange 2003 Server on Windows 2003 Server, the shutdown time of the server increses significantly.
CAUSE
This happens with Exchange 2003 (and sometimes even with Exchange 2000 for that matter), because Active Directory services shuts down before Exchange services shut down. It happens more often on Exchange 2003 because service shutdown in Windows 2003 has been accelerated.
RESOLUTION
There are three options to fix/avoid this problem:
1. Shutdown Exchange services by using a batch command, before you shutdown the server.
The following command can be used:
net stop "Microsoft Exchange System Attendant" /y
2. Stop "WinHTTP Web Proxy Auto-Discovery Service" service manually, before you shutdown the server.
The following command can be used:
net stop "WinHTTP Web Proxy Auto-Discovery Service" /y
3. Decrease the value of "WaitToKillServiceTimeout" in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WaitToKillServiceTimeout
The default value of "WaitToKillServiceTimeout" are: 600000 and should be changed to lower number.
This value should be found by experiments and may impact other services in the system and this change is not
supported by Microsoft.
4. Change the location of Exchange database to other partition then system partition.
Note: If the problem occur on Windows Small Business Server 2003, please review:
http://support.microsoft.com/?kbid=827610
原文:
http://support.microsoft.com/default.aspx?scid=kb;en-us;555025