I've been experiencing some network issues on a domain controller. Ended up having to reinstall the TCP/IP stack which ended up fixing most of the issues. However, I'm having replication and GPO issues since the server is not registering in DNS with its FQDN. It seems like this is because its "Full computer name" does not contain the domain name as it should.

It looks like this:

But it should look like this:

Any ideas on how to fix this?

Edit: A few more notes. In DNS, the A record is correct. However, there is a NS record for "SERVERNAME." . The CNAME entry for the server in _msdcs is also "SERVERNAME." (and keeps getting replicated as such.. even after changing it) . In ADUC, the computer object for the server shows the DNS name as "SERVERNAME" .

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

Click the "Change..." button on the Computer name tab. It will give you a warning and in the next window click "More..." Type in dom.domain.com for the "Primary DNS suffix of this computer" field and it should display correctly in the "Full Server Name" field now. May have to reboot, I am not sure.

link|improve this answer
That fixed it. Thanks! – Brett G Aug 17 '09 at 20:37
feedback

Go into DNS, navigate to the domain, look for the record for servername. Take the . off the end of the server name.

link|improve this answer
The A record is correct for the server – Brett G Aug 17 '09 at 19:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.