Você precisa configurar os controladores de domínio de tal forma que o resolvedor DNS primário em DC1 seja DC2, e o resolvedor DNS primário em DC2 seja DC1, em seguida, defina 127.0.0.1 como o resolvedor DNS secundário em DC1 e DC2 e, finalmente, não os reinicie ao mesmo tempo. Stagger reinicia.
Este é um trecho do artigo do Microsoft Best Practices Analyzer sobre este assunto:
The loopback IP address should be configured as one of the DNS servers on each active network adapter, but not as the first DNS server.
If the loopback IP address is the first entry in the list of DNS servers, Active Directory might be unable to find its replication partners.
The inclusion of its own IP address in the list of DNS servers improves performance and increases availability of DNS servers. However, if the DNS server is also a domain controller and it points only to itself, or points to itself first for name resolution, this can cause a delay during startup. For this reason, use caution when configuring the loopback address on an adapter if the server is also a domain controller. The loopback address should be configured only as a secondary or tertiary DNS server on a domain controller.
Sim, eu sei que a Microsoft fez algum trabalho para aliviar o problema da "ilha" de replicação, mas ainda assim continua sendo o conselho de práticas recomendadas da Microsoft até hoje.