I'm looking to set up a new AD DFS root.
Let's say I have three domain controllers: dc01, dc02, dc03 and I have two storage servers: srv01, srv02. Each storage server contains different data and will not be relicated to the other storage server. I would like to build something like this:
- ROOT
- link_to_srv01
- link_to_srv02
Easy enough. It asks me for the server name that will serve the root. Let's say it's dc01. Now, here's the part I'm a little less clear on: I'd like dc02 and dc03 to replicate the ROOT so if any of the dcXX servers are taken off-line, the ROOT is still accessible--users can still get to the namespace that will point them to the links redirecting them to srv01 and srv02.
Is something like this possible? Replicating the base root while not replicating the links to the storage servers?