Active Directory Failover

Kenelm Ulric Dogcio 105 Reputation points
2023-10-24T14:21:48.8533333+00:00

We recently, migrated/upgraded customers Active Directory 2012 to 2022. It seems to be successful as users and computers were replicated in the 2022 Active Directory. We tried to test if it would failover, but it didn't. Scenario of the testing below:

Setup:

2x DC (Primary and Secondary) in 1 Site; WS2022.

  1. We plugged off the Network Cable of the Primary
  2. We ping the domain, returns RTO.
  3. We tried to login to a workstation, not able to authenticate.
  4. We plugged the Network Cable back in the Primary
  5. We ping the domain, was able to Ping the Primary

What i was expecting is even if the primary is down, when we ping the domain, the secondary IP should be pingable. And also, users should be able to authenticate since there is a secondary DC.

I wish we could get help immediately. Thank you in advanced!

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2023-10-24T14:26:23.1266667+00:00

    Make sure the DHCP server is handing out both domain controller ip addresses listed for DNS. If that's not it then 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.


7 additional answers

Sort by: Most helpful
  1. Kenelm Ulric Dogcio 105 Reputation points
    2023-10-26T14:48:11.8533333+00:00

    Hi Dave!

    Just got back from the client. Here's the link for the log files.

    https://gsiorg0-my.sharepoint.com/:f:/g/personal/ulric_d_gsiorg_ph/EtpowCKXwYdGhvvcLPzKjDEBTg13eaK764BNb_J1xMbwig?e=L94Md9

    The DC that were having problems is the Secondary.

    Thanks for your help!

    0 comments No comments

  2. Anonymous
    2023-10-26T15:07:57.3633333+00:00
    • Both WSUS and SATADC1 are multi-homed which will always cause no end to grief for active directory DNS.
    • Each domain controller should have at a minimum its own static ip address plus the loopback (127.0.0.1) listed for DNS. So remove any of the other addresses. After corrections then do an ipconfig /flushdns, ipconfig /registerdns, and restart the netlogon service.
    • You didn't put up the file for the problem member but make sure it has the static addresses of both domain controllers listed for DNS and no others such as router or public DNS or the other unknown addresses the DCs have.
    • I didn't look too much at the rest because above are showstoppers. If problems persist then put up a new set of files to look at.

    --please don't forget to close up the thread here by marking answer if the reply is helpful--


  3. SChalakov 10,576 Reputation points MVP Volunteer Moderator
    2023-10-26T15:07:58.6366667+00:00

    Hi @Kenelm Ulric Dogcio

    please make sure you you hide all the sensitive information from your log files. I just took a short look and you have put all your customer's log files publicly on the Internet. Those contain very important and sensitive IPs. I would encourage you to anonymize those or find another way of providing the data needed.


    (If the reply was helpful please don't forget to upvote or accept as answer, thank you)
    Regards,
    Stoyan


  4. Kenelm Ulric Dogcio 105 Reputation points
    2023-10-26T15:35:55.3833333+00:00

    As for the Replication Events:

    SOURCE EventID
    DFSR 5002, 1202, 5008, 6104

    For the System Events:

    Source EventID
    NETLOGON 5722
    Service Control Manager 7030
    DistributedCOM 10028

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.