"Jack" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> This is a re-posted msg from win2KAD forum since no one has any advise
yet.
>
> I am running dnslint unitlity from my DC1 and received error such as
> CNAME record for and AD forest GUID was missing from a DNS server. DC2
> was used for redundancy.
>
> Below is the DNSLink report:
<snip report>
> In this case, how should I add CNAME record to my DNS? Can anyone give
> me specific advise as I am still learning how to manage a DNS server.
Fix your DNS and re-register any missing records with the tools
or methods mentioned below, or by hand ONLY if those methods
don't work.
First thing to do is to double check the DNS server AND client
(on the DCs especially.)
Many people use the wrong, or multiple DNS servers (both external
and internal) on the DC NIC->IP properties.
Also note that you seem to have a single-label "DOMAINNAME"
which is a significant problem and requires specific steps which
you can find with the search at the end of the guide given here...
DNS for AD
1) Dynamic for the zone supporting AD
2) All internal DNS clients NIC\IP properties must specify SOLELY
that internal, dynamic DNS server (set.)
3) DCs and even DNS servers are DNS clients too -- see #2
4) If you have more than one Domain, every DNS server must
be able to resolve ALL domains (either directly or indirectly)
netdiag /fix
....or maybe:
dcdiag /fix
(Win2003 can do this from Support tools):
nltest /dsregdns /server

C-ServerNameGoesHere
http://support.microsoft.com/kb/q260371/
Ensure that DNS zones/domains are fully replicated to all DNS
servers for that (internal) zone/domain.
Also useful may be running DCDiag on each DC, sending the
output to a text file, and searching for FAIL, ERROR, WARN.
Single Label domain zone names are a problem Google:
[ "SINGLE LABEL" domain names DNS 2000 | 2003 microsoft: ]
--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
>
> Thks.