How to Configure Event Log Replication in Windows 2000 Cluster Servers

ID: Q224969


The information in this article applies to:
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Datacenter Server


SUMMARY

By default, when Clustering is installed on Windows 2000 Advanced Server or Windows 2000 Datacenter servers, events that are logged in the event log of one node in the cluster are also shown in the event log of the other nodes. If appropriate, this feature, known as Event Log Replication, can be disabled for the entire cluster or on a per-node basis.


MORE INFORMATION

You can configure the EnableEventLogReplication property by using the Cluster.exe command-line tool.

To disable the replication of event logs for the entire cluster, use the following syntax:

cluster /prop EnableEventLogReplication=0
To enable the replication of the event log, use this command:
cluster /prop EnableEventLogReplication=1
To disable the replication of event logs from a single node of the cluster, use the following syntax:
cluster name of node /prop EnableEventLogReplication=0
Replace name of node with the computer name of that node.

To enable replication from a particular node use the following syntax:
cluster name of node /prop EnableEventLogReplication=1
Replace name of node with the computer name of that node.

Note that by disabling the replication at a specific node, replication of events from that node to other nodes is disabled. Other nodes that have the EnableEventLogReplication property turned on still replicate to that node.

Additional query words:

Keywords : kbenv kbtool
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbhowto


Last Reviewed: December 29, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.