Start/notes.ini Parameters/Disable_Cluster_Replicator

Disable_Cluster_Replicator

Parameter: Disable_Cluster_Replicator
Short description: Disables (1) or explicitly enables (0) cluster replication on a Domino server.

Profile

Parameter
Disable_Cluster_Replicator
Category
Cluster
Available since
At least 11.0.1 (HCL documentation)
GUI equivalent
According to HCL, no direct GUI option. Settable in the configuration document on the NOTES.INI Settings tab.
Possible values
0 = cluster replication enabled · 1 = cluster replication disabled
Default
None — according to HCL, cluster replication is enabled by default.

Description

According to HCL product documentation:
Disables and enables cluster replication.
With Disable_Cluster_Replicator=1, cluster replication on a server can be specifically disabled — for example, for maintenance work or troubleshooting on a cluster mate. With Disable_Cluster_Replicator=0 it is explicitly re-enabled.
Without setting the parameter, cluster replication is enabled by default per HCL — i.e. the parameter is typically only used when cluster replication is to be temporarily or permanently suppressed.

Example configuration

Disable_Cluster_Replicator=1
With Disable_Cluster_Replicator=1, cluster replication on this server is disabled. To re-enable, either remove the entry or set it to 0.

Notes & pitfalls

  • While cluster replication is disabled, the replicas of a cluster diverge — scheduled replication continues to run independently, but is no longer „immediate“.
  • Not to be confused with Cluster_Replicators (number of parallel cluster replicator tasks).
  • According to HCL, there is no direct GUI equivalent; the value can be maintained via the NOTES.INI Settings tab of a configuration document.

Sources (HCL Product Documentation)