Pelican Parts
Parts Catalog Accessories Catalog How To Articles Tech Forums
Call Pelican Parts at 888-280-7799
Shopping Cart Cart | Project List | Order Status | Help



Go Back   Pelican Parts Forums > Miscellaneous and Off Topic Forums > Off Topic Discussions


Reply
 
LinkBack Thread Tools Rate Thread
Author
Thread Post New Thread    Reply
Registered User
 
Join Date: Dec 2011
Posts: 115
Server Admins - Data migration

Question for the server guru's. I will be migrating from some 2003 file servers to a consolidated 2008 R2 cluster soon. Have roughly 9TB on one server and another 9TB on another. What would you suggest using to copy the data from the old servers to the new? Original servers will need to stay online and available during the process and I can't do an actual move.

I looked at the MS file server migration tool, but that takes the share offline while the copy is being done.

I could use robocopy, but it has been a while so I will need to brush up on the switches.

Last thought was to just do a tape backup/restore.


Anyone have any other tools or idea's?

Old 03-21-2012, 12:55 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #1 (permalink)
Registered
 
Scott R's Avatar
 
Join Date: Feb 2001
Location: Aspen CO US
Posts: 16,054
Garage
robocopy works fine, beyond compare is good but there is a license cost. You don't say if the 9tb is SAN based, but given that your building a cluster it would appear that it is. Do you have any data replication tools offered by your SAN vendor?
__________________
2021 Model Y
2005 Cayenne Turbo
2012 Panamera 4S
1980 911 SC
1999 996 Cab
Old 03-21-2012, 01:19 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #2 (permalink)
Registered User
 
Join Date: Dec 2011
Posts: 115
Wont be san based. Just a moderate direct attached cluster. About as low end as you can imagine. This data doesn't have much throughput requirements other then needing to be HA.

The sad part is this new cluster and drives out performs our current SAN's.

I'm going to send you a PM.

Thanks
Old 03-21-2012, 01:58 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #3 (permalink)
Family Values
 
KaptKaos's Avatar
 
Join Date: Jun 2003
Location: Los Angeles, CA
Posts: 4,075
DFSR? Not sure it will handle all of that data well, but I have used it in the past with smaller platforms.
__________________
- Joe

Necessity is the plea for every infringement of human freedom. It is the argument of tyrants; it is the creed of slaves. - William Pitt
Old 03-21-2012, 02:50 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #4 (permalink)
Registered
 
Join Date: Nov 2003
Location: Seattle
Posts: 1,785
I was thinking DFS also.

Could do the first few shares, once the space looks right on both sides, change the new server to the primary target, then start the next few, then drop the secondary targets once the traffic dies down, etc.

It works pretty well on 2003+ machines, better on 2008 though.
__________________
Rob
1980 SC - 2011 Tiguan - 2018 Tesla M3P
Old 03-21-2012, 02:52 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #5 (permalink)
Registered
 
Join Date: Feb 2008
Location: Marietta GA
Posts: 2,560
I would also use DFS Replication along with Robocopy to preseed the data on the destination side.

Set up the Robocopy script to copy everything over and skip any files in use and not to retry on failures. Once the Robocopy script completes fire up DFSR and it will catch the rest. If the data doesn't change much you can skip the Robocopy step but DFSR will take a long time to finish it's first sweep and may not complete at all. DFSR will also duplicate all the permissions as long as you are not using local groups for permissions, and if you are now is a good time to stop.
__________________
1987 GP White 930
1977 Ford Bronco
Old 03-21-2012, 02:58 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #6 (permalink)
 
Registered
 
Join Date: Nov 2003
Location: Seattle
Posts: 1,785
Quote:
Originally Posted by willtel View Post
I would also use DFS Replication along with Robocopy to preseed the data on the destination side.

Set up the Robocopy script to copy everything over and skip any files in use and not to retry on failures. Once the Robocopy script completes fire up DFSR and it will catch the rest. If the data doesn't change much you can skip the Robocopy step but DFSR will take a long time to finish it's first sweep and may not complete at all. DFSR will also duplicate all the permissions as long as you are not using local groups for permissions, and if you are now is a good time to stop.
This is very true, first setup of DFS when replicating is pretty slow. Doing a pre-seed would speed it up a ton.
__________________
Rob
1980 SC - 2011 Tiguan - 2018 Tesla M3P
Old 03-21-2012, 03:44 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #7 (permalink)
Registered
 
id10t's Avatar
 
Join Date: Mar 2003
Posts: 10,306
I would be a good excuse to test your backup/restore process. Failing that, robocopy or rsync
__________________
“IN MY EXPERIENCE, SUSAN, WITHIN THEIR HEADS TOO MANY HUMANS SPEND A LOT OF TIME IN THE MIDDLE OF WARS THAT HAPPENED CENTURIES AGO.”
Old 03-21-2012, 04:12 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #8 (permalink)
P-Zero Burner
 
911Urge's Avatar
 
Join Date: Apr 2006
Location: Chino, CA
Posts: 287
Garage
Go find a copy of Microsoft RichCopy 4. Free, multithreaded and fast. We perform all kinds of storage migrations for our customers and RichCopy works well. Been using it before it was publicly available. Read about the Thread settings to tune best performance.
__________________
Stephen
2006 997 Carrera S - Sport Chrono, Full Leather
1968 912 - Purchased from Vasek Polak in 1971 and still in the family
-----
1989 Carrera 4 - Andial service history, Sold and missing it
Old 03-21-2012, 08:46 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #9 (permalink)
Registered User
 
Join Date: Dec 2011
Posts: 115
You guys are great. We thought about DFS but the inital copy was going to take took long. Going to look at Richcopy and start testing switches Scott gave me for Robocopy.
Old 03-22-2012, 06:57 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #10 (permalink)
Registered
 
Halm's Avatar
 
Join Date: Jan 2002
Location: VA
Posts: 3,573
Quote:
Originally Posted by 911Urge View Post
Go find a copy of Microsoft RichCopy 4. Free, multithreaded and fast. We perform all kinds of storage migrations for our customers and RichCopy works well. Been using it before it was publicly available. Read about the Thread settings to tune best performance.
+1 It is what we used on a similar project.

__________________
'06 Cayman S
'16 Cayenne
'08 Audi RS 4
Old 03-22-2012, 08:04 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #11 (permalink)
Reply


 


All times are GMT -8. The time now is 08:58 AM.


 
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0
Copyright 2025 Pelican Parts, LLC - Posts may be archived for display on the Pelican Parts Website -    DMCA Registered Agent Contact Page
 

DTO Garage Plus vBulletin Plugins by Drive Thru Online, Inc.