In (e-mail address removed) <
[email protected]>
posted a question
Then Kevin replied below:
: here is the Ipconfig /all output
: I have also run the dcdiag and it reports all pass
:
: Windows 2000 IP Configuration
: host name.........lkb10
: primary DNS Suffix..domain1.lkbinc
: Node Type...Hybrid
: IP Routing enabled...no
: Wins Proxy Enable....no
: DNS Suffix Search List ...domain1.lkbinc
:
: Ethernet adapter Intel 82544gc Based Network Connection -
: onboard:
: Connection-specific Dns Suffix . :
: Description.........:intel pro/1000 XT Network Connection
: Physical Address....: 00-06-5B-8E-F8-8F
: Dhcp Enabled .......no
: Ip Address..........172.17.1.10
: Subnet Mask.........255.255.0.0
: Default Gateway.....
: Dns Server..........:172.17.1.10
:
:: -----Original Message-----
:: This error occurs on the my DC DNS server when I run
:: netdiag /fix.
:: Dns Test ..... : Failed
:: [warning] Cannot find a primary authoritative dns server
:: for the name 'lkb10.domain1.lkbinc' [ rcode_server- failure]
:: The name 'lkb10.domain1.lkbinc' may not be registered in
:: dns.
:: [fatal] Failed to fix: DC DNS entry
:: _ldap.tcp.pdc._msdcs.domain1.lkbinc. re-registeration on
:: dns server '172.17.1.10' failed.
:: [fatal] Failed to fix: netdiag failed to re-register
:: missing DNS entries for this DC on the DNS
:: server '172.17.1.10'
:: [fatal] no DNS servers have the dns records for this dc
:: registered.
::
:: Any clue on how to correct this error?
:: Thanks in advance.
::
:: .
I am suspecting this is a disjointed namespace, your Primary DNS suffix does
not match your domain name.
Here is the clue:
Dns Test ..... : Failed
[warning] Cannot find a primary authoritative dns server
for the name 'lkb10.domain1.lkbinc'<---this is the zone name it is trying to
find
: host name.........lkb10
: primary DNS Suffix..domain1.lkbinc<---Your Primary DNS suffix
Look in ADU&C for the AD domain name, I suspect the AD domain name is
'lkb10.domain1.lkbinc' This occasionally pops up here, when you ran DCPROMO
and it asked for the FQDN of your AD domain, you mistakenly included your
server name in the FQDN for your domain.
There is a script for changing the primary DNS suffix, but in the meantime,
just to verify this create a zone with this name: 'lkb10.domain1.lkbinc'
(without quotes) set it to allow dynamic updates. Then on the NIC in the
Connection specific DNS suffix on the DC put 'lkb10.domain1.lkbinc' (without
quotes) in the field 'DNS suffix for this connection:' and check 'Register
the connection's addresses in DNS' and 'Use this connection's DNS suffix in
DNS registration'
Restart the Netlogon service and run ipconfig /registerdns I have never
verified this but I think this will work.
Please post back with the name of your AD domain or email me a screen print
of ADU&C if I verify this is a disjointed namespace I will email you a
script developed for MS Support Services for correcting the primary DNS
suffix. Keep in mind this will change the suffix to 'lkb10.domain1.lkbinc'
and give this DC a FQDN of 'lkb10.lkb10.domain1.lkbinc' this is not the best
choice.