- Dec 6, 2001
- 8,361
- 1
- 0
I have a problem with my DFS implementation.
I have 2 windows 2003 standard member servers with DFS. Let's call them DFS1 and DFS2
How do I force my users to access data on DFS1 via \\domain\dfs_share\ all the time, until it goes down, at which point, they should access DFS2 via \\domain\dfs_share\ ?
Right now, some users would be accessing DFS1 while others access DFS2 both via the same DFS share. As you can see, this is very dangerous and causes major file integrity issues. Someone opens an excel file and makes some changes, but finds out that those changes were over written by another person's modifications!
Is there any way to force everyone to go to the first server all the time, until that server goes down? I don't want anyone to access dfs via the 2nd server until there's a hardware failure.
Am I missing something here or is there a major flaw in the design of DFS?
Thanks for your help,
-FP
edit: little more info:
both DFS servers are root targets using the standard mesh replication topology. Everything else is default settings. I'm thinking about customizing the replication to one way from DFS1 to DFS2, but how do I still ensure that everyone hits DFS1 first?
I have 2 windows 2003 standard member servers with DFS. Let's call them DFS1 and DFS2
How do I force my users to access data on DFS1 via \\domain\dfs_share\ all the time, until it goes down, at which point, they should access DFS2 via \\domain\dfs_share\ ?
Right now, some users would be accessing DFS1 while others access DFS2 both via the same DFS share. As you can see, this is very dangerous and causes major file integrity issues. Someone opens an excel file and makes some changes, but finds out that those changes were over written by another person's modifications!
Is there any way to force everyone to go to the first server all the time, until that server goes down? I don't want anyone to access dfs via the 2nd server until there's a hardware failure.
Am I missing something here or is there a major flaw in the design of DFS?
Thanks for your help,
-FP
edit: little more info:
both DFS servers are root targets using the standard mesh replication topology. Everything else is default settings. I'm thinking about customizing the replication to one way from DFS1 to DFS2, but how do I still ensure that everyone hits DFS1 first?