Q. Forcing DFS Replication (DFSR) Members to Replicate?

John Savill

February 27, 2008

1 Min Read
ITPro Today logo in a gray background | ITPro Today

Q. How can I force my DFS Replication (DFSR) members to replicate?

A. To force a DFSR server to check with Active Directory (AD) for configuration/replication changes, use the DFSRDIAG command with the POLLAD parameter, as the following example shows:C:Userssavadmin>dfsrdiag pollad

To force an actual replication, use the same command with the SYNCNOW parameter, plus the server to replicate with, the replication group name and a time for which to ignore the schedule (If you've defined a value for it). An example is shown below which ignores the schedule for a minute. Learn more from "Setting Up DFS-based File Replcation."

If you have replication occurring continually, then this command won't really do anything; the command is used to replicate at a time you would not normally replicate. If you have continuous replication configured then there is not a non-replication time and thus this command has no real effect.C:Userssavadmin>dfsrdiag syncnow /partner:savdaldc01 /RGName:DataDocuments /Time:1Operation Succeeded

—John Savill

See also, "Q: How secure is the DFS Replication (DFSR) protocol?"

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like