Secondary Active directory DC not syncing with PDC

Yousuf Shahzad 26 Reputation points
2021-04-27T07:36:15.753+00:00

Hi

All of a sudden our Secondary Secondary DC stopped syncing with Primary DC for a long time.

When I checked the network information by "Network & Sharing Center", I could not see our domain name (ourcomany.com). It was showing me 'Network' in place of domain name.

The time of Secondary DC was different from PDC.

I could ping both of them.

After updating the Windows Server 2012 (Secomdary DC), it now shows our domain name (ourcompany.com). The time also syncs with the PDC and now the time is OK.

But still the Secondary DC cannot sync with the PDC.

I am sharing the warning below:

The DFS Replication service stopped replication on volume C:. This occurs when a DFSR JET database is not shut down cleanly and Auto Recovery is disabled. To resolve this issue, back up the files in the affected replicated folders, and then use the ResumeReplication WMI method to resume replication.

Additional Information:

Volume: C:
GUID: 8786F330-B944-11E5-93E7-806E6F6E6963

Recovery Steps

1. Back up the files in all replicated folders on the volume. Failure to do so may result in data loss due to unexpected conflict resolution during the recovery of the replicated folders..

2. To resume the replication for this volume, use the WMI method ResumeReplication of the DfsrVolumeConfig class. For example, from an elevated command prompt, type the following command:
wmic /namespace:\\root\microsoftdfs path dfsrVolumeConfig where volumeGuid="8786F330-B944-11E5-93E7-806E6F6E6963" call ResumeReplication

For more information, see http://support.microsoft.com/kb/2663685.

Will I follow the above steps to resolve the issue or you have any other solution?

Please assist.

Thanks & regards

Windows for business Windows Client for IT Pros Directory services Active Directory
{count} votes

4 answers

Sort by: Most helpful
  1. Anonymous
    2021-04-27T12:55:13.533+00:00

    for a long time

    How much time? has it tombstoned? You could try the mentioned steps. https://support.microsoft.com/en-us/topic/changes-that-are-not-replicated-to-a-downstream-server-are-lost-on-the-upstream-server-after-an-automatic-recovery-process-occurs-in-a-dfs-replication-environment-in-windows-server-2008-r2-beb3536b-41db-8ae2-d360-b23194de32bc

    or in case it has exceeded tombstone time you could move roles off, demote, reboot, promo it again.

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


  2. Anonymous
    2021-04-27T13:20:35.893+00:00

    The simplest solution may be to move roles off, demote, reboot, promo the problematic one again.

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


  3. Anonymous
    2021-04-27T13:27:47.453+00:00

    I'd start by checking role holders
    netdom /query fsmo

    to see if the problematic one holds any roles.


  4. Anonymous
    2021-04-30T13:20:52.92+00:00

    Any progress or updates?

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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.