Using slurpd, the script runs in 28 minutes on the master and within
one (1) minute the replica is up to date. Using syncrepl, the script
runs in 25 minutes on the master, but the replica will take about 45
minutes to get in sync (one test took over 90 minutes).
I haven't found any syncrepl tuning documents, so I'm kind of
shooting blind after reading the Admin Guide and the syncrepl man pages.
I'm using the following in the master slapd.conf:
overlay syncprov
syncprov-checkpoint 1000 10
syncprov-sessionlog 1000
syncprov-nopresent FALSE
syncprov-reloadhint FALSE
I'm using the following in the replica slapd.conf:
syncrepl rid=100
provider=ldaps://carcajou.uvm.edu
type=refreshAndPersist
retry=5,+
searchbase="dc=uvm,dc=edu"
filter="(objectclass=*)"
scope=sub
updatedn="cn=Replicator,dc=uvm,dc=edu"
binddn="cn=SyncUser,dc=uvm,dc=edu"
bindmethod=simple
credentials=IAmNotThatStupidAsToGiveYouTheRealPassword
Doing ldapsearch calls at sixty second intervals, it appears that
syncrepl is handling approximately 200 updates per minute.
Anyone have any insight to what I've done wrong or where I should
start looking?
Thanks,