Client joining by Domain name(ittest.local) but not with fqdn win-e.ittest.local

gourav tiwari 21 Reputation points
2020-09-03T13:30:32.647+00:00

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 is an active directory integrated Zone DNS
event viewer showing this log

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2020-09-04T06:16:50.083+00:00

    Hi,

    Thanks for posting here.

    May I know whether the domain that client needs to be joined is "ittest.local" and the FQDN of the DNS server that host zone "ittest.local" is “win-e.ittest.local”?

    If my understanding was correct, please kindly note that, if we want to add a client to a specific domain, we are going to use the specific domain name which hosted by DNS server rather than the FQDN of DNS server.

    A fully qualified domain name (FQDN) is the complete domain name for a specific computer, or host, on the internet. The FQDN consists of two parts: the hostname and the domain name. For example, an FQDN for a DNS server might be “dc.sunny.com”. The hostname is “dc”, and the host is located within the domain “sunny.com”.

    As for the provided event log, please help confirm if it was Event 4013.

    If yes, please kindly check if the following article was helpful:
    https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc735842(v=ws.10)?redirectedfrom=MSDN

    Best Regards,
    Sunny Qi

    ===========================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


2 additional answers

Sort by: Most helpful
  1. gourav tiwari 21 Reputation points
    2020-09-04T10:11:17.177+00:00

    22712-dcdiag.txt

    thi is dcdiag result

    0 comments No comments

  2. Marian MATEI 1 Reputation point
    2022-05-29T08:18:17.08+00:00

    For Event ID 4013:
    Change the "DNS" service startup type from "Automatic" to "Automatic (Delayed Start)":
    sc config DNS start= delayed-auto

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.