Hide Forgot
This bug has been copied from bug #1267405 and has been proposed to be backported to 6.7 z-stream (EUS).
Verification steps - https://bugzilla.redhat.com/show_bug.cgi?id=1267405#c2
I have six master replication setup and my nsds50ruv details as like this... nsDS5ReplicaCredentials: {DES}2mO8LgMr/w5ognn2BRK+gQ== nsds50ruv: {replicageneration} 565de5cb000004cf0000 nsds50ruv: {replica 1232 ldap://iceman.idmqe.lab.eng.bos.redhat.com:1289} nsds50ruv: {replica 1231 ldap://iceman.idmqe.lab.eng.bos.redhat.com:1189} 565d e842000004cf0000 565de846000804cf0000 nsds50ruv: {replica 2231 ldap://iceman.idmqe.lab.eng.bos.redhat.com:2189} nsds50ruv: {replica 2332 ldap://iceman.idmqe.lab.eng.bos.redhat.com:3289} nsds50ruv: {replica 2331 ldap://iceman.idmqe.lab.eng.bos.redhat.com:3189} nsds50ruv: {replica 2232 ldap://iceman.idmqe.lab.eng.bos.redhat.com:2289} So, I am going ahead and cleaning rid 2231. rid 1231 is the local rid. [root@iceman ~]# ldapmodify -x -p 1189 -h localhost -D "cn=Directory Manager" -w Secret123 -avf /export/cleanruv.ldif ldap_initialize( ldap://localhost:1189 ) add cn: M3clean add objectclass: extensibleObject add replica-base-dn: dc=passsync,dc=com add replica-id: 2231 adding new entry "cn=M3clean,cn=cleanallruv,cn=tasks,cn=config" modify complete [root@iceman ~]# cat /export/cleanruv.ldif dn: cn=M3clean,cn=cleanallruv,cn=tasks,cn=config cn: M3clean objectclass: extensibleObject replica-base-dn: dc=passsync,dc=com replica-id: 2231 [02/Dec/2015:00:53:42 -0500] NSMMReplicationPlugin - CleanAllRUV Task (rid 2231): Not all replicas online, retrying in 40 seconds... [02/Dec/2015:00:54:22 -0500] slapi_ldap_bind - Error: could not send bind request for id [cn=SyncManager,cn=config] mech [SIMPLE]: error -1 (Can't contact LDAP server) 0 (unknown) 107 (Transport endpoint is not connected) [02/Dec/2015:00:54:22 -0500] NSMMReplicationPlugin - agmt="cn=1189_to_2616_on_iceman.idmqe.lab.eng.bos.redhat.com" (iceman:2616): Replication bind with SIMPLE auth failed: LDAP error -1 (Can't contact LDAP server) ((null)) [02/Dec/2015:00:54:22 -0500] NSMMReplicationPlugin - CleanAllRUV Task (rid 2231): Replica not online (agmt="cn=1189_to_2616_on_iceman.idmqe.lab.eng.bos.redhat.com" (iceman:2616)) [02/Dec/2015:00:54:22 -0500] NSMMReplicationPlugin - CleanAllRUV Task (rid 2231): Not all replicas online, retrying in 80 seconds... [root@iceman ~]# grep -i "attr_replace*.*failed*" /var/log/dirsrv/slapd-*/errors [root@iceman ~]# echo $? 1 No signs of errors as mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=1267405#c0. Hence, marking the bug as Verified. Build tested: [root@iceman ~]# rpm -qa |grep -i 389-ds-base 389-ds-base-devel-1.2.11.15-67.el6_7.x86_64 389-ds-base-1.2.11.15-67.el6_7.x86_64 389-ds-base-libs-1.2.11.15-67.el6_7.x86_64 389-ds-base-debuginfo-1.2.11.15-67.el6_7.x86_64
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-2640.html
Adding ldapsearch query. PORT="1189" ; ldapsearch -LLL -x -p $PORT -h localhost -D "cn=Directory Manager" -w Secret123 -b "dc=passsync,dc=com" -s one '(&(nsuniqueid=ffffffff-ffffffff-ffffffff-ffffffff)(objectclass=nstombstone))' nsds50ruv