Distributed File System best practices Question.



I have a couple questions about Distributed File System dealing with best
practices.

My primary goal is having the files stored in multiple locations for
Disaster Recovery purposes, and secondly, to provide best file access
performance for some roaming users.

I currently have 2 main locations and 2 secondary locations.

I have a few servers at both locations, I’m concerned here about the 2
primary File Servers

One is MainNorth and the other is MainSouth. The two sites are connected
with a T1

The 2 sencondary sitess both connect to the South location, also with T1’s.

On the D: Drive of both Main servers, I have:

d:\shares\users (with User folders that are shared individually)
d:\shares\groups (with Group folders that are shared individually)
d:\shares\public This folder is shared.

Currently, I have most of the users and groups connection to the MainSouth
fileserver.

(I will be migrating the North users off an old server once I have this
design in place)

If my understanding is correct, for example for the files on MainSouth at
d:\shares\groups\MDT (to pick one group, there are about 20 groups)

I have those shared as \\mainsouth\mdt

I need to set up replication so they are also on MainNorth at
d:\shares\groups\MDT

I then also need to have them shared as \\mainnorth\mdt

And set up a DFS Domain root to both shares, and then I connect the users to
the MDT share as \\domain\mdt

So there are actually 3 shares:
\\mainnorth\mdt
\\mainsouth\mdt
\\domain\mdt

And the one I use for the users is \\domain\mdt

Is this correct so far?

Next:

For the user shares, for example, d:\shares\users\MSmith is currently
shared as \\mainsouth\msmith$.

Is it recommended that I create DFS Domain root shares for each user the
same as above? (fyi, I have about 200 users)

And then also have the user connect to them as \\domain\msmith$

Thanks for the advice.

Chuck




.



Relevant Pages

  • Re: takes 5-8 seconds to open a shared folder on Windows 2003 server
    ... Is it exactly the same delay when opening a share every time or does it ... Do you have the same slowness when the server is accessing its own shares? ... the delay will be disappeared and other shared folders ... These servers are all running on 100M ethernet. ...
    (microsoft.public.windows.server.networking)
  • Re: Active directory
    ... The problem is that it does prompts for the password sometimes not always. ... Generally you use AD to manage the user accounts that access shares on the ... With a domain you generally put the shared folders on servers and use the AD ...
    (microsoft.public.windows.server.active_directory)
  • Re: Active directory
    ... already tried or do not have permissions to access. ... Generally you use AD to manage the user accounts that access shares on the ... With a domain you generally put the shared folders on servers and use the AD ...
    (microsoft.public.windows.server.active_directory)
  • Re: 2000 server is losing data files
    ... We have a client that has both a 2000 & a 2003 server that are not on ... When this occurs it is random as to how many folders it will zap. ... We manage a large number of servers and have never come across ... When you say you've ruled out users deleting them, ...
    (microsoft.public.security)
  • Re: Cannot add users from trusted domain
    ... Windows 2003 domain to any folders. ... on these servers, but we cannot add any new ones. ... Were you able to add the Windows 2003 AD Domain Admins tothe NT4 ... This is a direct link to the Microsoft Public ...
    (microsoft.public.win2000.active_directory)

Loading