James,
Domain based namespace provide fault tolerance because you can have multiple
domain controllers in your environment have the same dfs namespace, thus, if
one domain controller is offline, it willl have no effect on the dfs because
the others will still be there with the shares for clients to access. For
example, let's say you have a namespace called mydomain.com\shared. You can
setup fault tolerance on the other DCs using the same share folder "shared"
thus you will multiple servers with the shared folder having same data, thus
if one os offline, it makes no difference.
Likewise if you have a stand-alone dfs namespace, you will need to have a
namespace with a cluster resource.
You can read more here:
http://technet.microsoft.com/en-us/library/cc758931.aspx
--
Isaac Oben [MCTIP, MCSE]
Post by JamesHi Isaac, thanks for the reply, I appreciate it.
could you elaborate a little on how AD provides fault tolerance for DFS?
This will be my first DFS implementation and I'm not clear yet on all the
details.... I'm thinking if I'm replicating/mirroring a share between two
servers, both those servers will need to have DFS(R) services installed,
wouldn't they both also hold the config info for the namespace? I
obviously don't know what I'm doing yet for this so any further detail
would be much appreciated.
thanks agian
Post by Isaac Oben [MCITP,MCSE]James,
No, AD is not require and remember to install the DFS replication
service. You can have a stand-alone dfs namespace. but the drawback to
this is that you will have no fault tolerance except you use Server
clusters, as opposed to using the domain based dfs namespace.
--
Isaac Oben [MCTIP, MCSE]
Post by JamesHello,
Looking to implement DFS and its replication features on a group of
Server 2008 machines.... is Active Directory required to be able to
utilize the replication feature(s)?