Hello all, CSN is matching with master and slaves but if i count number of entries it's different. I am replicating complete DIT so count should be equal in Master and slave. Should i diff the missed entries and catch them in replications logs. Please suggest ..
$ ldapsearch -H ldaps://ldapmaster -D "cn=manager,dc=xxx,dc=com" -x -xxx -s base contextCSN -LLL dn: dc=xxx,dc=com contextCSN: 20160326180539Z#000006#00#000000
$ ldapsearch -H ldaps://ldap-slave -D "cn=manager,dc=xxx,dc=com" -x -wxx -s base contextCSN -LLL dn: dc=xxx,dc=com contextCSN: 20160326180539Z#000006#00#000000
$ ldapsearch -H ldaps://ldapmaster -D "cn=manager,dc=xxx,dc=com" -x -wxx -s sub "objectclass=*" | tail -2 # numResponses: 28751 # numEntries: 28750
$ ldapsearch -H ldaps://ldap-slave "cn=manager,dc=xxx,dc=com" -x -wxxx -s sub "objectclass=*" | tail -2 # numResponses: 28772 # numEntries: 28771
--On Saturday, March 26, 2016 7:36 PM +0000 scn_73@yahoo.com wrote:
Hello all,
CSN is matching with master and slaves but if i count number of entries it's different. I am replicating complete DIT so count should be equal in Master and slave.
OpenLDAP version? How did you populate the replica from the provider?
--Quanah
--
Quanah Gibson-Mount Platform Architect Zimbra, Inc. -------------------- Zimbra :: the leader in open source messaging and collaboration A division of Synacor, Inc
Quanah, Below is the asked info. Openldap verison is 2.4.9Using Single master and 60 + slaves. Syncprov Overlay is usedSlaves replicate complete DIT with Type RefreshAndPersist - Sachin From: Quanah Gibson-Mount quanah@zimbra.com To: scn_73@yahoo.com; openldap-technical@openldap.org Sent: Tuesday, 29 March 2016, 1:01 Subject: Re: CSN is matching but entries count differs in master and slaves
--On Saturday, March 26, 2016 7:36 PM +0000 scn_73@yahoo.com wrote:
Hello all,
CSN is matching with master and slaves but if i count number of entries it's different. I am replicating complete DIT so count should be equal in Master and slave.
OpenLDAP version? How did you populate the replica from the provider?
--Quanah
--
Quanah Gibson-Mount Platform Architect Zimbra, Inc. -------------------- Zimbra :: the leader in open source messaging and collaboration A division of Synacor, Inc
--On Thursday, March 31, 2016 5:43 AM +0000 scn_73@yahoo.com wrote:
Openldap verison is 2.4.9
OpenLDAP 2.4.9 was released in 2008 (i.e., it is almost 8 years old). There have been literally hundreds of bugs fixed in replication since then. Upgrade to a current, supported release.
--Quanah
--
Quanah Gibson-Mount Platform Architect Zimbra, Inc. -------------------- Zimbra :: the leader in open source messaging and collaboration A division of Synacor, Inc
openldap-technical@openldap.org