Hi Gyan Gearon,
Thank you for posting in the Microsoft Community Forums.
Check the status of DFS replication:
On each DC, open the DFS Replication administration tool and check the status of the replication group.
Look for any warning or error messages, especially related to DC1.
Check network connectivity:
Ensure that the network connections between all DCs are healthy.
Use the ping and tracert commands to test connectivity between DCs.
Review DFS replication logs:
Drill down into the DFS replication logs, especially the entries related to error 9033.
Error 9033 usually indicates that a replication request was canceled for some reason (e.g., network connection down, firewall rule, DFSR service issue, etc.).
Check the firewall settings:
Make sure there are no firewall rules blocking DFS replication traffic between DCs.
DFS replication uses the RPC and SMB protocols, and you need to ensure that these ports are open in the firewall.
Check DFSR configuration:
Make sure that the DFSR configuration is consistent on all DCs.
Check the topology of the replication group to make sure it is correct.
Run the DFSR diagnostic tool:
Use the dfsrdiag command line tool to diagnose the problem.
dfsrdiag /testdfsintegrity can help you check the integrity of the SYSVOL folder.
dfsrdiag /testconnectivity can test connectivity between DCs.
Consider authoritative recovery:
If all else fails and you are sure that SYSVOL on DC2 or DC3 is up to date, you may consider running an authoritative recovery on DC2 or DC3.
However, before running an authoritative recovery, make sure that you have backed up all important GPO and SYSVOL data.
An authoritative recovery resets the replication state of the DFSR and forces the selected DC to be the authoritative source.
Avoid non-authoritative recovery:
Non-authoritative recovery is usually not recommended because it can lead to data loss or inconsistency.
Consider using non-authoritative recovery only when you are certain that there are no other options and you fully understand the possible risks and consequences.
Best regards
Neuvi