FSMO Roles Conflict between Domain Controllers

Muhammad Faisal Sharif 41 Reputation points
2022-05-24T10:41:02.003+00:00

One site has two domain controllers DC01 and DC02, replication is not good , DC01 is claiming PDC and Infra while other one [DC02] is claiming all 5 roles, this is sort of strange scenario, the other guy tried to transfer or seize roles which was failed.

Any suggestion will be appreciated.

Regards,

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,848 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2022-05-24T12:37:27.547+00:00

    Please run;

    Dcdiag /v /c /d /e /s:%computername% >C:\dcdiagDC1.log
    Dcdiag /v /c /d /e /s:%computername% >C:\dcdiagDC2.log
    repadmin /showrepl >C:\repl.txt
    ipconfig /all > C:\dc1.txt
    ipconfig /all > C:\dc2.txt

    then put unzipped text files up on OneDrive and share a link.


  2. Dave Patrick 426.1K Reputation points MVP
    2022-05-24T13:13:04.9+00:00

    It sounds like the two have been disconnected at some point and roles were seized to other one. In this case you don't have much choice but to pick one and rebuild the other from scratch.

    --please don't forget to upvote and Accept as answer if the reply is helpful--