Link to home
Start Free TrialLog in
Avatar of bacchus1106
bacchus1106

asked on

How does Distributed file system (DFS) and File replication services (FRS) handle files changes made at 2 physcial sites.

We are using Windows 2000 DFS and I had a question about how DFS/FRS handles files that are opened at two seperate sites from the same DFS share. Say for example we have a DFS share called \\domain\dfs\share1. We have 2 sites connected via VPN that replicate every 1 hour. If someone at site1 opens a file called file1.doc and makes a change and sometime before replication occurs for the file another person from site2 opens the file and makes a change, what happens. Both people saved the documents of course. Does it take the last saved copy? Does it merge the data? This could potentially be an issue for some files in our site.
Avatar of Shift-3
Shift-3
Flag of United States of America image

From http://technet2.microsoft.com/WindowsServer/en/library/8c4cf2e7-0b92-4643-acbd-abfa9f189d031033.mspx:
"DFS Replication uses a conflict resolution heuristic of last writer wins for files that are in conflict (that is, a file that is updated at multiple servers simultaneously) and earliest creator wins for name conflicts. Files and folders that lose the conflict resolution are moved to a folder known as the Conflict and Deleted folder. You can also configure the service to move deleted files to the Conflict and Deleted folder for retrieval should the file or folder be deleted."

Also see here:
http://technet2.microsoft.com/WindowsServer/en/library/8c4cf2e7-0b92-4643-acbd-abfa9f189d031033.mspx
Avatar of bacchus1106
bacchus1106

ASKER

Great information! Thanks. Before issuing points, is this valid for Windows 2000? Your linked artcile describes a Windows 2003 environment (which is also very helpful).
ASKER CERTIFIED SOLUTION
Avatar of vnicolae
vnicolae

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I'm looking the same answer...

The link above is for Windows Server 2003 (R2) version....

DFS Replication is a NEW service in R2 version, laters version of Windows Server didn't have DFS Replication. For replication on Server 2000 and 2003 you need to use FRS...

If you have the link that comments on how FRS handle conflict please post it here...

Regards,

ALGM