DFSR

2008 Server DFSR Replication Problems


bradmarsh.net/index.php/2009/05/22/2008-server-dfsr-replication-problems/





Re: DFSR

What is the purpose of the 'Deleted' folder in DFSR?


blogs.technet.com/b/askds/archive/2008/08/18/what-is-the-purpose-of-the-deleted-folder-in-dfsr.aspx





Re: DFSR
How to cleanup DFS staging in R2

First find the DFS folder GUID on the server, with this command:

wmic /namespace:\\root\microsoftdfs path dfsrreplicatedfolderconfig get replicatedfolderguid,replicatedfoldername

The GUID (DFS FOLDER GUID) is used is this command to perform the cleanup:
wmic /namespace:\\root\microsoftdfs path dfsrreplicatedfolderinfo where "replicatedfolderguid='DFS FOLDER GUID'" call cleanupconflictdirectory 
 
VOILA!
After 30 minuts the cleanup is finish

www.powerhelp.dk/index.php





Re: DFSR

In C# code:


code.google.com/p/wmi-csharp/source/browse/trunk/Wmi/dfsr.cs





Re: DFSR

Tuning replication performance in DFSR (especially on Win2008 R2)


blogs.technet.com/b/askds/archive/2010/03/31/tuning-replication-performance-in-dfsr-especially-on-win2008-r2.aspx





Re: DFSR
Some tips for W2003 DFSR:

http://blogs.technet.com/b/askds/default.aspx?PageIndex=1&PostSortBy=MostComments






Re: DFSR
Pre-seeding files for DFSR:
http://theblownlightbulb.com/2010/11/14/how-to-move-dfs-replicated-dfsr-folders/

Sync the folders using Robocopy with the following argument format:

Robocopy.exe “\\source server\drive$\folder path” “destination drive\folder path” /b /e /copyall /r:6 /xd dfsrprivate /log:robocopy.log /tee




Re: DFSR
http://bradmarsh.net/index.php/2009/05/22/2008-server-dfsr-replication-problems/

How to kill and add DFSR again:






Re: DFSR
http://blogs.technet.com/b/askds/archive/2009/03/24/understanding-dfsr-debug-logging-part-2-nested-fields-module-id-s.aspx

Understanding DFSR debug logging





Re: DFSR
http://blogs.technet.com/b/filecab/archive/2005/12/12/415942.aspx

Understanding DFS Replication "limits"