Ldap Replication: how and when?

Eric Hameleers alien at nl.ibm.com
Tue Oct 4 09:36:06 CEST 2005


Fabio Pietrosanti wrote:

> Are there some way to "force" a replica from the master ldap server to a
> slave one?

Your master might have stopped pushing it's replica data to the slave
server. You can try and look what this command does:

# cd /kolab/var/openldap/openldap-slurp/replica
# slurpd -o -r <path_to_ldap_slave_hostname>.rej -d 255

This is called "one-shot mode". And look at the debug output. If you
see anything like:
 "skip repl record for <a ldap update> (old)"
then you could try:
# cat /dev/null > slurpd.status
to reset the timestamp slurpd uses to check if it should push any of
it's replica data over to the slave. Then, try the above slurpd
command again.

Eric

-- 
Eric Hameleers
RedHat Certified Engineer #808003505607683
Linux Knowledge Center, IBM Global Services
Email:  alien at nl.ibm.com
Jabber: alien at jabber.xs4all.nl
===========================================

To err is human, but to really foul things up requires a computer.




More information about the users mailing list