Dynamic updates are not synced to new DC

Tutek 716 Reputation points
2023-03-13T06:12:16.1366667+00:00

Hi,

I just connected new domain controller DC2, the dhcp service has been left on the DC1 server, The problem is that no dynamic client updates appear in the dns of the DC2 server. When I run dcdiag there are no errors. Is it normal behavior that dynamic client updates appear only on this server where DHCP service is running, or should it be synchronized to all DC/DNS servers?

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,244 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2023-03-13T13:23:52.28+00:00

    Please run;

    Dcdiag /v /c /d /e /s:%computername% >C:\dcdiag.log (run on PDC emulator)
    repadmin /showrepl >C:\repl.txt (run on any domain controller)
    ipconfig /all > C:\%computername%.txt (run on EVERY domain controller)
    ipconfig /all > C:\problemworkstation.txt (run on problem pc)

    Also check the domain controller System and Replication (DFS or FRS) event logs for errors since last boot. Post the Event Source and Event IDs of any found. (no evtx files)

    then put unzipped text files up on OneDrive and share a link.


1 additional answer

Sort by: Most helpful
  1. Tutek 716 Reputation points
    2023-03-13T10:07:27.23+00:00

    What is bother me the most if on the client pc I manually edit DNS servers and leave only DC2 DNS and reboot, then logon and type echo %logonserver% then it shows DC1 - so it do not use DC2 at all!

    0 comments No comments