Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > File Systems > Get User to access there own DFS Root

Reply
Thread Tools Display Modes

Get User to access there own DFS Root

 
 
Keith (Netlogix)
Guest
Posts: n/a

 
      05-20-2009
Morning, We have 3 server in a VPN connection over 3 sites / wireless
network. The manager has requested that we have several shares that are
replicated over all 3 sites and if a user moves site, he/she can access the
same information from every site + My Documents is redirected to the servers
as well.

I have therefore setup DFS on 2003 R2 and so far, this work great. My users
a access the DFS shares via drive letters and anythink that is saved on one
server is replicated to the other 2 servers, the problem is that the login
times are very slow. I understand that wireless networks are / can be slow
and I have turned on the required settings in a GPO for all users + setup
redirection on mydocuments to a DFS share + slowlink settings and I have also
told users to wait 30 seconds before logining in.

Is there a way to can get users to use the DFS share that is nearest to
them as I think what is happening is that the machine is looking a DFS shares
over out VPN and its taking its time. Is there a way i can find out ? or
would there be a better way of doing this ? My needs are simple. All users
must be able to move sites and see there work from any computer in all 3
sites + login speeds be better then 15 minutes.

Thanks

Regards

Keith (Netlogix) MCP


 
Reply With Quote
 
 
 
 
Isaac Oben [MCITP,MCSE]
Guest
Posts: n/a

 
      05-21-2009
Hello Keith,

1- Make sure all Domain controllers on each site are running fault tolerant
root namespace. If not you can add, this is just a mirror of the dfs across
domain..
to add: dfsutil.exe /addftroot /server:NameOfDC /SharefsNameSpaceShare
2- Also be sure that on the GPO folder redirection and on your dfs map
drive, you use \\domainName.com\DfsNameSpaceShare and not server specific.
And I am assuming that each of your 3 sites and DCs are on different
subnets, if not then you may want to make it so..Because if a user is on
SiteA, they must authenticate using DC in SiteA, and once that happens, they
will access \\domainName.com\DfsNameSpaceShare from SiteA domain
controller, thus preventing them from looking for dfs over the WAN.
And finally, you can force clients to use dfs on the logon site by editing
the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Dfs "PreferLogonDC"
dword:value of 1

Hope this helps,

--
Isaac Oben [MCTIP:EA, MCSE]



"Keith (Netlogix)" <> wrote in
message news:A708710E-741E-4857-BEFE-...
> Morning, We have 3 server in a VPN connection over 3 sites / wireless
> network. The manager has requested that we have several shares that are
> replicated over all 3 sites and if a user moves site, he/she can access
> the
> same information from every site + My Documents is redirected to the
> servers
> as well.
>
> I have therefore setup DFS on 2003 R2 and so far, this work great. My
> users
> a access the DFS shares via drive letters and anythink that is saved on
> one
> server is replicated to the other 2 servers, the problem is that the login
> times are very slow. I understand that wireless networks are / can be
> slow
> and I have turned on the required settings in a GPO for all users + setup
> redirection on mydocuments to a DFS share + slowlink settings and I have
> also
> told users to wait 30 seconds before logining in.
>
> Is there a way to can get users to use the DFS share that is nearest to
> them as I think what is happening is that the machine is looking a DFS
> shares
> over out VPN and its taking its time. Is there a way i can find out ? or
> would there be a better way of doing this ? My needs are simple. All
> users
> must be able to move sites and see there work from any computer in all 3
> sites + login speeds be better then 15 minutes.
>
> Thanks
>
> Regards
>
> Keith (Netlogix) MCP
>
>


 
Reply With Quote
 
Keith (Netlogix)
Guest
Posts: n/a

 
      05-21-2009
It does, I will have a look at this in more depth and let you know.

Many thanks for this.

Regards

Keith (Netlogix)

"Isaac Oben [MCITP,MCSE]" wrote:

> Hello Keith,
>
> 1- Make sure all Domain controllers on each site are running fault tolerant
> root namespace. If not you can add, this is just a mirror of the dfs across
> domain..
> to add: dfsutil.exe /addftroot /server:NameOfDC /SharefsNameSpaceShare
> 2- Also be sure that on the GPO folder redirection and on your dfs map
> drive, you use \\domainName.com\DfsNameSpaceShare and not server specific.
> And I am assuming that each of your 3 sites and DCs are on different
> subnets, if not then you may want to make it so..Because if a user is on
> SiteA, they must authenticate using DC in SiteA, and once that happens, they
> will access \\domainName.com\DfsNameSpaceShare from SiteA domain
> controller, thus preventing them from looking for dfs over the WAN.
> And finally, you can force clients to use dfs on the logon site by editing
> the registry:
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Dfs "PreferLogonDC"
> dword:value of 1
>
> Hope this helps,
>
> --
> Isaac Oben [MCTIP:EA, MCSE]
>
>
>
> "Keith (Netlogix)" <> wrote in
> message news:A708710E-741E-4857-BEFE-...
> > Morning, We have 3 server in a VPN connection over 3 sites / wireless
> > network. The manager has requested that we have several shares that are
> > replicated over all 3 sites and if a user moves site, he/she can access
> > the
> > same information from every site + My Documents is redirected to the
> > servers
> > as well.
> >
> > I have therefore setup DFS on 2003 R2 and so far, this work great. My
> > users
> > a access the DFS shares via drive letters and anythink that is saved on
> > one
> > server is replicated to the other 2 servers, the problem is that the login
> > times are very slow. I understand that wireless networks are / can be
> > slow
> > and I have turned on the required settings in a GPO for all users + setup
> > redirection on mydocuments to a DFS share + slowlink settings and I have
> > also
> > told users to wait 30 seconds before logining in.
> >
> > Is there a way to can get users to use the DFS share that is nearest to
> > them as I think what is happening is that the machine is looking a DFS
> > shares
> > over out VPN and its taking its time. Is there a way i can find out ? or
> > would there be a better way of doing this ? My needs are simple. All
> > users
> > must be able to move sites and see there work from any computer in all 3
> > sites + login speeds be better then 15 minutes.
> >
> > Thanks
> >
> > Regards
> >
> > Keith (Netlogix) MCP
> >
> >

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Key Recovery Agent with no access to Root CA CRL Roxter Active Directory 1 10-24-2008 07:59 AM
Access denied to root on Vista from XP Kim Windows Vista Networking 16 09-17-2008 08:10 PM
cannot access domain dfs root, access denied RossB File Systems 1 07-23-2008 03:26 PM
User accounts in the ROOT Frank Landin Active Directory 2 07-22-2006 07:36 PM
GPO - Disable Access to Root of C Justin Rich Windows Server 2 12-02-2005 11:52 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59