Start a Conversation

Unsolved

This post is more than 5 years old

D

6621

May 14th, 2012 12:00

looking for a faster way than robocopy

Hi there,

we need to move TBs of millions of tiny files from one storage array (CX4) to another (VNX). The files are bound in a W2k3 host on 8 different disks. We use SANCopy for the initial sync and then robocopy to pull the changes from daily usage.

The problem we have is that we anticipate the last sync will took much longer than we have for leaving the application in an offline state.

Who can suggest more efficient methods of doing the migration/sync?

Thanks in advance!

daniel

1 Rookie

 • 

20.4K Posts

May 14th, 2012 12:00

Do you have SanCopy installed on CX4 (source), if yes then use incremental SanCopy.

89 Posts

May 14th, 2012 12:00

Hello,

You may want to look into Powerpath Migration Enabler with Hostcopy.  With a Windows 2003 server there is no downtime required for the application and you can throttle the migration speed. 

50 Posts

May 14th, 2012 13:00

not quite sure why the suggestion was to use robocopy. need to discuss with the team.

225 Posts

May 14th, 2012 19:00

Mirrorview is supported as a metod of replication between to Celerra/VNX. I believe it is one of most convenient solution, but customer need to pay MV lic fee as cost,

I think upon your context, your customer has already purchased SANCopy lic, that migth lead them use robocoy as lic cost free solution.

50 Posts

May 14th, 2012 23:00

we need to change the offset of the filesytem. that's why we decided to use a host based copy mechanism.

it's a w2k3 machine.

any further suggestions regarding robocopy alternatives w/o rebooting the server?

126 Posts

May 15th, 2012 03:00

Daniel,

I did a google search and found this Blog

"Robocopy is slooow. Tips or alternative software? "

http://arstechnica.com/civis/viewtopic.php?f=17&t=69415

"Five Best Alternative File Copiers"

http://lifehacker.com/5280976/five-best-alternative-file-copiers

"RoboCopy Alternatives for Windows:

http://alternativeto.net/software/robocopy/?platform=windows

1 Rookie

 • 

20.4K Posts

May 15th, 2012 04:00

use robocopy on a Windows 2008 box (it's multi-threaded), or use emcopy (EMC's alternative to robocopy, very fast as well)

https://download.emc.com/downloads/DL14102_EMCOPY_Release_4.14.exe

61 Posts

May 15th, 2012 05:00

IIRC, Robocopy from the Windows 2003 admin pack (or whatever it was) was single-threaded, and the Windows 2008 version defaults to 8 threads (customizable from 1-128). Copying robocopy from a 2008 to 2003 box doesn’t appear to work , but you could explore having a Windows 2008 target, source, or even a separate copy host (UNC to UNC robocopy session).

You could also try running a different robocopy session against some of the subdirectories (assuming you have multiple directories).

Turn off logging and restartable mode. If you’ve got inheritance set up correctly, you shouldn’t have to worry about the security option. Avoid the /COPYALL option.

89 Posts

May 15th, 2012 07:00

Open Migrator was suggested yesterday.  It will allow you to migrate to a disk with a different offset alignment, but it will also require some rebooting. 

1 Rookie

 • 

20.4K Posts

May 15th, 2012 07:00

OM migrates at volume level, how is that going to help with mis-aligned file system ?

89 Posts

May 15th, 2012 07:00

Because he notfied us of his latest requirement:

"we need to change the offset of the filesytem. that's why we decided to use a host based copy mechanism."

Mount the new target disk, change it's offset alignment, format and perform an OM migration.

No Events found!

Top