Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > File Systems > DFS-R in Windows 2008

Reply
Thread Tools Display Modes

DFS-R in Windows 2008

 
 
Pavlos Gerardos
Guest
Posts: n/a

 
      08-14-2009
Hello everybody,
This is the first time i'm using DFS and i need some help with the
initial setup...

I need to move ~750GB of data (docs and images mainly, no databases
or .pst files) from an old file server to 2 new file servers which will
have DFS replication enabled.
All 3 machines are located in a LAN. No inter-site replication is
involved.
What is the proper way to move the files?

1.Should i copy the files through LAN from the old server to both new and
then create a replication group?

2.Should i copy the files through LAN from the old server to one of the
new and then create a replication group where this will be the primary
server and let him replicate to the other one?
If that's the case, should i change the quota limits for the staging
folder?

3.Any other ideas?

Thanks in advance.

Pavlos
 
Reply With Quote
 
 
 
 
Danny Sanders
Guest
Posts: n/a

 
      08-14-2009
You have about 3 options:
1. Use robocopy and copy the files and security to EACH of the 2 new
servers, then setup a replication group between the two new servers. Initial
replication will complete the fastest. Possibly done with the initial
replication over night. (just estimating). I wouldn't worry about the
staging folder here because this sceneraio has the least amount of files to
replicate.

2 Use robocopy and copy the files and security to ONE of the new servers,
then setup a replication group including the freshly staged new server and
the second new server.
Initial replication will take half as long to complete as #3 but longer than
#1. You might have to up the staging folder so the replication completes
sooner.


3. Setup replication where the old server replicates the files to both of
the new servers. The initial replication will take the longest to complete
out of the 3. (Days???) I would up the staging folder so the replication
completes sooner. It has the most files to replicate.


hth
DDS

"Pavlos Gerardos" <> wrote in message
news:...
> Hello everybody,
> This is the first time i'm using DFS and i need some help with the
> initial setup...
>
> I need to move ~750GB of data (docs and images mainly, no databases
> or .pst files) from an old file server to 2 new file servers which will
> have DFS replication enabled.
> All 3 machines are located in a LAN. No inter-site replication is
> involved.
> What is the proper way to move the files?
>
> 1.Should i copy the files through LAN from the old server to both new and
> then create a replication group?
>
> 2.Should i copy the files through LAN from the old server to one of the
> new and then create a replication group where this will be the primary
> server and let him replicate to the other one?
> If that's the case, should i change the quota limits for the staging
> folder?
>
> 3.Any other ideas?
>
> Thanks in advance.
>
> Pavlos



 
Reply With Quote
 
DaveMills
Guest
Posts: n/a

 
      08-15-2009
Partly it depends upon the bandwidth available between the machines.
If the new servers have Gb connection and the old only 100Mb then one RoboCopy
and replication is the better way. 750GB over Gb is just a few hours. Over 100Mb
it is a day or more.

Also consider the data being changed while you copy. If the RoboCopy is going to
take several days to do 2 copies then you will need to consider the impact of
users changing the data (or shut down access for a long time). A single copy
will take half the time and once done the replication engine will look after
live changes that happen once the first copy is complete. You will still need to
user Robocopy on changes made during the first copy but that is much easier than
with two copies to worry about.

When I did this I first set up DFS link to the old and 2 new shares. I disabled
the new links to prevent access by users. Then used Robocopy to copy the data to
the first new server. Once Robocopy completed (there were quite a few errors
because some users had denied the Administrator access to some files) I set it
up to monitor the source folder for changes and copy them. As soon as Robocopy
settled down I enabled the DFS link to this copy and disabled the link to the
original server. It takes up to 30 minutes for all clients to notice (with the
default referral timeout). Then I set up the replication from the new copy to
the second new server and left it to it. Once replication was complete I enabled
the second link.

I was able to divide the data into several batches such as \\dfsroot\public,
\\dfsroot\home etc. so each batch could be done one at a time. This kept the
total data in a batch much smaller and let me work out the procedures on the
smaller batches before doing the larger ones.

One thing I did find was that if you have 2 DFS copies that are accessible to
the clients you must not use Quotas because you cannot control which copy is
accessed and eventually a quota will be exceeded and the replication engine will
break.


On Fri, 14 Aug 2009 01:50:05 -0700, Pavlos Gerardos <> wrote:

>Hello everybody,
>This is the first time i'm using DFS and i need some help with the
>initial setup...
>
>I need to move ~750GB of data (docs and images mainly, no databases
>or .pst files) from an old file server to 2 new file servers which will
>have DFS replication enabled.
>All 3 machines are located in a LAN. No inter-site replication is
>involved.
>What is the proper way to move the files?
>
>1.Should i copy the files through LAN from the old server to both new and
>then create a replication group?
>
>2.Should i copy the files through LAN from the old server to one of the
>new and then create a replication group where this will be the primary
>server and let him replicate to the other one?
>If that's the case, should i change the quota limits for the staging
>folder?
>
>3.Any other ideas?
>
>Thanks in advance.
>
>Pavlos

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

 
      08-15-2009
Pavlos Gerardos wrote:
> Hello everybody,
> This is the first time i'm using DFS and i need some help with the
> initial setup...
>
> I need to move ~750GB of data (docs and images mainly, no databases
> or .pst files) from an old file server to 2 new file servers which will
> have DFS replication enabled.
> All 3 machines are located in a LAN. No inter-site replication is
> involved.
> What is the proper way to move the files?
>
> 1.Should i copy the files through LAN from the old server to both new and
> then create a replication group?
>
> 2.Should i copy the files through LAN from the old server to one of the
> new and then create a replication group where this will be the primary
> server and let him replicate to the other one?
> If that's the case, should i change the quota limits for the staging
> folder?
>
> 3.Any other ideas?
>
> Thanks in advance.
>
> Pavlos


Thank you very much both for replying.

I decided to go with the first option as all of the 3 machines are on a
1GB LAN.

Pavlos
 
Reply With Quote
 
IT Staff
Guest
Posts: n/a

 
      08-16-2009
robocopy is the best for the INITIAL replication


 
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
can i setup windows sbs 2008 to and existing windows server 2008 psciacca Windows Small Business Server 1 05-21-2009 11:28 AM
Re: Difference between Windows Server 2008 / SBS 2008 / EBS 2008 / SBS 2003 Dave Nickason [SBS MVP] Windows Small Business Server 0 05-06-2009 03:39 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