All,
I've got a server 2012 forest with two domains. For DR testing, i'm shutting down the FSMO role holder of the root domain, copying the VMDK into DR and powering it up completely isolated from the production environment but the subnet network IDs are the same (IP doesn't change)..there is just no network connectivity back. When i power on this DC i can't use ADUC and domain authentication doesn't work until I do two things:
FIrst, i have to set the registry key to not require initial sync:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NTDS\Parameters]
"Repl Perform Initial Synchronizations"=dword:00000000
Then I have to set FRS burflags to D4
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NtFrs\Parameters\Backup/Restore\Process
From there, all is well and I can continue the recovery. My question is that I didn't have to this back when the domain had 2003 DCs, now that they are 2012 I have to. Is there some other process I should be following for DR? I really don't get the "why" of why this DC won't just power up and run in an isolated network!!!
Thanks for your insight!