Topic Last Modified: 2008-01-16

The Microsoft Exchange Server Analyzer Tool reads the following registry entry to determine whether the ClusterLogSize parameter is present: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Session Manager\Environment\

If the Exchange Server Analyzer finds that the ClusterLogSize environment variable is not present, the Exchange Analyzer displays a best practices message.

On a busy cluster, the cluster.log file wraps around so quickly that entries may be lost when you troubleshoot failover situations if the following conditions are true:

Therefore, when troubleshooting requires use of the cluster.log file, create the ClusterLogSize parameter, if not already present, and increase the default size to at least 32 megabytes (MB).

Important:
This article contains information about editing the registry. Before you edit the registry, make sure you understand how to restore the registry if a problem occurs. For information about how to restore the registry, view the "Restore the Registry" Help topic in Regedit.exe or Regedt32.exe.
To create the ClusterLogSize parameter and set its value
  1. Open a registry editor, such as Regedit.exe or Regedit32.exe.

  2. Navigate to: HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment.

  3. In the left navigation pane, click Environment.

  4. On the Edit menu, point to New and then click DWORD Value.

  5. Type ClusterLogSize, and then press ENTER to name the new registry entry.

  6. Right-click ClusterLogSize, and then click Modify.

  7. Modify the ClusterLogSize Value data to the new log file size. For example, modify the ClusterLogSize value to at least 32 and then press ENTER.

  8. Quit Registry Editor.

To modify the default size of the cluster.log file
  1. Open a registry editor, such as Regedit.exe or Regedt32.exe.

  2. Navigate to: HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment.

  3. Right-click ClusterLogSize, and then click Modify.

  4. Modify the ClusterLogSize Value data to the new log file size. For example, modify the ClusterLogSize value to at least 32 and then press ENTER.

  5. Quit Registry Editor.

Before you edit the registry, and for information about how to edit the registry, see Microsoft Knowledge Base article 256986, "Windows registry information for advanced users" (http://go.microsoft.com/fwlink/?linkid=3052&kbid=256986).

For more information about cluster logging in Microsoft Cluster Server, see Microsoft Knowledge Base article 168801, "How to Turn on Cluster Logging in Microsoft Cluster Server" (http://go.microsoft.com/fwlink/?linkid=3052&kbid=168801).