Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > File Systems > Need to replace DAS that DFS data sits on.

Reply
Thread Tools Display Modes

Need to replace DAS that DFS data sits on.

 
 
AUTEC_chris
Guest
Posts: n/a

 
      11-23-2009

I need to replace the physical hardware that the DFS data sits on. The
server will stay, just new direct attached storage that has more space. I
cannot find any documentation on how to properly handle this without causing
DFSR to see everything as needing to be replciated. What would be the
supported option:

1. Add the new DAS unit, with the old one still attached and hosting the
data. Then create new shares and new links on new unit and let DFS replciate
the data? Final step, delete the old DAS target in DFS management?

2. Stop DFSR and copy everything from one DAS to the other? Remove old,
restart DFSR service? (This may take a long time...over 1 TB of small files
to copy.)

3. Ghost and reimage the DAS storage? (same thing...expect this to take a
long time.)

4. An option i am missing?

I need to accomplish the following:

1. Introdce new hardware.
2. Have minimal downtime (cant be hours).
3. Prevent replication of all DFS shared folders. (i.e. DFS thinking that
there's 1 TB of new files and they all need to be copied again, thus killing
performance, bandwidth and service to the end user.)

Appreicate any assistance.

please reply to chris(dot)rapp(dot)ctr@autec(dot)navy(dot)mil
 
Reply With Quote
 
 
 
 
Danny Sanders
Guest
Posts: n/a

 
      11-23-2009
Set up a robocopy script to copy the data from the server to be removed to
the new DAS. I would create a robocopy log to be sure everything gets
copied. Once done, delete the replication group containing the server you
want to replace, then recreate the replication group so it points to the new
DAS.
Robocopy can be ran periodically during the week to keep things up to date,
deleting and recreating the replication group will take only a couple of
minutes. By prestaging the data using robocopy DFSR will not try to
replicate everything.

If you prestage the new DAS using the robocopy script during the week, you
can delete and recreate the replication group in a matter of minutes on
Friday evening.


hth
DDS


"AUTEC_chris" <> wrote in message
news:3EBC5DC6-F051-4665-A5C0-...
>
> I need to replace the physical hardware that the DFS data sits on. The
> server will stay, just new direct attached storage that has more space. I
> cannot find any documentation on how to properly handle this without
> causing
> DFSR to see everything as needing to be replciated. What would be the
> supported option:
>
> 1. Add the new DAS unit, with the old one still attached and hosting the
> data. Then create new shares and new links on new unit and let DFS
> replciate
> the data? Final step, delete the old DAS target in DFS management?
>
> 2. Stop DFSR and copy everything from one DAS to the other? Remove old,
> restart DFSR service? (This may take a long time...over 1 TB of small
> files
> to copy.)
>
> 3. Ghost and reimage the DAS storage? (same thing...expect this to take
> a
> long time.)
>
> 4. An option i am missing?
>
> I need to accomplish the following:
>
> 1. Introdce new hardware.
> 2. Have minimal downtime (cant be hours).
> 3. Prevent replication of all DFS shared folders. (i.e. DFS thinking that
> there's 1 TB of new files and they all need to be copied again, thus
> killing
> performance, bandwidth and service to the end user.)
>
> Appreicate any assistance.
>
> please reply to chris(dot)rapp(dot)ctr@autec(dot)navy(dot)mil



 
Reply With Quote
 
AUTEC_chris
Guest
Posts: n/a

 
      11-24-2009
Your response has "server" and "das" used to reference the same thing. We're
really referencing one server that has a direct attached storage (i.e. RAID)
unit that has run out of space. It sounds like your suggestion is to coneect
both the old and the new RAID (that has more space) at the same time,
Robocopy/RichCopy the data over, stop DFSR service, delete the Replication,
Recreate the replication pointing to the new RAID. DFS will see the data and
not replicate it, but I would guess that the scan of this much data will take
quite a bit of time.

I also suppose removing old and adding new might be best thus keeping the
shares the same, not having to recreate them.

Did i understand you correctly?

Could I add the new RAID to the exisitng server, place new shares on it and
add it to the replication group? Thus it would have to replicate within the
server essentially doing what RoboCopy/RichCopy is doing. Is that supported?


"Danny Sanders" wrote:

> Set up a robocopy script to copy the data from the server to be removed to
> the new DAS. I would create a robocopy log to be sure everything gets
> copied. Once done, delete the replication group containing the server you
> want to replace, then recreate the replication group so it points to the new
> DAS.
> Robocopy can be ran periodically during the week to keep things up to date,
> deleting and recreating the replication group will take only a couple of
> minutes. By prestaging the data using robocopy DFSR will not try to
> replicate everything.
>
> If you prestage the new DAS using the robocopy script during the week, you
> can delete and recreate the replication group in a matter of minutes on
> Friday evening.
>
>
> hth
> DDS
>
>
> "AUTEC_chris" <> wrote in message
> news:3EBC5DC6-F051-4665-A5C0-...
> >
> > I need to replace the physical hardware that the DFS data sits on. The
> > server will stay, just new direct attached storage that has more space. I
> > cannot find any documentation on how to properly handle this without
> > causing
> > DFSR to see everything as needing to be replciated. What would be the
> > supported option:
> >
> > 1. Add the new DAS unit, with the old one still attached and hosting the
> > data. Then create new shares and new links on new unit and let DFS
> > replciate
> > the data? Final step, delete the old DAS target in DFS management?
> >
> > 2. Stop DFSR and copy everything from one DAS to the other? Remove old,
> > restart DFSR service? (This may take a long time...over 1 TB of small
> > files
> > to copy.)
> >
> > 3. Ghost and reimage the DAS storage? (same thing...expect this to take
> > a
> > long time.)
> >
> > 4. An option i am missing?
> >
> > I need to accomplish the following:
> >
> > 1. Introdce new hardware.
> > 2. Have minimal downtime (cant be hours).
> > 3. Prevent replication of all DFS shared folders. (i.e. DFS thinking that
> > there's 1 TB of new files and they all need to be copied again, thus
> > killing
> > performance, bandwidth and service to the end user.)
> >
> > Appreicate any assistance.
> >
> > please reply to chris(dot)rapp(dot)ctr@autec(dot)navy(dot)mil

