OK, I think I see what your getting at and thanks for the link to "How DFS
works"
What I'm trying to do is link to a DFS folder three unique and different
folder targets so that when the users map to \\DCS\DCSFiles\IRM that under
the Software folder all three targets will appear:
Domain: DCS
Namespace: DCSFiles
|
+--IRM
| Folder Targets
+--Software ______________
|
| ===> \\DFSTest\Data\Peoplesoft
|
| ===> \\DFSTest\Data\OracleInstalls
|
| ===> \\DFSTest\Data\Quest
The intent is to create a DFS share mapping that will remain constant for
the users. If we have to move say the Quest folder to another server, then
we just need to change the link in DFS without having to remap the users.
How do we go about this?
--
Andy Simsons
"DaveMills" wrote:
> On Wed, 21 Oct 2009 09:21:02 -0700, Andy Simsons
> <> wrote:
>
> >Using the DFS Management mmc, I created a namespace called DCSfiles and
> >hosted it on two Win2003 R2 domain controllers - the domain name is DCS. In
> >DCSfiles I created a folder called IRM and in that folder I created a folder
> >called Software. To the Software folder I added 3 folder targets - three
> >separate shared directories on a file server called DFStest. When I map to
> >\\DCS\DCSfiles\IRM from an XP client only the contents of one of the three
> >target folder appears under the Software folder. The target folder that
> >appears varies from one mapping to the next. Any ideas as to why don't all
> >three target folders appear when mapping to \\DCS\DCSfiles\IRM ?
>
> Because this is how it is designed to work. DFS name simple provide a way to use
> a single DFS name to represent a UNC name. It allows multiple copies (targets)
> of the UNC so the clients can be directed to any ONE of the [assumed to be]
> identical targets thus providing redundancy and load balancing. It never merges
> the target content, that is not the design function.
>
> DFS Names do not in themselves ensure the multiple targets have identical
> content. For that you must set up DFS replication or use some other replication
> method.
>
> All the gory details are in "How DFS Works"
> http://technet.microsoft.com/en-us/l...17(WS.10).aspx
>
>
> --
> Dave Mills
> There are 10 types of people, those that understand binary and those that don't.
> .
>