Unable to Replicate to Slave DC's or Join a New Server

I’m having a hell of a time figuring out how to fix this issue and have a deadline of a few hours on getting a slave joined to this domain. Replication is broken across all slaves from the master after upgrading to 4.4.

In the listener log, I turned debugging to 4 and I think it’s because of an incorrect bind user that is being used. (listener.log taken from Master Domain controller)

29.05.19 14:04:20.897  LISTENER    ( WARN    ) : Notifier/LDAP server is ucs-master.int.exampledomain.com:7389
29.05.19 14:04:20.897  LDAP        ( PROCESS ) : connecting to ldap://ucs-master.int.exampledomain.com:7389
29.05.19 14:04:20.905  LDAP        ( INFO    ) : simple_bind as cn=admin,dc=int,dc=exampledomain,dc=com
29.05.19 14:04:20.907  LISTENER    ( INFO    ) : connecting to notifier ucs-master.int.exampledomain.com:6669
29.05.19 14:04:20.908  LISTENER    ( INFO    ) : connection to 10.5.35.10 failed with errorcode 111: Connection refused
29.05.19 14:04:20.908  LISTENER    ( ERROR   ) : failed to connect to any notifier
29.05.19 14:04:20.909  LISTENER    ( WARN    ) : can not connect any server, retrying in 30 seconds

In LDAP, the ‘cn=admin,dc=int,dc=exampledomain,dc=com’ DN does not exist. How do I resolve this issue?

Thanks

Followed this guide: How to reset Listener / Notifier replication and have a bit more luck. When I rejoin on the slaves, it fails on 97univention-s4-connector.inst

Configure 97univention-s4-connector.inst Wed May 29 16:55:32 PDT 2019
2019-05-29 16:55:33.083900984-07:00 (in joinscript_init)
29.05.19 16:55:34.880  DEBUG_INIT
UNIVENTION_DEBUG_BEGIN  : uldap.__open host=ucs-master.int.exampledomain.com port=7389 base=dc=int,dc=exampledomain,dc=com
UNIVENTION_DEBUG_END    : uldap.__open host=ucs-master.int.exampledomain.com port=7389 base=dc=int,dc=exampledomain,dc=com
Not updating connector/s4/ldap/host
Not updating connector/s4/ldap/base
Not updating connector/s4/ldap/ssl
Not updating connector/s4/mapping/group/language
Not updating connector/s4/ldap/protocol
Not updating connector/s4/ldap/socket
W: Missing value for config registry variable 'set'
W: Missing value for config registry variable 'set'
Not updating connector/ldap/bindpw
Not updating connector/ldap/binddn
Not updating connector/ldap/server
Object exists: cn=gPLink,cn=custom attributes,cn=univention,dc=int,dc=exampledomain,dc=com
Object exists: cn=Builtin,dc=int,dc=exampledomain,dc=com
Object exists: cn=System,dc=int,dc=exampledomain,dc=com
Object exists: cn=Policies,cn=System,dc=int,dc=exampledomain,dc=com
Object exists: ou=Domain Controllers,dc=int,dc=exampledomain,dc=com
Object exists: cn=WMIPolicy,cn=System,dc=int,dc=exampledomain,dc=com
Object exists: cn=SOM,cn=WMIPolicy,cn=System,dc=int,dc=exampledomain,dc=com
Object exists: cn=ldapschema,cn=univention,dc=int,dc=exampledomain,dc=com
INFO: No change of core data of object msgpo.
INFO: No change of core data of object mswmi.
Object exists: cn=udm_module,cn=univention,dc=int,dc=exampledomain,dc=com
INFO: No change of core data of object container/msgpo.
No modification: cn=msgpo,cn=ldapschema,cn=univention,dc=int,dc=exampledomain,dc=com

No modification: cn=mswmi,cn=ldapschema,cn=univention,dc=int,dc=exampledomain,dc=com

No modification: cn=container/msgpo,cn=udm_module,cn=univention,dc=int,dc=exampledomain,dc=com

Waiting for activation of the extension object msgpo:.................................................ERROR: Master did not mark the extension object active within 180 seconds.
ERROR
ucs_registerLDAPExtension: registraton of /usr/share/univention-s4-connector/ldap/msgpo.schema failed.

I would recommend doing this:

