Hello
I have some objects that are not propagated by syncrepl. How this should be debugged? Is there a way to force a sync?
Even if I stop slapd, rm /var/openldap/openldap-data/* and restart it, syncrepl will repopulate the databases, but I'll stil have some objects missing.
It's 2.3.38, and here is syncrepl config stuf: provider=ldap://ldap0.example.net type=refreshAndPersist searchbase="dc=example,dc=net" starttls=critical bindmethod=sasl saslmech=EXTERNAL schemachecking=off retry=3,1,10,2,60,+
One odd thing: The root entryCSN is newer on the replica than on the master. Can it explains the mess?
You can turn on loglevel sync to see related messages. As to "force a sync"...well, you can provide an explicit cookie on the command line?
On Thu, 6 Sep 2007, Emmanuel Dreyfus wrote:
Hello
I have some objects that are not propagated by syncrepl. How this should be debugged? Is there a way to force a sync?
Even if I stop slapd, rm /var/openldap/openldap-data/* and restart it, syncrepl will repopulate the databases, but I'll stil have some objects missing.
It's 2.3.38, and here is syncrepl config stuf: provider=ldap://ldap0.example.net type=refreshAndPersist searchbase="dc=example,dc=net" starttls=critical bindmethod=sasl saslmech=EXTERNAL schemachecking=off retry=3,1,10,2,60,+
One odd thing: The root entryCSN is newer on the replica than on the master. Can it explains the mess?
-- Emmanuel Dreyfus manu@netbsd.org
Aaron Richton richton@nbcs.rutgers.edu wrote:
You can turn on loglevel sync to see related messages. As to "force a sync"...well, you can provide an explicit cookie on the command line?
Any usage example somewhere?
"slapd -c rid=999,csn=0" or similar? It's documented in slapd.conf man page. rid from your slapd.conf, csns should be in operational attributes (look through slapcat output, for instance).
On Thu, 6 Sep 2007, Emmanuel Dreyfus wrote:
Aaron Richton richton@nbcs.rutgers.edu wrote:
You can turn on loglevel sync to see related messages. As to "force a sync"...well, you can provide an explicit cookie on the command line?
Any usage example somewhere?
-- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
openldap-software@openldap.org