Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > File Systems > Re: DFS - can I copy data between locations physically to reduce r

Reply
Thread Tools Display Modes

Re: DFS - can I copy data between locations physically to reduce r

 
 
Kyle BLake
Guest
Posts: n/a

 
      05-07-2009
Another point is you can limit the bandwidth used for replication. So you
could just set it up and limit is and let it take its time.

"boe" wrote:

> Thanks!
>
> "Dave Warren" <dave-> wrote in message
> news:...
> > In message <#> "boe"
> > <> was claimed to have wrote:
> >
> >>I have an office overseas. I have about 200 GB of data over there that
> >>I
> >>want on our server over here in the US. Using DFS and starting from
> >>scratch it could take a very very very long time to replicate and clog up
> >>my
> >>bandwidth at both offices. Could I send a hard drive of all the data
> >>from
> >>the overseas office to the US and then create the DFS after the data is
> >>copied on to our US server? Will it still want to replicate the data
> >>since
> >>the creation/modified dates will be different?

> >
> > Research "prestaging"
> >
> > The short answer is that yes, you can. If you're using 2008 on both
> > sides, I'd suggest just copying the data and letting DFS-R worry about
> > permissions and attributes, DFS-R is *very* efficient at these sorts of
> > things, I did this with over a million files and around 3TB of data,
> > only a couple GB went across the wire during the sync-up process.
> >
> > If you're using 2003 R2 on either or both sides, research how to
> > prestage if you're using robocopy then something like the following will
> > do the trick:
> >
> > /e /sec /w:3 /r:2 /purge /xd DfsrPrivate
> >
> > It's not perfect, you'll still see a reasonable chunk of data flow back
> > and forth during the sync-up process, but it's better then all 200GB.
> >
> > IIRC the other big thing that you need to do in 2003 before using the
> > above is to turn off the "inherit from parent" option on both sides and
> > manually set the root's permissions, otherwise robocopy's writes aren't
> > quite right.
> >
> > Regardless of how close your initial prestaging is, DFS-R does it's best
> > to only transfer the data required, as long as the file content matches,
> > DFS-R will update the meta data on it's own.
> >
> > The only other thought that comes to mind is to make your staging
> > directories as large as possible, on 2008 I'd go as large as 64GB if you
> > have the free space, this increases efficiency significantly during the
> > initial replication, once both sides agree that they're in sync then
> > drop this back to a sane value.

>
>

 
Reply With Quote
 
 
 
 
boe
Guest
Posts: n/a

 
      05-14-2009
Thanks - I did not know that. Do you have any links on how that is done?

"Kyle BLake" <> wrote in message
news:8B99D54F-F860-4DF0-A6DE-...
> Another point is you can limit the bandwidth used for replication. So you
> could just set it up and limit is and let it take its time.
>
> "boe" wrote:
>
>> Thanks!
>>
>> "Dave Warren" <dave-> wrote in message
>> news:...
>> > In message <#> "boe"
>> > <> was claimed to have wrote:
>> >
>> >>I have an office overseas. I have about 200 GB of data over there
>> >>that
>> >>I
>> >>want on our server over here in the US. Using DFS and starting from
>> >>scratch it could take a very very very long time to replicate and clog
>> >>up
>> >>my
>> >>bandwidth at both offices. Could I send a hard drive of all the data
>> >>from
>> >>the overseas office to the US and then create the DFS after the data is
>> >>copied on to our US server? Will it still want to replicate the data
>> >>since
>> >>the creation/modified dates will be different?
>> >
>> > Research "prestaging"
>> >
>> > The short answer is that yes, you can. If you're using 2008 on both
>> > sides, I'd suggest just copying the data and letting DFS-R worry about
>> > permissions and attributes, DFS-R is *very* efficient at these sorts of
>> > things, I did this with over a million files and around 3TB of data,
>> > only a couple GB went across the wire during the sync-up process.
>> >
>> > If you're using 2003 R2 on either or both sides, research how to
>> > prestage if you're using robocopy then something like the following
>> > will
>> > do the trick:
>> >
>> > /e /sec /w:3 /r:2 /purge /xd DfsrPrivate
>> >
>> > It's not perfect, you'll still see a reasonable chunk of data flow back
>> > and forth during the sync-up process, but it's better then all 200GB.
>> >
>> > IIRC the other big thing that you need to do in 2003 before using the
>> > above is to turn off the "inherit from parent" option on both sides and
>> > manually set the root's permissions, otherwise robocopy's writes aren't
>> > quite right.
>> >
>> > Regardless of how close your initial prestaging is, DFS-R does it's
>> > best
>> > to only transfer the data required, as long as the file content
>> > matches,
>> > DFS-R will update the meta data on it's own.
>> >
>> > The only other thought that comes to mind is to make your staging
>> > directories as large as possible, on 2008 I'd go as large as 64GB if
>> > you
>> > have the free space, this increases efficiency significantly during the
>> > initial replication, once both sides agree that they're in sync then
>> > drop this back to a sane value.

>>
>>

 
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
RE: Partitons and data locations Robert Li [MSFT] Windows Small Business Server 1 05-15-2007 03:48 AM
How can I get WMP to physically change the file locations of songs Swaingh Windows Media Player 4 03-23-2007 01:02 AM
Issues with data locations. SuperPlay Windows Vista General Discussion 1 02-07-2007 08:10 PM
Data Locations & Backup Jeff Gaines Windows Vista General Discussion 6 12-08-2006 01:52 PM
Data File Locations Steve Windows Small Business Server 3 08-11-2004 11:10 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