after Takeover from SBS2008 i demoted the old dc and renamed the Machine from sbs to sbs2008 with new DHCP IP
NSLOOKUP to tld.local is working but is not possible to join
Hinweis: Diese Informationen sind für einen Netzwerkadministrator bestimmt. Wenden Sie sich an den Netzwerkadministrator, wenn Sie kein Netzwerkadministrator sind, und leiten Sie die Informationen in der Datei C:\Windows\debug\dcdiag.txt weiter.
Der folgende Fehler ist beim Abfragen von DNS über den Ressourceneintrag der Dienstidentifizierung (SRV) aufgetreten, der zur Suche eines Active Directory-Domänencontrollers für die Domäne “leister-schuhe.local” verwendet wird:
Es handelt sich um die Abfrage des Dienstidentifizierungseintrags (SRV) für _ldap._tcp.dc._msdcs.leister-schuhe.local
Die häufigsten Ursachen dieses Fehlers sind:
Die von diesem Computer verwendeten DNS-Server enthalten falsche Stammhinweise. Dieser Computer wurde zur Verwendung der folgenden IP-Adressen konfiguriert:
10.0.0.4
Mindestens eine der folgenden Zonen enthalten eine falsche Delegierung:
leister-schuhe.local
local
. (die Stammzone)
Klicken Sie auf “Hilfe”, um weitere Informationen über die Fehlerbehandlung zu erhalten.
NETBIOS Name for Join brings a login thats accepted
After a while the System shows up under Devices with a Computer account, but
Die angegebenen Netzwerkresource bzw. das angegebene Gerät ist nicht mehr verfügbar
try running this script
/usr/share/univention-samba4/scripts/check_essential_samba4_dns_records.sh
it will show that recent dns records are missing in s4 dns - also they are available in ldap dns
i had this at all take-over scenarios and the only workaround was reprovisioning samba4 on ucs master
i just found an older topic from me.
please advice
root@ucs-Leister:/usr/share/univention-samba4/scripts# ./check_essential_samba4_dns_records.sh
Host gc._msdcs.leister-schuhe.local not found: 2(SERVFAIL)
_gc._tcp.leister-schuhe.local has SRV record 0 100 3268 sbs.leister-schuhe.local.
_gc._tcp.leister-schuhe.local has SRV record 0 100 3268 ucs-leister.leister-schuhe.local.
Host _ldap._tcp.gc._msdcs.leister-schuhe.local not found: 2(SERVFAIL)
_ldap._tcp.leister-schuhe.local has SRV record 0 100 389 sbs.leister-schuhe.local.
_ldap._tcp.leister-schuhe.local has SRV record 0 100 389 ucs-leister.leister-schuhe.local.
Host _ldap._tcp.dc._msdcs.leister-schuhe.local not found: 2(SERVFAIL)
Host _ldap._tcp.pdc._msdcs.leister-schuhe.local not found: 2(SERVFAIL)
Host _ldap._tcp.df242e69-6d7e-45d2-90d0-990bea885ab2.domains._msdcs.leister-schuhe.local not found: 2(SERVFAIL)
Host _kerberos._tcp.dc._msdcs.leister-schuhe.local not found: 2(SERVFAIL)
_kerberos._tcp.leister-schuhe.local has SRV record 0 100 88 sbs.leister-schuhe.local.
_kerberos._tcp.leister-schuhe.local has SRV record 0 100 88 ucs-leister.leister-schuhe.local.
_kerberos._udp.leister-schuhe.local has SRV record 0 100 88 ucs-leister.leister-schuhe.local.
_kerberos._udp.leister-schuhe.local has SRV record 0 100 88 sbs.leister-schuhe.local.
_kpasswd._tcp.leister-schuhe.local has SRV record 0 100 464 sbs.leister-schuhe.local.
_kpasswd._tcp.leister-schuhe.local has SRV record 0 100 464 ucs-leister.leister-schuhe.local.
_kpasswd._udp.leister-schuhe.local has SRV record 0 100 464 sbs.leister-schuhe.local.
_kpasswd._udp.leister-schuhe.local has SRV record 0 100 464 ucs-leister.leister-schuhe.local.
Located DC ‘ucs-Leister’ in site ‘Default-First-Site-Name’
Host 759df28d-4dfa-4b28-9e2f-94d3dc7d95fa._msdcs.leister-schuhe.local not found: 2(SERVFAIL)
Records for site Default-First-Site-Name:
_ldap._tcp.Default-First-Site-Name._sites.leister-schuhe.local has SRV record 0 100 389 ucs-leister.leister-schuhe.local.
_ldap._tcp.Default-First-Site-Name._sites.leister-schuhe.local has SRV record 0 100 389 sbs.leister-schuhe.local.
Host _ldap._tcp.Default-First-Site-Name._sites.dc._msdcs.leister-schuhe.local not found: 2(SERVFAIL)
_kerberos._tcp.Default-First-Site-Name._sites.leister-schuhe.local has SRV record 0 100 88 ucs-leister.leister-schuhe.local.
_kerberos._tcp.Default-First-Site-Name._sites.leister-schuhe.local has SRV record 0 100 88 sbs.leister-schuhe.local.
Host _kerberos._tcp.Default-First-Site-Name._sites.dc._msdcs.leister-schuhe.local not found: 2(SERVFAIL)
Optional GC Records for site Default-First-Site-Name:
_gc._tcp.Default-First-Site-Name._sites.leister-schuhe.local has SRV record 0 100 3268 sbs.leister-schuhe.local.
_gc._tcp.Default-First-Site-Name._sites.leister-schuhe.local has SRV record 0 100 3268 ucs-leister.leister-schuhe.local.
Host _ldap._tcp.Default-First-Site-Name._sites.gc._msdcs.leister-schuhe.local not found: 2(SERVFAIL)
_kerberos.leister-schuhe.local descriptive text “LEISTER-SCHUHE.LOCAL”
I think there should be a way provided by Univention to only recreate s4 dns from ldap dns !!
you can try to add the missing dns entries throut RSAT Tools and Windows DNS Management Tool - but i don’t know if this gets synced tp ldap as the records exists already there
I would really appreciate to have a broad look into the /var/log/daemon.* Logfiles about bind9. At least I ask you to post the tail -f /var/log/daemon.log | grep 'named' when restarting the dns daemon systemctrl restart bind9.service.