Re: SAN to SAN migration



Hey Cliff,

You have a couple options I can think of off the top of my head..

1) In the windows world robocopy is often used for moves/migrations similar to what you're doing. You've probably heard of it, but the main benefit is that it can perform an incremental copy after you've one your first full sync/copy. So the methodology would be to run robocopy while the source LUN is in production and copy all of the data over (first pass). Sometime later when you decide to do the actual cutover, stop all access to the first LUN/volume then run the same robocopy command again and it'll only copy over the changed/added files. See the guide for robocopy as there are a lot of options.

2) Using a file/volume level replication tool, options are EMC's replistor, NetApp's Topio, or NSI Doubletake. All of these products basically behave similarly. They'll let you replicate at the filesystem level from one system to another and in most cases within the same system (you'll have to check limitations for each vendor)

You wont be able to perform a real block level copy because the LUN is partitioned by the OS so you'll need to use a filesystem level tool. Check out robocopy though, it's pretty much the standard for moving/migrating data cheaply and easily in the windows world.

Hope that helps or at least gives you some more avenues to explore!

-Anthony

snapbean wrote:
Any help here would be greatly appreciated...I'm in an unusual
scenario with this migration. I have a LUN that was partitioned into
2 drive G: and H: . I need to migrate these 2 drives to 2 new
Seperate LUNS on a new SAN. The issue turns out to be that since the
current LUN is partitioned most apps don't want to make it easy
because I'm not really doing a LUN to LUN migration. Xcopy will work
but takes a terribly long time b/c of the files on the LUNs are so
many, 1000's of small files in many directories and it takes much
time. Does anyone have any ideas on a block level app possibly that
will let me choose G: to a new LUN and then H: to a new LUN??

THANKs

Cliff


.



Relevant Pages

  • Re: How to support FCP Targets with SCSI Miniport
    ... How do I make the FCP style of Target/LUN discovery work with the Windows ... SCSI stack? ... Support INQUIRY to LUN numbers> 0. ...
    (microsoft.public.development.device.drivers)
  • Re: Lun number greater than 255
    ... not sure about Windows 2008, but will post back later on that. ... Windows can see from LUN 0 to LUN 255 per target ... the zone in your HBA to another target and yet again you ... and you can have 16 targets per bus (bus being the HBA) ...
    (microsoft.public.windows.server.general)
  • Re: EVA question: How many vdisks should I create?
    ... > Windows box has 32 pending IO request to that LUN, ... > So if you have one LUN on an EVA, ... The Powerpoint presentation from that seminar is probably ...
    (comp.os.vms)
  • Re: Can I move specific SG but not all storage groups to their own LUN
    ... It is probably just a matter of time. ... Currently the LUN which holds all four of our Storage Groups is ... I have already attempted to move specific Storage Groups to the new LUN ... Windows 2003 EE SP1 W/latest updates/fixes, ...
    (microsoft.public.exchange2000.general)
  • Re: SAN to SAN migration
    ... I have a LUN that was partitioned into ... because I'm not really doing a LUN to LUN migration. ... but takes a terribly long time b/c of the files on the LUNs are so ... Have you considered setting up a software mirror between the old LUN and the ...
    (comp.arch.storage)