shell# udm settings/udm_module modify \
  --dn "cn=container/msgpo,cn=udm_module,cn=univention,$(ucr get ldap/base)" \
  --set active=TRUE
shell# udm settings/udm_module modify \
  --dn "cn=container/msgpo,cn=udm_module,cn=univention,$(ucr get ldap/base)" \
  --set active=FALSE

This toggle operation should trigger the Listener module to re-register the the UDM module. Depending on the load of your system you may want to wait about 2 min and then check again, that the object has been marked active again by the Listener module, like this:

udm settings/udm_module list --filter "cn=container/msgpo" | grep active

After that you can just run the joinscript again:

univention-run-join-scripts

I hope this helps.

and if they aren’t marked as active ?

ich bekomme beim Join script immer einen Fehler
I always get errors after running the join scripts

Waiting for activation of the extension object msgpo: …ERROR: Master did not mark the extension object active within 180 seconds.
ERROR

Object exists: cn=gPLink,cn=custom attributes,cn=univention,dc=xxx,dc=local
Object exists: cn=WMIPolicy,cn=System,dc=xxx,dc=local
Object exists: cn=SOM,cn=WMIPolicy,cn=System,dc=xxx,dc=local
Object exists: cn=udm_syntax,cn=univention,dc=xxx,dc=local
INFO: No change of core data of object s4_connector.
No modification: cn=s4_connector,cn=udm_syntax,cn=univention,dc=xxx,dc=local

Waiting for activation of the extension object s4_connector: OK
Waiting for file /usr/lib/python2.7/dist-packages/univention/admin/syntax.d/s4_connector.py: OK
Object exists: cn=ldapschema,cn=univention,dc=xxx,dc=local
INFO: No change of core data of object msgpo.
INFO: No change of core data of object mswmi.
Object exists: cn=udm_module,cn=univention,dc=xxx,dc=local
INFO: No change of core data of object container/msgpo.
No modification: cn=msgpo,cn=ldapschema,cn=univention,dc=xxx,dc=local

No modification: cn=mswmi,cn=ldapschema,cn=univention,dc=xxx,dc=local

No modification: cn=container/msgpo,cn=udm_module,cn=univention,dc=xxx,dc=local

Waiting for activation of the extension object msgpo: ....................................................ERROR: Master did not mark the extension object active within 180 seconds.
ERROR
ucs_registerLDAPExtension: registraton of /usr/share/univention-s4-connector/ldap/msgpo.schema failed.

EXITCODE=1
69f0ae63-3549-4540-aa1a-c603f29b079d
RUNNING 98univention-pkgdb-tools.inst
EXITCODE=already_executed
RUNNING 98univention-samba4-dns.inst
EXITCODE=already_executed
RUNNING 98univention-samba4-saml-kerberos.inst
EXITCODE=already_executed
univention-join-hooks: looking for hook type "join/post-joinscripts" on sedeka1.xxx.local
Found hooks:

Mi 16. Dez 15:53:15 CET 2020
univention-run-join-scripts finished

root@sedeka4:~#

of course:
i tryed: Problem: Join Script 30univention-appcenter fails on UCS 4.4
and also to reregister : Unable to Replicate to Slave DC's or Join a New Server

nothing worked.
some idea ?

maybe its because the domain master ist not running right …
Peter

The error message

suggests that you should have a look in the file /var/log/univention/listener.log on the Master (!) around the time when the S4-Connector joinscript was running during the Join process.

There are a lot of messegas mostly (ALL or INFO), maybe you have a hint what I’m looking for?

