- Using multiple Cluster Replicators
If you have heavily used databases that consistently overload the Cluster Replicator with update requests, consider running multiple Cluster Replicators.
- Disabling cluster replication for an entire server
You can disable cluster replication to investigate a problem or to improve performance. You can stop cluster replication for the current server session only, or you can prevent cluster replication from starting when the server starts. If you stop cluster replication for the current session only, cluster replication starts again the next time the server starts. Disabling cluster replication has no effect on scheduled replication, which still occurs.
- Disabling cluster replication for specific databases
In a cluster, all databases are automatically set to replicate in real time so that replicas are always synchronized. However, real-time replication is needed only for databases that require constant synchronization of data. For other databases, you can disable cluster replication.
- Pausing cluster replication
When you want to stop the Cluster Replicator temporarily, it is better to pause it than to stop it. When you pause the Cluster Replicator, it continues to store pending cluster replication events in memory and continues to store the Cluster Database Directory in memory.
- Resuming cluster replication
After pausing cluster replication, you can resume cluster replication using either the Domino® or Web Administrator, or from the server console.
- Forcing the Cluster Replicator to retry failed replications immediately
Occasionally, cluster replication is unsuccessful. This is usually due to the destination server being unavailable. The Cluster Replicator stores unsuccessful replication events in memory and retries these replications periodically. The interval between retries starts at one hour and increases over time to a maximum of one day. You can see if any cluster replication events are waiting to be retried by looking in the server log file.
- Forcing the Cluster Replicator to update the Cluster Database Directory
You can force the Cluster Replicator to check immediately for changes to the Cluster Database Directory.
- Forcing the Cluster Replicator to log immediately
If you do not want to wait for the Cluster Replicator to generate a log document, you can force the Cluster Replicator to generate a log document immediately. The Cluster Replicator logs all replication events that occurred since the last time it logged. This includes replication errors and replications that are waiting to be retried.