>
>
> .
>

 
Reply With Quote
 
Danny Sanders
Guest
Posts: n/a

 
      11-24-2009
> Your response has "server" and "das" used to reference the same thing.
> We're
> really referencing one server that has a direct attached storage (i.e.
> RAID)
> unit that has run out of space. It sounds like your suggestion is to
> coneect
> both the old and the new RAID (that has more space) at the same time,
> Robocopy/RichCopy the data over, stop DFSR service, delete the
> Replication,
> Recreate the replication pointing to the new RAID. DFS will see the data
> and
> not replicate it, but I would guess that the scan of this much data will
> take
> quite a bit of time.



You got it correct. If you were to cut over on a Friday I'm guessing the
scan of the data would be done by Monday.



> Could I add the new RAID to the exisitng server, place new shares on it
> and
> add it to the replication group? Thus it would have to replicate within
> the
> server essentially doing what RoboCopy/RichCopy is doing. Is that
> supported?


If I'm following you right, I think you can. Using DFSR to replicate the
data to the new RAID would take quite a while. I would suggest using
robocopy.


hth
DDS


"AUTEC_chris" <> wrote in message
news:FB06CA7F-921C-4C30-A21B-...
> Your response has "server" and "das" used to reference the same thing.
> We're
> really referencing one server that has a direct attached storage (i.e.
> RAID)
> unit that has run out of space. It sounds like your suggestion is to
> coneect
> both the old and the new RAID (that has more space) at the same time,
> Robocopy/RichCopy the data over, stop DFSR service, delete the
> Replication,
> Recreate the replication pointing to the new RAID. DFS will see the data
> and
> not replicate it, but I would guess that the scan of this much data will
> take
> quite a bit of time.
>
> I also suppose removing old and adding new might be best thus keeping the
> shares the same, not having to recreate them.
>
> Did i understand you correctly?
>
> Could I add the new RAID to the exisitng server, place new shares on it
> and
> add it to the replication group? Thus it would have to replicate within
> the
> server essentially doing what RoboCopy/RichCopy is doing. Is that
> supported?
>
>
> "Danny Sanders" wrote:
>
>> Set up a robocopy script to copy the data from the server to be removed
>> to
>> the new DAS. I would create a robocopy log to be sure everything gets
>> copied. Once done, delete the replication group containing the server you
>> want to replace, then recreate the replication group so it points to the
>> new
>> DAS.
>> Robocopy can be ran periodically during the week to keep things up to
>> date,
>> deleting and recreating the replication group will take only a couple of
>> minutes. By prestaging the data using robocopy DFSR will not try to
>> replicate everything.
>>
>> If you prestage the new DAS using the robocopy script during the week,
>> you
>> can delete and recreate the replication group in a matter of minutes on
>> Friday evening.
>>
>>
>> hth
>> DDS
>>
>>
>> "AUTEC_chris" <> wrote in message
>> news:3EBC5DC6-F051-4665-A5C0-...
>> >
>> > I need to replace the physical hardware that the DFS data sits on. The
>> > server will stay, just new direct attached storage that has more space.
>> > I
>> > cannot find any documentation on how to properly handle this without
>> > causing
>> > DFSR to see everything as needing to be replciated. What would be the
>> > supported option:
>> >
>> > 1. Add the new DAS unit, with the old one still attached and hosting
>> > the
>> > data. Then create new shares and new links on new unit and let DFS
>> > replciate
>> > the data? Final step, delete the old DAS target in DFS management?
>> >
>> > 2. Stop DFSR and copy everything from one DAS to the other? Remove
>> > old,
>> > restart DFSR service? (This may take a long time...over 1 TB of small
>> > files
>> > to copy.)
>> >
>> > 3. Ghost and reimage the DAS storage? (same thing...expect this to
>> > take
>> > a
>> > long time.)
>> >
>> > 4. An option i am missing?
>> >
>> > I need to accomplish the following:
>> >
>> > 1. Introdce new hardware.
>> > 2. Have minimal downtime (cant be hours).
>> > 3. Prevent replication of all DFS shared folders. (i.e. DFS thinking
>> > that
>> > there's 1 TB of new files and they all need to be copied again, thus
>> > killing
>> > performance, bandwidth and service to the end user.)
>> >
>> > Appreicate any assistance.
>> >
>> > please reply to chris(dot)rapp(dot)ctr@autec(dot)navy(dot)mil

>>
>>
>> .
>>



 
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
Move \Users folder once for all Peter Meinl Windows Vista Installation 25 03-03-2010 02:37 AM
Problems with ActiveSync and older Windows CE Michael Gross ActiveSync 5 08-05-2009 09:06 PM
how to sync Outlook data correctly with ActiveSync after XP reinst Jamel Irief ActiveSync 1 12-18-2007 03:39 AM
Re: Activsync lost data Raj Pillai ActiveSync 0 07-22-2004 08:38 PM
Replace the data on a pc from the data on a PocketPC Achille ActiveSync 2 07-04-2004 05:55 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