24.12.20 23:10:02.064  LISTENER    ( INFO    ) : notifier returned = id:52975   dn:<LDAP>       cmd:*
24.12.20 23:10:02.064  LDAP        ( PROCESS ) : connecting to ldap://sedeka1.domain.local:7389
24.12.20 23:10:02.070  LDAP        ( INFO    ) : simple_bind as cn=admin,dc=domain,dc=local
24.12.20 23:10:02.071  LISTENER    ( INFO    ) : notifier.c:127:notifier_wait_id_result LDAP returned: id:52975 dn:relativeDomainName=sedeka8,zoneName=domain.local,cn=dns,dc=domain,dc=local cmd:m
24.12.20 23:10:02.071  LISTENER    ( PROCESS ) : updating 'relativeDomainName=sedeka8,zoneName=domain.local,cn=dns,dc=domain,dc=local' command m
24.12.20 23:10:02.071  LISTENER    ( ALL     ) : cache_get_entry: Read Transaction begin
24.12.20 23:10:02.071  LISTENER    ( INFO    ) : dntree_lookup_id4ldapdn: found id=971
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : cache_get_entry: Read Transaction abort
24.12.20 23:10:02.072  LISTENER    ( INFO    ) : got 837 bytes for relativedomainname=sedeka8,zonename=domain.local,cn=dns,dc=domain,dc=local
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : read_header pos=32 type=1 key_size=12 data_size=8 key_data=[objectClass] data_data=[dNSZone]
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : attribute is "objectClass"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : objectClass is at 0x558b6402c760
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : value is "dNSZone"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : read_header pos=60 type=1 key_size=12 data_size=4 key_data=[objectClass] data_data=[top]
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : attribute is "objectClass"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : value is "top"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : read_header pos=101 type=1 key_size=12 data_size=17 key_data=[objectClass] data_data=[univentionObject]
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : attribute is "objectClass"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : value is "univentionObject"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : read_header pos=150 type=1 key_size=21 data_size=16 key_data=[univentionObjectType] data_data=[dns/host_record]
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : attribute is "univentionObjectType"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : univentionObjectType is at 0x558b6402ce50
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : value is "dns/host_record"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : read_header pos=189 type=1 key_size=19 data_size=8 key_data=[relativeDomainName] data_data=[sedeka8]
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : attribute is "relativeDomainName"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : relativeDomainName is at 0x558b646daba0
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : value is "sedeka8"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : read_header pos=220 type=1 key_size=9 data_size=10 key_data=[zoneName] data_data=[domain.local]
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : attribute is "zoneName"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "relativeDomainName"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : zoneName is at 0x558b646dab10
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : value is "domain.local"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : read_header pos=262 type=1 key_size=22 data_size=8 key_data=[structuralObjectClass] data_data=[dNSZone]
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : attribute is "structuralObjectClass"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "relativeDomainName"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "zoneName"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : structuralObjectClass is at 0x558b6448d800
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : value is "dNSZone"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : read_header pos=321 type=1 key_size=10 data_size=37 key_data=[entryUUID] data_data=[faacf3e2-bf87-103a-845b-7d5ba8d9112a]
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : attribute is "entryUUID"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "relativeDomainName"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "zoneName"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "structuralObjectClass"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : entryUUID is at 0x558b644b6320
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : value is "faacf3e2-bf87-103a-845b-7d5ba8d9112a"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : read_header pos=412 type=1 key_size=13 data_size=66 key_data=[creatorsName] data_data=[uid=admin.steffek,ou=admins,cn=groups,cn=ka,cn=de,dc=domain,dc=local]
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : attribute is "creatorsName"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "relativeDomainName"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "zoneName"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "structuralObjectClass"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "entryUUID"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : creatorsName is at 0x558b64543d00
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : value is "uid=admin.steffek,ou=admins,cn=groups,cn=ka,cn=de,dc=domain,dc=local"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : read_header pos=456 type=1 key_size=16 data_size=16 key_data=[createTimestamp] data_data=[20201120142527Z]
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : attribute is "createTimestamp"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "relativeDomainName"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "zoneName"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "structuralObjectClass"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "entryUUID"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : current attribute is "creatorsName"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : createTimestamp is at 0x558b64017bd0
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : value is "20201120142527Z"
24.12.20 23:10:02.072  LISTENER    ( ALL     ) : read_header pos=489 type=1 key_size=8 data_size=13 key_data=[aRecord] data_data=[10.10.10.198]
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : attribute is "aRecord"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "relativeDomainName"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "zoneName"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "structuralObjectClass"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "entryUUID"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "creatorsName"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "createTimestamp"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : aRecord is at 0x558b646b3ba0
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : value is "10.10.10.198"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : read_header pos=551 type=1 key_size=9 data_size=41 key_data=[entryCSN] data_data=[20201224215620.466189Z#000000#000#000000]
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : attribute is "entryCSN"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "relativeDomainName"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "zoneName"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "structuralObjectClass"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "entryUUID"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "creatorsName"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "createTimestamp"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "aRecord"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : entryCSN is at 0x558b644dcaa0
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : value is "20201224215620.466189Z#000000#000#000000"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : read_header pos=602 type=1 key_size=14 data_size=25 key_data=[modifiersName] data_data=[cn=admin,dc=domain,dc=local]
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : attribute is "modifiersName"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "relativeDomainName"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "zoneName"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "structuralObjectClass"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "entryUUID"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "creatorsName"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "createTimestamp"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "aRecord"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "entryCSN"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : modifiersName is at 0x558b646b1710
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : value is "cn=admin,dc=domain,dc=local"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : read_header pos=646 type=1 key_size=16 data_size=16 key_data=[modifyTimestamp] data_data=[20201224215620Z]
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : attribute is "modifyTimestamp"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "relativeDomainName"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "zoneName"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "structuralObjectClass"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "entryUUID"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "creatorsName"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "createTimestamp"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "aRecord"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "entryCSN"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "modifiersName"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : modifyTimestamp is at 0x558b646bcbc0
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : value is "20201224215620Z"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : read_header pos=735 type=1 key_size=8 data_size=69 key_data=[entryDN] data_data=[relativeDomainName=sedeka8,zoneName=domain.local,cn=dns,dc=domain,dc=local]
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : attribute is "entryDN"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "relativeDomainName"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "zoneName"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "structuralObjectClass"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "entryUUID"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "creatorsName"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "createTimestamp"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "aRecord"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "entryCSN"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "modifiersName"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "modifyTimestamp"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : entryDN is at 0x558b646e7890
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : value is "relativeDomainName=sedeka8,zoneName=domain.local,cn=dns,dc=domain,dc=local"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : read_header pos=778 type=1 key_size=18 data_size=13 key_data=[subschemaSubentry] data_data=[cn=Subschema]
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : attribute is "subschemaSubentry"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "relativeDomainName"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "zoneName"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "structuralObjectClass"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "entryUUID"
24.12.20 23:10:02.073  LISTENER    ( ALL     ) : current attribute is "creatorsName"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : current attribute is "createTimestamp"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : current attribute is "aRecord"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : current attribute is "entryCSN"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : current attribute is "modifiersName"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : current attribute is "modifyTimestamp"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : current attribute is "entryDN"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : subschemaSubentry is at 0x558b644776d0
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : value is "cn=Subschema"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : read_header pos=812 type=1 key_size=16 data_size=6 key_data=[hasSubordinates] data_data=[FALSE]
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : attribute is "hasSubordinates"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : current attribute is "relativeDomainName"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : current attribute is "zoneName"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : current attribute is "structuralObjectClass"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : current attribute is "entryUUID"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : current attribute is "creatorsName"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : current attribute is "createTimestamp"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : current attribute is "aRecord"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : current attribute is "entryCSN"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : current attribute is "modifiersName"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : current attribute is "modifyTimestamp"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : current attribute is "entryDN"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : current attribute is "subschemaSubentry"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : hasSubordinates is at 0x558b64722120
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : value is "FALSE"
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : read_header pos=837 type=2 key_size=13 data_size=0 key_data=[s4-connector] data_data=[(null)]
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : end of buffer pos=size=837
24.12.20 23:10:02.074  LISTENER    ( ALL     ) : updating by UUID faacf3e2-bf87-103a-845b-7d5ba8d9112a
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : cache_get_entry: Read Transaction begin
24.12.20 23:10:02.075  LISTENER    ( INFO    ) : dntree_lookup_id4ldapdn: found id=971
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : cache_get_entry: Read Transaction abort
24.12.20 23:10:02.075  LISTENER    ( INFO    ) : got 837 bytes for relativedomainname=sedeka8,zonename=domain.local,cn=dns,dc=domain,dc=local
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : read_header pos=32 type=1 key_size=12 data_size=8 key_data=[objectClass] data_data=[dNSZone]
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : attribute is "objectClass"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : objectClass is at 0x558b6402ac80
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : value is "dNSZone"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : read_header pos=60 type=1 key_size=12 data_size=4 key_data=[objectClass] data_data=[top]
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : attribute is "objectClass"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : value is "top"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : read_header pos=101 type=1 key_size=12 data_size=17 key_data=[objectClass] data_data=[univentionObject]
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : attribute is "objectClass"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : value is "univentionObject"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : read_header pos=150 type=1 key_size=21 data_size=16 key_data=[univentionObjectType] data_data=[dns/host_record]
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : attribute is "univentionObjectType"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : univentionObjectType is at 0x558b6402ad20
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : value is "dns/host_record"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : read_header pos=189 type=1 key_size=19 data_size=8 key_data=[relativeDomainName] data_data=[sedeka8]
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : attribute is "relativeDomainName"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : relativeDomainName is at 0x558b646df380
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : value is "sedeka8"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : read_header pos=220 type=1 key_size=9 data_size=10 key_data=[zoneName] data_data=[domain.local]
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : attribute is "zoneName"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : current attribute is "relativeDomainName"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : zoneName is at 0x558b646df410
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : value is "domain.local"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : read_header pos=262 type=1 key_size=22 data_size=8 key_data=[structuralObjectClass] data_data=[dNSZone]
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : attribute is "structuralObjectClass"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : current attribute is "relativeDomainName"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : current attribute is "zoneName"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : structuralObjectClass is at 0x558b646df350
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : value is "dNSZone"
24.12.20 23:10:02.075  LISTENER    ( ALL     ) : read_header pos=321 type=1 key_size=10 data_size=37 key_data=[entryUUID] data_data=[faacf3e2-bf87-103a-845b-7d5ba8d9112a]
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : attribute is "entryUUID"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "relativeDomainName"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "zoneName"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "structuralObjectClass"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : entryUUID is at 0x558b64722860
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : value is "faacf3e2-bf87-103a-845b-7d5ba8d9112a"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : read_header pos=412 type=1 key_size=13 data_size=66 key_data=[creatorsName] data_data=[uid=admin.steffek,ou=admins,cn=groups,cn=ka,cn=de,dc=domain,dc=local]
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : attribute is "creatorsName"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "relativeDomainName"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "zoneName"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "structuralObjectClass"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "entryUUID"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : creatorsName is at 0x558b6460c9d0
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : value is "uid=admin.steffek,ou=admins,cn=groups,cn=ka,cn=de,dc=domain,dc=local"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : read_header pos=456 type=1 key_size=16 data_size=16 key_data=[createTimestamp] data_data=[20201120142527Z]
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : attribute is "createTimestamp"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "relativeDomainName"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "zoneName"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "structuralObjectClass"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "entryUUID"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "creatorsName"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : createTimestamp is at 0x558b6460ca60
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : value is "20201120142527Z"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : read_header pos=489 type=1 key_size=8 data_size=13 key_data=[aRecord] data_data=[10.10.10.198]
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : attribute is "aRecord"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "relativeDomainName"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "zoneName"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "structuralObjectClass"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "entryUUID"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "creatorsName"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "createTimestamp"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : aRecord is at 0x558b6460cb10
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : value is "10.10.10.198"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : read_header pos=551 type=1 key_size=9 data_size=41 key_data=[entryCSN] data_data=[20201224215620.466189Z#000000#000#000000]
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : attribute is "entryCSN"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "relativeDomainName"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "zoneName"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "structuralObjectClass"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "entryUUID"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "creatorsName"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "createTimestamp"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "aRecord"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : entryCSN is at 0x558b641c6fb0
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : value is "20201224215620.466189Z#000000#000#000000"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : read_header pos=602 type=1 key_size=14 data_size=25 key_data=[modifiersName] data_data=[cn=admin,dc=domain,dc=local]
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : attribute is "modifiersName"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "objectClass"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "univentionObjectType"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "relativeDomainName"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "zoneName"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "structuralObjectClass"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "entryUUID"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "creatorsName"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "createTimestamp"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "aRecord"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "entryCSN"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : modifiersName is at 0x558b641c7040
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : value is "cn=admin,dc=domain,dc=local"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : read_header pos=646 type=1 key_size=16 data_size=16 key_data=[modifyTimestamp] data_data=[20201224215620Z]
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : attribute is "modifyTimestamp"
24.12.20 23:10:02.076  LISTENER    ( ALL     ) : current attribute is "objectClass"

FYI: My current domain master ist broken and I want to migrate them.

Peter

SOLVED:
after i upgraded the backup domain controller to the master and turnd of the old master i fixed the s4 connector ( i deleted in the regestry the univention/ldapschema/msgpo )

Look here:

Mastodon