Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > File Systems > DFS shares

Reply
 
 
RW
Guest
Posts: n/a

 
      09-14-2009
I'm new to DFS and would like to learn from other experiance how it is
working and if particular behavior I'm seeing is expected.

scenario 1:
- multiple servers are mirrors of each other they located in diferent
phisical locations
- when local server goes down I see following: in some cases people are
redirected (as expected) to different server and all works but there are
clients who are no redirected at all instead they get network drive not
avalilable or similar message.

why would that be?

scenarion 2:
- when above happens those and failed server bacomes avaliable again those
who were previously redirected to second server are still accessing secondary
server, I'm guessing they hav eto do manual switch by going to drive
properties DFS tab and click Set Active right?
- problem is that those who previously were not redirected to secondary
server and were getting access not available now when the faild local server
is up they have to also go to drive properties DFS tab and although local
server is already selected as Active they still have to click Set Active to
acctually make it active.

so why in the first place this clients were not redirected and secondly why
they cannot access local server unless the go to DFS tab and confirm Active?

any by the way there is no difference between clients in fact I have had
this with exactly 2 same workstations, same image, same patches, etc.

- finally we run vbs script to map share drives base on AD group membership,
I never had problem running this script in past when mapping drives in format
of \\server_name\share now all that have changed is
\\domain_name\namespace\folder and I had couple instances where script is
executed and I know it is because same script is installing printers base on
group memebrship and printers are installed but drives are not there. I can
go to end user PC and run it manually and it is still not working what I
found though is that if I first go start - run \\domain_name\namespace and
open it, so I'm making sort of "manual" connection I can runsame script and
all works??

any ideas?
 
Reply With Quote
 
 
 
 
DaveMills
Guest
Posts: n/a

 
      09-14-2009
I guess we need the OS and versions for the clients and servers to start with.

On Mon, 14 Sep 2009 12:07:02 -0700, RW <> wrote:

>I'm new to DFS and would like to learn from other experiance how it is
>working and if particular behavior I'm seeing is expected.
>
>scenario 1:
>- multiple servers are mirrors of each other they located in diferent
>phisical locations
>- when local server goes down I see following: in some cases people are
>redirected (as expected) to different server and all works but there are
>clients who are no redirected at all instead they get network drive not
>avalilable or similar message.
>
>why would that be?
>
>scenarion 2:
>- when above happens those and failed server bacomes avaliable again those
>who were previously redirected to second server are still accessing secondary
>server, I'm guessing they hav eto do manual switch by going to drive
>properties DFS tab and click Set Active right?
>- problem is that those who previously were not redirected to secondary
>server and were getting access not available now when the faild local server
>is up they have to also go to drive properties DFS tab and although local
>server is already selected as Active they still have to click Set Active to
>acctually make it active.
>
>so why in the first place this clients were not redirected and secondly why
>they cannot access local server unless the go to DFS tab and confirm Active?
>
>any by the way there is no difference between clients in fact I have had
>this with exactly 2 same workstations, same image, same patches, etc.
>
>- finally we run vbs script to map share drives base on AD group membership,
>I never had problem running this script in past when mapping drives in format
>of \\server_name\share now all that have changed is
>\\domain_name\namespace\folder and I had couple instances where script is
>executed and I know it is because same script is installing printers base on
>group memebrship and printers are installed but drives are not there. I can
>go to end user PC and run it manually and it is still not working what I
>found though is that if I first go start - run \\domain_name\namespace and
>open it, so I'm making sort of "manual" connection I can runsame script and
>all works??
>
>any ideas?

--
Dave Mills
There are 10 types of people, those that understand binary and those that don't.
 
Reply With Quote
 
RW
Guest
Posts: n/a

 
      09-15-2009
file servers are 2008 SP2 and all clients are XP SP3, AD is 2003 level
native, so we do not take yet adventage of 2008 DFS features

"DaveMills" wrote:

