Forum Discussion
Recovering on premises Server 2016 Domain Controller
is it a virtual server ?
As you have lost your only DC, exactly what domain are your referring to when you say join it back to?
this link covers all recovery scenarios: https://technet.microsoft.com/en-us/library/cc535164.aspx?f=255&MSPPError=-2147217396
Regarding the Azure VM approach, i would still suggest 2 DC's.
but you could have 1 on-prem and 1 in Azure over VPN.
Once you recover you current DC, you can start a new VM in Azure and promote it to a DC, remeber to define sites in your topology
- SladeBeardJan 25, 2018Copper Contributor
Thanks for the reply Kent. The failed server is a physical on premises domain server. It was used as the basis for building the rest of the domain. It has been backed up to the Azure environment but is the only AD domain server.
I had a look at the link you sent. It appears that this document refers to Server 2003. As the server is a 2016 server operating in an Azure infrastructure, I would have thought there would be a be recovery mechanism based on modern AD constructs and drawing on the data stored in Azure. Am I incorrect in this assumption and the approach as outlined in your document still stands?
- Kent GaardmandJan 25, 2018Steel ContributorLink for system state recovery if you just used a local agent.
https://docs.microsoft.com/en-us/azure/backup/backup-azure-restore-system-state - Kent GaardmandJan 25, 2018Steel ContributorThe basic of AD restore have not really changed, its unfortunate that its a physical server.
How was the server backed up, direct agent or through DPM - More info would help explain what restore options you have.
If you just used the mars agent and backed up the system state, then you reinstall the server and then the agent, then restore the system state. the problem her is that you have to insure that windows has the same update level as before or you will encounter problems.
If you used DPM or protected in such a manner that you could restore it as a VM, i would deploy the Hyper-V role to you server and restore the entire DC.