Replication of mail boxes

hi all

i have this problem.in my scenario i have 2 clustered servers

each mail box replicated to another server and any mail come to one server replicated to another directly.some mail

boxes did not recieve mails but in other server they recieve the mails.i dont why this happen and how can be resolved.

anybody can help me

Subject: Replication of mail boxes

There are 2 types of replication for clustered servers.

The first is cluster replication and is event driven. Thus if a db on one server receives an update, the cluster should push this to the other server(s) in the cluster. Monitor the statistics (e.g. replica.cluster.secondsonqueue). If this number is very high (> 60) or has peaks, you should increase the number of cluster replicator tasks on the servers.

The second type of replication is scheduled replication. This is a “backup” for the cluster replication. Any changes that are not replicated via the cluster replication should be transferred via scheduled replication. I would schedule this at least once per day (and via program documents “On startup”).

See the redbook below for more details (an oldie but a goodie).

http://www.redbooks.ibm.com/abstracts/sg245141.html?Open

Ben

Subject: RE: Replication of mail boxes

HI

where can i find the value

Monitor the statistics (e.g. replica.cluster.secondsonqueue).

Subject: RE: Replication of mail boxes

The Value will be available in Server–>Statistics–>Replica–>SecondsonQueue in Domino Admin Client.

Subject: Replication of mail boxes

i don’t think this will solve the problem, because the replication between servers is working well . but the issue in some mail boxes that does not replicate or late in replicate.

Subject: RE: Replication of mail boxes

I am not quite sure why you think that this will not solve the problem.

If cluster replication is failing, it is probably because the cluster replicator task cannot cope with the amount of changes that it has to replicate to the cluster server during “peak” periods.

As I mentioned in my previous response, the way to deal with this is to add an extra cluster replicator task.

At any rate, because you have differences, you should also consider defining scheduled replication between your cluster servers.

Ben

Subject: RE: Replication of mail boxes

hi ben

the value of replica.cluster.secondsonqueue is 61 i think as you told me , i must change this value.so what is the best number to assign to cluster replicators task ( 0 , 1 ,or any other number)