FSMOcheck sometimes failes

Janus Bariñan 1,126 Reputation points
2022-11-08T17:43:29.407+00:00

How can I determine what is the cause why FSMOCheck sometimes fails?

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

3 answers

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2022-11-08T20:36:22.507+00:00

    Not much to go on, might check the domain health, also check the event logs for clues.


  2. SChalakov 10,266 Reputation points MVP
    2022-11-10T16:18:07.027+00:00

    Hi @Janus Bariñan ,

    adding my 2 cents:
    I suppose @Dave Patrick meant "dcdiag /v", which you can run at the exact same time when the issue occurs. You can redirect the output to a file, is just easier to read:

    dcdiag /v > dcdiag.txt  
    

    If the issues are intermittent, they could be related to an underlying network issue for example. In this particular case you would see some RPC-related errors in the output (and most probably also in the event logs as DSPatrick mentioned).

    Hope this helps!
    Regards,
    Stoyan

    0 comments No comments

  3. Dave Patrick 426.1K Reputation points MVP
    2022-11-10T22:06:17.123+00:00

    If further assitance is needed then please run;

    Dcdiag /v /c /d /e /s:%computername% >C:\dcdiag.log (run on PDC emulator)
    repadmin /showrepl >C:\repl.txt (run on any domain controller)
    ipconfig /all > C:\dc1.txt (run on domain controller 1)
    ipconfig /all > C:\dc2.txt (run on domain controller 2 if exists)
    ipconfig /all > C:\dc3.txt (run on domain controller 3 if exists)

    Also check the domain controller System and Replication (DFS or FRS) event logs for errors since last boot. Post the Event Source and Event IDs of any found

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