Important This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base:
256986 Description of the Microsoft Windows registry
MORE INFORMATION
On a server cluster, the
IsAlive function communicates with the cluster resources to determine if
those resources are functioning correctly. If a particular resource does not
respond, you might want to immediately dump the information store to help you
determine why that resource did not respond.
Hotfix information
To resolve this problem, obtain the August 2004 Exchange 2000
Server Post-Service Pack 3 update rollup.
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
870540
Availability of the August 2004 Exchange 2000 Server Post-Service Pack
3 update rollup
Prerequisites
Because of file dependencies, this update requires Microsoft
Exchange 2000 Server Service Pack 3 (SP3).
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
301378
How to obtain the latest Exchange
2000 Server service pack
Restart requirement
You do not have to restart your computer after you install this
hotfix. However, you must manually shut down the Cluster Service and all the
dependent resources before you install this hotfix. To do this, move the
cluster group or groups from the cluster node where you want to install this
hotfix, and then stop the Cluster Service on that cluster node.
Additionally, the following service is automatically stopped and then
restarted when you apply this hotfix:
- Microsoft Exchange Information Store
Hotfix replacement information
This hotfix does not replace any other hotfix.
File information
The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the
Time Zone tab in the Date and Time item in Control Panel.
Date Time Version Size File name
--------------------------------------------------------------
28-Feb-2004 02:15 6.0.6572.0 139,264 Exres.dll
Hotfix installation information
After you install this hotfix, when
IsAlive fails because of either a timeout or an error from the IsAlive
check, the Exres component determines if the failed cluster resource has the
private property
DumpProcessOnIsAliveFailure set to a non-zero DWORD value. If this property is set to a
non-zero value, Exres calls the existing functionality in Exchange to dump the
information store. The function to dump the information store requires the
following registry subkey to be set:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange\Cluster\ProcessDumpDirPath
To configure these settings, follow these
steps:
Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
- Install the hotfix on each node of the server
cluster.
- Obtain the User Mode Process Dumper Version 8.1 tool. To do this, follow these steps:
- Download the UserModeProcessDumper8_1_2929_4.exe file from the following Microsoft Web site:
- Run the UserModeProcessDumper8_1_2929_4.exe file to extract the contents.
- Copy the Userdump.exe to the system path, such as
C:\Windows\System32 folder.
- Create a folder where you want the information store dump
file to be saved.
For example, create a folder named
d:\dumps. - Click Start, click Run,
type regedit, and then click
OK.
- Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange\Cluster
- Right-click Cluster, point to
New, and then click String Value.
- In the New Value #1 box, type
ProcessDumpDirPath, and then press ENTER.
- Right-click ProcessDumpDirPath, and then
click Modify.
- In the Value data box, type the path of
the folder where you want the information store dump file to be saved, and then
click OK.
For example, type
d:\dumps in the Value data
box. - Quit Registry Editor.
- Set the private property DumpProcessOnIsAliveFailure on one or more of the Exchange resources. To do this, follow
these steps:
- On a cluster node, click Start, click
Run, type cmd, and then click
OK.
- Type the following command, where
resourceName is the name of the Exchange cluster
resource. Then press ENTER.
cluster res "resourceName" /priv DumpProcessOnIsAliveFailure=1:dword
For example, to set this property on an Exchange
resource that is named "SMTP Virtual Server Instance - (MAIL)", type the
following command, and then press ENTER: cluster res "SMTP Virtual Server Instance - (MAIL)" /priv DumpProcessOnIsAliveFailure=1:dword
If the
IsAlive call to the resource that you configured is unsuccessful, the
information store is dumped to the folder that you specified in the
ProcessDumpDirPath registry value.