Team,
Consumer is connecting to master but not sync'ing. I am a newbie so any ideas will be appreciated.
"test3" is the consumer "elasticsearch1" is the master
[root@test3 tmp]# netstat -anlp | grep 389 tcp 0 0 0.0.0.0:389 0.0.0.0:* LISTEN 6745/slapd tcp 0 0 192.168.1.51:53121 192.168.1.196:389 TIME_WAIT - tcp 0 0 192.168.1.51:53120 192.168.1.196:389 TIME_WAIT - tcp 0 0 192.168.1.51:53113 192.168.1.196:389 TIME_WAIT - tcp 0 0 192.168.1.51:53118 192.168.1.196:389 TIME_WAIT - tcp 0 0 192.168.1.51:53119 192.168.1.196:389 TIME_WAIT - tcp 0 0 192.168.1.51:53122 192.168.1.196:389 TIME_WAIT - tcp 0 0 192.168.1.51:53124 192.168.1.196:389 TIME_WAIT - tcp 0 0 192.168.1.51:53123 192.168.1.196:389 TIME_WAIT - tcp6 0 0 :::389 :::* LISTEN 6745/slapd [root@test3 tmp]#
I am following this document: http://www.server-world.info/en/note?os=CentOS_7&p=openldap&f=5
Regards,
Kartik Vashishta
Am Sun, 1 Nov 2015 18:58:01 -0600 schrieb Kartik Vashishta kartik.unix@gmail.com:
Team,
Consumer is connecting to master but not sync'ing. I am a newbie so any ideas will be appreciated.
[...]
Get acquainted with replication, you should probably read http://www.openldap.org/doc/admin24/replication.html In order to debug synchronisation run both slapd instances in debug mode sync.
-Dieter
openldap-technical@openldap.org