Cannot add new DC with old dead DC IP

Okechukwu Ochiaka 1 Reputation point
2022-05-15T13:02:33.287+00:00

Our secondary DC crashed, and i had to create a new secondary dc as many users have it configured as their preferred DNS server.
The promotion of the new secondary keeps failing whenever I use the same IP as the dead DC.
PS: I have removed all references to the old dc on the domain before recreation.
I tried changing the IP after using a new IP to create, but it stops replicating to the PDC once that's done.
What do I do? manually changing the DNS for all users will be very tasking.

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

6 answers

Sort by: Most helpful
  1. Dave Patrick 426K Reputation points MVP
    2022-05-15T13:04:02.7+00:00

  2. Dave Patrick 426K Reputation points MVP
    2022-05-15T13:12:37.74+00:00

    Please run;

    Dcdiag /v /c /d /e /s:%computername% >C:\dcdiag.log
    repadmin /showrepl >C:\repl.txt
    ipconfig /all > C:\dc1.txt
    ipconfig /all > C:\dc2.txt
    ipconfig /all > C:\dc3.txt
    ipconfig /all > C:\problemmember.txt

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


  3. rr-4098 1,131 Reputation points
    2022-05-18T17:48:26.77+00:00

    Is it possible the IP was taken by another device? Can you ping the IP? Also try checking your switch logs to see if the IP is reported anywhere.


  4. Okechukwu Ochiaka 1 Reputation point
    2022-05-25T08:26:35.67+00:00

    I took down all the secondary DC and brought up a new secondary DC, on bringing it up replication with the PDC was successful but after 24hrs replication is failing currently. The new Secondary DC has been created with an entirely new IP.

    0 comments No comments

  5. Dave Patrick 426K Reputation points MVP
    2022-05-25T12:42:14.937+00:00

    You can try a non authoritative sync
    https://support.microsoft.com/en-us/help/2218556/how-to-force-an-authoritative-and-non-authoritative-synchronization-fo

    --please don't forget to upvote and Accept as answer if the reply is helpful--