Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would like to copy/migrate a NetApp volume to HP 3PAR. What is the best way to do this with the least down time if at all?
Solved! See The Solution
1 ACCEPTED SOLUTION
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You present LUNs from both storage systems to the same host & use something like robocopy or xcopy to to move the content.
On the SQL side you detach database from the old LUN & attach it from the new LUN.
The main gotcha is to properly copy Windows ACLs, but this can be sorted using right switches with robocopy / xcopy.
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What kind of data are we talking about?
Your most likely bet, is to look at host-based migration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a bunch of volumes with SQL databases being hosted. How do I go about doing host-based migration?
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You present LUNs from both storage systems to the same host & use something like robocopy or xcopy to to move the content.
On the SQL side you detach database from the old LUN & attach it from the new LUN.
The main gotcha is to properly copy Windows ACLs, but this can be sorted using right switches with robocopy / xcopy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That works! Thanks.
