Server 2008R2 Domain Partially Missing

Mike Hammett 1 Reputation point
2020-11-05T01:56:04.157+00:00

I have a Server 2008R2 domain controller. I run Azure AD Connect to sync the AD up to Azure so I can authenticate my Office 365 against it. Azure AD Connect stopped syncing. I went looking as to why.

I discovered that DNS was not running on the server anymore. It couldn't load the AD zones because AD wasn't up. I did indeed see errors in AD.

I went to check my Server 2019 domain controller, only to figure out that it wasn't a domain controller after all.

I have a pair of old Server 2003 boxes that were still domain controllers but powered down. I powered them up. One of them still has DNS running and is mostly complete. I did a variety of restarts and troubleshooting to see why my 2008 box wasn't coming back alive, but no success. If I point the NIC DNS to the 2003 box running DNS, dcdiag reports fewer errors, but I have little confidence that it's actually working any better, given that it was a powered down DC.

I can create a new user in the 2008 Users and Computers and login to it via RDP, so not everything is hosed. I'm kind of stuck where to go from here.

I've attached an output of: Dcdiag /v /c /d /e /s:%computername% >c:\dcdiag.txt

37430-dcdiag.txt

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

8 answers

Sort by: Most helpful
  1. Anonymous
    2020-11-05T02:02:38.703+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

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

    0 comments No comments

  2. Mike Hammett 1 Reputation point
    2020-11-05T02:15:38.323+00:00
    0 comments No comments

  3. Anonymous
    2020-11-05T02:24:14.293+00:00

    svr-file-rch remove 208.89.144.170 listed for DNS

    DNA-170 is multi-homed and should have a single adapter addressed on LAN with own static ip address listed for DNS and no others such as router or public DNS

    These were show stoppers so I did not look at other files. If problems persist after fixing these items put up new files to look at.

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

    0 comments No comments

  4. Mike Hammett 1 Reputation point
    2020-11-05T13:52:23.85+00:00

    I have uploaded new files, just now in the v3 subfolder.

    0 comments No comments

  5. Anonymous
    2020-11-05T14:02:06.04+00:00

    Looks like you ran dcdiag on DNA-170 which was never initialized so likely is unusable. Might try the others, also missing the ipconfig /all file for the third one. Also check the route exists between the networks 208.89.144.161 <-> 192.168.8.1 and no firewalls blocking required ports.
    https://learn.microsoft.com/en-us/troubleshoot/windows-server/identity/config-firewall-for-ad-domains-and-trusts

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

    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.