Hi Alex,
Thank you so much for your feedback.
May I know the current situation of our issue? As you mentioned, the FSMO roles could not be transferred. How about seizing the roles to a healthy DC?
As per my understanding, the FSMO master roles will not replicate among the DCs. You are worried about transferring the FSMO roles to another DC as the replication is not working properly. But to transfer the FSMO roles or seize the FSMO roles will make sure that our whole AD environment will always work properly. About when to transfer or seize FSMO roles, we could refer to:
https://support.microsoft.com/en-us/help/255504/using-ntdsutil-exe-to-transfer-or-seize-fsmo-roles-to-a-domain-control
After transferring or seizing the FSMO roles, we could run the command "netdom query FSMO" on all the DCs to verify the DC holding FSMO roles.
We understand that we would like to fix the replication between the FSMO DC and the other 8 DCs, not to demote the FSMO DC. If so, since we preformed the restore from backup, we need to figure out whether the replication failure is caused by USN rollback. If it is caused by USN rollback, it is suggested that we would remove the DC from domain. For more information about this, we could refer to:
https://support.microsoft.com/en-us/help/875495/how-to-detect-and-recover-from-a-usn-rollback-in-windows-server-dc
If there is no USN rollback, we will go next and try to fix the replication. To fix the replication issue, we need to figure out all the replication errors first. To check about this, we could run the below commands:
repadmin /showrepl * /csv >C:\showrepl.csv (run the command on one of the DCs)
repadmin /showrepl >c:\showrepl.txt (run the commands on all the DCs)
repadmin /replsum >c:\replsum.txt (run the commands on all the DCs)
For any question, please feel free to contact us.
Best regards,
Hannah Xiong