Hi Chris Hawkins 99,
It sounds like you may need to perform a metadata cleanup to remove the failed DC from Active Directory. This will allow the remaining DC to start Directory Services and properly replicate with its partners.
To perform a metadata cleanup, you will need to use the ntdsutil command-line tool. Here are the general steps:
Open a Command Prompt window as an administrator: In the Start menu, right-click Command Prompt and click Run as administrator. If the User Account Control dialogue box appears, provide the Enterprise Administrator credentials as required and click Continue.
At the command prompt, type the following command and press Enter:
ntdsutil
At the ntdsutil: prompt, type the following command, and then press Enter:
metadata cleanup
At the metadata cleanup: prompt, type the following command, and then press Enter:
remove selected server <ServerName>
In the Server Removal Configuration dialog box, review the messages and warnings, and then click Yes to remove the server objects and metadata.
At this point, Ntdsutil confirms that the domain controller was successfully deleted. If you receive an error message indicating that the object could not be found, the domain controller may have been previously deleted.
At the metadata cleanup: and ntdsutil: prompts, type quit and press Enter.
To confirm the deletion of a domain controller, do the following:
Open Active Directory Users and Computers. In the domain of the deleted domain controller, click Domain Controllers. In the details pane, the object of the deleted domain controller should not be displayed.
Open Active Directory Sites and Services. Navigate to the Servers container and make sure that the server object of the deleted domain controller does not contain an NTDS settings object. You can delete the server object if no child objects are displayed below the server object. If child objects are present, do not delete the server object because it is being used by another application.
Best regards,
Qiuyang