If you change location of a share/link/target etc, then you will have re
link it to new location, if not, then clients will still be refering to old
location. Example, if you move share: "journlsm-271" from server.domain.com
to say server2.domain.com, then you will have to change link location to
server2 etc..The easiest way you can do this is, after all copy is done and
new locations are set, you can edit the export file with new locations and
then import to dfs using the import command: Please BACKUP dfs structure if
you choose to use import command below.
dfsutil /root:\\<domain name>\<dfs root name> /import:<domain name>.XML.DFS
--
Isaac Oben [MCTIP:EA, MCSE]
"Joe U." <> wrote in message
news:393B6C71-421A-4413-9200-...
> Ok, getting closer to answering this now. So I ran the command that Isaac
> posted and here is some of what I got back.
>
> <?xml version="1.0"?>
>
> <Root Name="\\domain.com\sharedfs" State="1" Timeout="300" >
> <Target Server="server.domain.com" Folder="sharedfs" State="2" />
>
>
> <Link Name="journlsm-271" State="1" Timeout="300" >
> <Target Server="server.domain.com" Folder="journlsm-271" State="2" />
> </Link>
>
>
> <Link Name="geogrpy-450" State="1" Timeout="1800" >
> <Target Server="server.domain.com" Folder="geogrpy-450" State="2" />
> </Link>
>
>
> <Link Name="psych-498" State="1" Timeout="300" >
> <Target Server="server.domain.com" Folder="psych-498" State="2" />
> </Link>
>
> This is just the top 4 lines from one of my root shares. It appears that
> the contents of these shares span a few different drives which I am
> copying
> the contents of via robocopy. I won't have to move the link for every
> single
> share individually, will I?
>
> Joe
>
> "Isaac Oben [MCITP,MCSE]" wrote:
>
>> Joe U,
>>
>> You can export your entire dfs structure into an xml file and use notepad
>> to
>> open it and you will see all path for each share etc
>>
>> dfsutil /root:\\<domain name>\<dfs root name> /export:<domain
>> name>.XML.DFS
>>
>>
>> --
>> Isaac Oben [MCTIP:EA, MCSE]
>> "Joe U." <> wrote in message
>> news:A73832DF-8226-4637-99C1-...
>> > Is there a way for me to tell where the original target is pointing it?
>> > Right now it just shows how the share is listed.
>> > "\\domain.com\storage1"
>> > and
>> > if I click on that, it opens the share, but I want to trace it back to
>> > the
>> > physical drive and folder shared.
>> >
>> > Joe
>>
|