Replication error

Hi,

When I try to initialize replication between two servers (d2 and d3), I got the following error:

bash-2.05# /opt/SUNWdsee/ds6/bin/dsconf init-repl-dest -h d2 -p 389 dc=mycompany,dc=com d3:636

Enter "cn=Directory Manager" password:

Started initialization of "d3:636"; May 21, 2007 5:09:54 PM

Initialization of "d3:636" failed

Server exit code: "810"

Server exit message: "Replication error initializing replica: Total update failed - Cons and supp RUV match"

The "init-repl-dest" operation failed on "d2:389".

Both servers are Solaris 9 systems.Directory Server 6.0 instances are up and running on those servers.

Any ideas?

Thanks,

--xinhuan

[724 byte] By [xhza] at [2007-11-27 5:02:36]
# 1
The error message is cryptic I agree but both Masters have been configured with the same unique Identifiers (ReplicaID).You must use different ReplicaID for the Masters.Regards,Ludovic.
ludovicpa at 2007-7-12 10:20:31 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

Hi,

The replication I am setting up is multi-master replication among 3 DS servers. They all Solaris 9 systems. I have double checked the ReplicaID for those 3 servers from DSCC control center. They are assigned 1, 2, 3 respectively. Could anything else be wrong?

Thanks,

--xinhuan

xhza at 2007-7-12 10:20:31 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3
You are right. I did change those servers id to (10,20,30) and re-create those replication agreement. Then replication is working fine. Thanks,--xinhuan
xhza at 2007-7-12 10:20:31 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4
where can I change the replicaID? I used DSCC to promote hub to master. By default it assignsreplicaID to 1. I could not find a place to change it.
wshyra at 2007-7-12 10:20:31 > top of Java-index,Web & Directory Servers,Directory Servers...
# 5
You can do this with dsconf promote-repl -d <ID> dc=example,dc=comI assume that ID 1 was not used in your topology... Correct ?Ludovic.
ludovicpa at 2007-7-12 10:20:31 > top of Java-index,Web & Directory Servers,Directory Servers...