Question : Windows 2008 R2 x64 Error Id 2092 and Id 4013

I have installed a new server windows 2008 R2 x54 and added
as a member of the domain. After that I promote the server as a:
Global Catalog, RID, PDC ... and all the roles.
I have a problems with the DNS server.
 
I have encountered an additional error message for Event 4013 for the DNS Service:

"The DNS server is waiting for Active Directory Domain Services (AD DS) to signal that the initial synchronization of the directory has been completed. The DNS server service cannot start until the initial synchronization is complete because critical DNS data might not yet be replicated onto this domain controller. If events in the AD DS event log indicate that there is a problem with DNS name resolution, consider adding the IP address of another DNS server for this domain to the DNS server list in the Internet Protocol properties of this computer. This event will be logged every two minutes until AD DS has signaled that the initial synchronization has successfully completed."

This seems to happen on Server 2008/2008 R2 based Domain Controllers when, by the time they boot, no DNS server other than themselves is around. If DNS zones are AD integrated, DNS relies on Active Directory to be started in order to load up the DNS zone(s).

Please see the http://technet.microsoft.com/en-us/library/cc735842(WS.10).aspx

I don't know how to resolve this problem. Please help!
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
Error Id 2092
This server is the owner of the following FSMO role, but does not consider it valid. For the partition which contains the FSMO, this server has not replicated successfully with any of its partners since this server has been restarted. Replication errors are preventing validation of this role. 
 
Operations which require contacting a FSMO operation master will fail until this condition is corrected. 
 
FSMO Role: DC=NAME,DC=WAN 


Error Id 4013

The DNS server is waiting for Active Directory Domain Services (AD DS) to signal that the initial synchronization of the directory has been completed. The DNS server service cannot start until the initial synchronization is complete because critical DNS data might not yet be replicated onto this domain controller. If events in the AD DS event log indicate that there is a problem with DNS name resolution, consider adding the IP address of another DNS server for this domain to the DNS server list in the Internet Protocol properties of this computer. This event will be logged every two minutes until AD DS has signaled that the initial synchronization has successfully completed.

Answer : Windows 2008 R2 x64 Error Id 2092 and Id 4013

A few suggestions:
1. Check the network control panel / TCP/IP v4 properties and make sure that the server's localhost address is entered instead of the server's local IP address.  ie: 127.0.0.1 instead of 192.168.1.10.
2. I've worked with Microsoft on a number of issues after the same scenario.  DCPromo'd a new 2008R2 server, moved FSMO roles, etc.  I had to add a host file entry to the new 2008R2 server to reference ITSELF.  in C:\windows\system32\drivers\etc\hosts enter 192.168.1.10  <SERVERNAME> <servername.fqdn.tld> so for a server named server1 in a domain called doman.local with an ip address of 192.168.200.1 I added a line to the hosts file: 192.168.200.1  server1 server1.domain.local.  
3. If you have another Active Directory server (domain controller) with DNS installed, add that server's IP Address as the secondary DNS Server address for this server.
4. Disable IPv6.  To do this, add a new RegDWORD (32-bit) - to the following:
HKLM\System\CurrentControlSet\Services\TCPIP6\Parameters\DisabledComponents = ffffffff
In the network control panel for any adapter connected to your LAN,
- Uncheck IP v6 in the Network Control Panel

Reboot & let's see if you have any success or any new events?
Random Solutions  
 
programming4us programming4us