> I guess we need the OS and versions for the clients and servers to start with.
>
> On Mon, 14 Sep 2009 12:07:02 -0700, RW <> wrote:
>
> >I'm new to DFS and would like to learn from other experiance how it is
> >working and if particular behavior I'm seeing is expected.
> >
> >scenario 1:
> >- multiple servers are mirrors of each other they located in diferent
> >phisical locations
> >- when local server goes down I see following: in some cases people are
> >redirected (as expected) to different server and all works but there are
> >clients who are no redirected at all instead they get network drive not
> >avalilable or similar message.
> >
> >why would that be?
> >
> >scenarion 2:
> >- when above happens those and failed server bacomes avaliable again those
> >who were previously redirected to second server are still accessing secondary
> >server, I'm guessing they hav eto do manual switch by going to drive
> >properties DFS tab and click Set Active right?
> >- problem is that those who previously were not redirected to secondary
> >server and were getting access not available now when the faild local server
> >is up they have to also go to drive properties DFS tab and although local
> >server is already selected as Active they still have to click Set Active to
> >acctually make it active.
> >
> >so why in the first place this clients were not redirected and secondly why
> >they cannot access local server unless the go to DFS tab and confirm Active?
> >
> >any by the way there is no difference between clients in fact I have had
> >this with exactly 2 same workstations, same image, same patches, etc.
> >
> >- finally we run vbs script to map share drives base on AD group membership,
> >I never had problem running this script in past when mapping drives in format
> >of \\server_name\share now all that have changed is
> >\\domain_name\namespace\folder and I had couple instances where script is
> >executed and I know it is because same script is installing printers base on
> >group memebrship and printers are installed but drives are not there. I can
> >go to end user PC and run it manually and it is still not working what I
> >found though is that if I first go start - run \\domain_name\namespace and
> >open it, so I'm making sort of "manual" connection I can runsame script and
> >all works??
> >
> >any ideas?

> --
> Dave Mills
> There are 10 types of people, those that understand binary and those that don't.
>

 
Reply With Quote
 
DaveMills
Guest
Posts: n/a

 
      09-16-2009

On Tue, 15 Sep 2009 07:04:01 -0700, RW <> wrote:

>file servers are 2008 SP2 and all clients are XP SP3, AD is 2003 level
>native, so we do not take yet adventage of 2008 DFS features


Ta. Similar to me but I have a single site.

>
>"DaveMills" wrote:
>
>> I guess we need the OS and versions for the clients and servers to start with.
>>
>> On Mon, 14 Sep 2009 12:07:02 -0700, RW <> wrote:
>>
>> >I'm new to DFS and would like to learn from other experiance how it is
>> >working and if particular behavior I'm seeing is expected.
>> >
>> >scenario 1:
>> >- multiple servers are mirrors of each other they located in diferent
>> >phisical locations
>> >- when local server goes down I see following: in some cases people are
>> >redirected (as expected) to different server and all works but there are
>> >clients who are no redirected at all instead they get network drive not
>> >avalilable or similar message.
>> >
>> >why would that be?


A clue to look for is "fail back". I have not made changes to this yet as I have
at the moment a single target server (until I can rebuild the other server).
Normally XP client will switch to a different server but do not switch back
unless "fall back" is configured.

Some more info is at http://support.microsoft.com/kb/898900

It may be relevant to you.

>> >
>> >scenarion 2:
>> >- when above happens those and failed server bacomes avaliable again those
>> >who were previously redirected to second server are still accessing secondary
>> >server, I'm guessing they hav eto do manual switch by going to drive
>> >properties DFS tab and click Set Active right?
>> >- problem is that those who previously were not redirected to secondary
>> >server and were getting access not available now when the faild local server
>> >is up they have to also go to drive properties DFS tab and although local
>> >server is already selected as Active they still have to click Set Active to
>> >acctually make it active.
>> >
>> >so why in the first place this clients were not redirected and secondly why
>> >they cannot access local server unless the go to DFS tab and confirm Active?
>> >
>> >any by the way there is no difference between clients in fact I have had
>> >this with exactly 2 same workstations, same image, same patches, etc.
>> >
>> >- finally we run vbs script to map share drives base on AD group membership,
>> >I never had problem running this script in past when mapping drives in format
>> >of \\server_name\share now all that have changed is
>> >\\domain_name\namespace\folder and I had couple instances where script is
>> >executed and I know it is because same script is installing printers base on
>> >group memebrship and printers are installed but drives are not there. I can
>> >go to end user PC and run it manually and it is still not working what I
>> >found though is that if I first go start - run \\domain_name\namespace and
>> >open it, so I'm making sort of "manual" connection I can runsame script and
>> >all works??


Interesting! I have not observed this but will look out for it in future. I have
had problems but usually have rebooted the client.

>> >
>> >any ideas?

>> --
>> Dave Mills
>> There are 10 types of people, those that understand binary and those that don't.
>>

--
Dave Mills
There are 10 types of people, those that understand binary and those that don't.
 
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
Namespace Shares Freezing, Direct Shares work fine. Chris File Systems 0 12-08-2008 03:35 AM
Convert stand-alone shares to cluster shares Knowledge Clustering 7 12-26-2007 06:31 PM
Moving a server with workgroup shares into a domain - will shares still work? Jim Server Migration 3 06-25-2007 03:35 PM
Able to access shares from Vista, but not acces Vista shares. Greg. Windows Vista Networking 5 03-14-2007 03:22 AM
Windows Shares vs Netware Shares Paul Server Setup 5 07-07-2006 07:24 PM



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