Hi Soumabratab,
To enable automatic failover of the Additional Domain Controller (ADC) as the new Root Domain Controller (RDC) in case of a failure, you can use the Active Directory Domain Services (AD DS) feature called "Flexible Single Master Operation (FSMO) role seizure".
Here are the steps to follow:
- Determine which FSMO roles are held by the failed RDC. You can use the "netdom query fsmo" command on any domain controller to determine this.
- Transfer the FSMO roles from the failed RDC to the ADC using the "ntdsutil" command.
- If the failed RDC cannot be brought back online, you can seize the FSMO roles on the ADC using the same "ntdsutil" command.
- Once the ADC has taken over the FSMO roles, it will become the new RDC and will handle all domain controller functions.
It is important to note that seizing FSMO roles should only be done as a last resort, as it can cause issues if the failed RDC is brought back online later. It is recommended to try to bring the failed RDC back online first, and transfer the FSMO roles back to it if possible.
I hope this helps! Let me know if you have any further questions.
Best regards
Qiuyang