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.
Procedure
- In the Server pane of the Domino® Administrator, expand either All Servers or Clusters.
- Choose a server in the cluster.
- Click the Files tab.
- In the Task pane, expand Cluster Directory.
- Click one of the four views:
- Databases by Filename
- Databases by Pathname
- Databases by Replica ID
- Databases by Server
The Databases by Filename view is particularly useful for disabling cluster replication on specific databases.
- In the Results pane, select the databases for which you want to disable cluster replication.
- From the Domino® Administrator, click .
Results
Disabling cluster replication of a database prevents only replication of changes from that database to other servers in the cluster. It does not prevent replication to the database from other cluster servers. Disabling cluster replication has no effect on standard replication.
Creating an agent to disable cluster replication for specific databases
About this task
As an alternate method of disabling cluster replication for specific databases, you can create an agent.
Procedure
- Open the Cluster Database Directory (CLDBDIR.NSF) on any server in the cluster.
- Choose .
- In the Name field of the Agent properties box, type a name for the agent.
- In the Options section, choose Shared or Private, depending on who will use this agent.
- In the Trigger field of the Runtime section, choose On event.
- Choose Action menu selection as the trigger event.
- In the Target field, choose All selected documents.
- Click the Security tab of the Agent properties box, and specify any security options you want.
- Close the Agent properties box.
- In the Programmer's pane, click Add Action.
- In the Action field, choose Modify Field.
- In the Modify by field, choose Replacing.
- In the The value in field field, choose ClusterReplicate.
- In the With the new value field, enter 0 (zero).
- Click Add.
- Choose to save the agent.
Creating an agent to re-enable cluster replication for specific databases
About this task
If you create an agent to disable cluster replication on specific databases, you might want to create another agent to re-enable cluster replication on specific databases. To create this agent, follow the previous procedure with the following exceptions:
- In step 3, type a different name for the agent.
- In step 14, type 1 (one) in the With the new value field.
Running the agents
Procedure
- Open the Cluster Database Directory.
- Select the databases for which you want to disable cluster replication or enable cluster replication.
- Choose the appropriate agent name from the Actions menu.