[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#4050) syncrepl to back-hdb doesn't work
Full_Name: Quanah Gibson-mount
Version: REL_ENG_23 9/28/2005
OS: Solaris 8
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (171.66.182.82)
I have 4 dev systems. 3 are back-bdb (master, 2 replicas) and one is back-hdb
(replica).
Tonight, I pushed a little more than 40,000 MODs through the dev master.
syncrepl is the replication mechanism to the replicas. The back-hdb system did
not take any of the changes.
The log file on the master shows the successful bind of the back-hdb server:
Sep 28 20:37:27 ldap-dev0.Stanford.EDU slapd[28818]: [ID 215403 local4.debug]
conn=387 op=0 BIND dn="cn=ldap-dev3,cn=ldap,cn=operational,dc=stanford,dc=edu"
method=163
Sep 28 20:37:27 ldap-dev0.Stanford.EDU slapd[28818]: [ID 215403 local4.debug]
conn=387 op=1 BIND dn="cn=ldap-dev3,cn=ldap,cn=operational,dc=stanford,dc=edu"
method=163
Sep 28 20:37:27 ldap-dev0.Stanford.EDU slapd[28818]: [ID 215403 local4.debug]
conn=387 op=2 BIND dn="cn=ldap-dev3,cn=ldap,cn=operational,dc=stanford,dc=edu"
method=163
Sep 28 20:37:27 ldap-dev0.Stanford.EDU slapd[28818]: [ID 538062 local4.debug]
conn=387 op=2 BIND authcid="ldap/ldap-dev3.stanford.edu@stanford.edu"
authzid="ldap/ldap-dev3.stanford.edu@stanford.edu"
Sep 28 20:37:27 ldap-dev0.Stanford.EDU slapd[28818]: [ID 690767 local4.debug]
conn=387 op=2 BIND dn="cn=ldap-dev3,cn=ldap,cn=operational,dc=stanford,dc=edu"
mech=GSSAPI ssf=56
The context CSN's match between the master and the slave, as well:
Master:
dn: dc=stanford,dc=edu
contextCSN: 20050929065931Z#000001#00#000000
Replica:
tribes:~> ldapsearch -LLL -Q -h ldap-dev3 -b "dc=stanford,dc=edu" -s base
contextcsn
dn: dc=stanford,dc=edu
contextCSN: 20050929065931Z#000001#00#000000
--Quanah