CONFIGURING


Replicating with all servers in a cluster
An additional benefit of creating a cluster is that it can simplify your replication topology and increase the reliability and performance of replication. This is because you can set up a server outside the cluster to replicate with all the servers inside the cluster. You do this by creating a single Connection document that specifies the server outside the cluster as the source of replication and the cluster name as the destination of replication. Then, every database on the source server that has a replica in the cluster replicates. If the cluster contains more than one replica of a database, the source server replicates with only one of those replicas, and cluster replication propagates the changes to the other replicas in the cluster.

Before you begin

Before replicating with a cluster name for the first time, the source server must access one of the clustered servers directly once. When this occurs, Domino® populates the source server's cluster cache with the names of the servers in the cluster. This makes the source server aware of the servers in the cluster.

About this task

Replication with a cluster is more reliable than replication with an individual server because Domino replicates with any server in the cluster that contains a replica of the database it is processing. Therefore, if a server in the cluster is unavailable, replication can still proceed if another replica exists in the cluster. Replication with a cluster can also improve performance because Domino uses workload balancing when choosing a server with which to replicate.

Issuing the Replicate command with a cluster name

Procedure

1. Use the server console.

2. Send the following Replicate commands to replicate databases on a local server with databases in the specified cluster.


Specifying a cluster in a Connection document

Procedure

1. Create a Connection document for replication with cluster.

2. Complete fields on the Basics tab:


3. Complete fields on the Replication/Routing tab:
Replicating with a cluster from a Notes client

Before you begin

Replicating with a cluster name is useful when you do not know the location of a database within the cluster.

Note: A client must access a server in the cluster directly once before replicating with a cluster name. Doing so makes the client aware of the cluster by adding the names of the servers in the cluster to the CLUSTER.NCF file on the client.

Procedure

1. Do one of the following:

2. If a box appears asking whether to Replicate via background replicator or Replicate with options, choose Replicate with options and click OK.

3. In the with field, type the cluster name.

4. Make any other changes you want, and click OK.

Related concepts
Setting up a cluster

Related reference
The cluster creation process