[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Syncrepl not replicating entire tree
Hi All,
I have moved to syncrepl recently.
The provider is a OL 2.3.4 with BDB 4.2.52 + four patches. The consumer
is a OL 2.2.26 with BDB 4.2.52 + four patches.
Here is my slapd.conf:
Provider:
index objectClass,entryCSN,entryUUID eq,pres
#
# LDAP Syncrepl configuration
#
overlay syncprov
syncprov-checkpoint 100 10
syncprov-sessionlog 100
Consumer:
index objectClass,entryCSN,entryUUID
eq,pres
syncrepl rid=123
provider=ldap://10.200.13.143:389
type=refreshOnly
interval=00:05:00:00
searchbase="dc=iitb,dc=ac,dc=in"
filter="(objectClass=*)"
scope=sub
attrs="*"
schemachecking=off
updatedn="cn=syncuser,ou=Management,dc=iitb,dc=ac,dc=in"
bindmethod=simple
binddn="cn=syncuser,ou=Management,dc=iitb,dc=ac,dc=in"
credentials=XXXXX
On intial start, when the consumer database is completely empty, the
consumer starts
replicating the database from the provider but it *does not* replicate
the entire tree given by
searchbase="dc=iitb,dc=ac,dc=in". Quite a few ou's are missing even
after a sufficuint time.
What could be the problem ?
Is it necessary that I first populate the consumer with slapadd ?
How can I find out the sync state between them ?
--
Saket