Post by JoeyIs there a standard procedure to setup DFS for local and remote offices?
For remote offices, I assume the users over there should be configured to
use local DFS server and not from the main office.
So if I decide to setup a new office, Should I be setting up a DFS server on
my main office first, then replicate all the data to the new server and ship
it out?
In a multi site deployment it is important you read the document "How DFS works"
at
http://technet.microsoft.com/en-us/library/cc782417.aspx
The interaction between DCs, DFS servers and the data shares is important to
understand. You need to also understand Domain inter site costing as it is used
to determine which targets are used by the clients.
It is also important to understand that the DFS namespace is not designed to
hold data but only the namespace. The data is held on normal servers referenced
via normal UNC names. What DFS does is bring all the names under a single
namespace (or more than on name space if you wish). The DFS referral process is
designed to resolve the client understanding of the pathname to the actual UNC
name of the share that holds the data and redirect the connection to that share
just as if you had used the UNC name directly. What DFS adds is that you can
have more than one target for the name, i.e. two or more copies on different
servers. DFS Replication can be used to synchronize the multiple copies. You can
move a copy to a new server and just change the referral in the namespace. Even
without multiple copies having the ability to move the data to a new server and
change the referral in DFS is worthwhile. Take for example deploying software
via GPO. It is not possible to move the package to a new UNC but if the pathname
is a DFS pathname such as \\domain\shared\deployment that points to
\\serverA\deploy it is easy to move the shared folder to a new server say
\\serverB\deploy and redefine DFS such that \\domain\shared\deployment now
points to serverB. Your GPOs are happy as the name has not changed. However the
data has physically moved servers.
--
Dave Mills
There are 10 types of people, those that understand binary and those that don't.