Topic Last Modified: 2005-11-18

The Microsoft® Exchange Server Analyzer Tool reads the following registry entry on each server that is a node of a cluster:

HKEY_LOCAL_MACHINE\Cluster\Nodes\X\EnableEventLogReplication

Note:
X is the number of the node, starting with 1.

If the Exchange Server Analyzer finds that the value for EnableEventLogReplication is 1, the Exchange Server Analyzer displays a best practice message.

If the EnableEventLogReplication registry entry is set to 1, the cluster node replicates events in the event log to all other nodes in the cluster. If event log replication is enabled, tools that monitor multiple servers, such as Microsoft Operations Manager (MOM), report a single event multiple times, one time from each node. If you use automated monitoring, it is recommended that you disable event log replication on cluster nodes.

To disable event log replication on all nodes of a cluster
  1. Log on to any node of the cluster with an account that is a domain user account or a member of a global group.

  2. Click Start, click Run, and then type

    cluster /prop EnableEventLogReplication=0

To disable event log replication on a single cluster node
  1. Log on to any node of the cluster with an account that is a domain user account or a member of a global group.

  2. Click Start, click Run, and then type

    Cluster <name of node to disable> /prop EnableEventLogReplication=0

For more information about how to configure event log replication, see the Microsoft Knowledge Base article 224969, "HOW TO: Configure Event Log Replication in Windows 2000 Cluster Servers" (http://go.microsoft.com/fwlink/?LinkId=3052&kbid=224969).

For more information about administering server clusters, see Administering Server Clusters (http://go.microsoft.com/fwlink/?LinkId=45971).