Главная > DFS, Microsoft, Troubleshooting > DFS replication problem after unexpected reboot

DFS replication problem after unexpected reboot

After the unexpected completion of the work, DFS stopped replicating

Situation

Windows Server 2012. Two file server configured in DFS. Unexpected power off. After the power is turned off, DFS is not replicated.

A similar problem was also has with SYSVOL replication. In this case, DNS, AD (groups, users, etc.) are replicated. (Domain Level 2012.DFSR) 

Analysis

From eventlog we showed:

From eventlog we showed

LogName: DFS Replication

Source: DFSR

Event ID: 2213

Level: Warning

Subject:

The DFS Replication service stopped replication on volume D:. 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: D:

GUID: 3FC3DABD-A747-11E2-93EE-0050568F5B07

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=»3FC3DABD-A747-11E2-93EE-0050568F5B07″ call ResumeReplication

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

Solution:

1) Follow the recommendation from the message (GUID specify your own)

wmic /namespace:\\root\microsoftdfs path dfsrVolumeConfig where volumeGuid=»3FC3DABD-A747-11E2-93EE-0050568F5B07″ call ResumeReplication

2) Whait any time

3) Test replication

UPD:
Search from «dfsr 2013» get some result:

 

http://blogs.technet.com/b/filecab/archive/2012/07/23/understanding-dfsr-dirty-unexpected-shutdown-recovery.aspx

http://support.microsoft.com/kb/2846759