- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Storage migration
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 07:49 AM
10-01-2002 07:49 AM
I have an N4000 connected via 2 fibre channel to a EMC Symmetrix. Now we have a new Simmetrix.
I want to move the vg of the db to the new storage.
There's an existing procedure to do it without any risk?
Regards...
PSS
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 07:58 AM
10-01-2002 07:58 AM
SolutionIf you have MirrorDisk/UX you can use it to perform your data migration with a minimum of downtime.
Move one of your two fibre connections to the new Symmetrix leaving one for the old SAN.
Create mirrors of your logical volumes on the new SAN; sync the mirrors; and sever the old mirror copies from the old SAN.
Finally, move the remaining old fibre connection from the old to the new SAN and add the associated device files as alternate (pv) links (since I am presuming that you have two fibre channels representing primary and alternate LVM links).
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 08:00 AM
10-01-2002 08:00 AM
Re: Storage migration
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 08:17 AM
10-01-2002 08:17 AM
Re: Storage migration
The least expensive means of migrating the data is to use Mirror/UX, if you have it.
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 09:38 AM
10-01-2002 09:38 AM
Re: Storage migration
As James is suggesting, connect both the EMC's to the system, extend the existing VG on the old EMC to include the pv's (luns') on the new EMC and mirror the data. Then reduce the Luns from the old emc and you have all your vg and data on the new EMC.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 09:37 PM
10-01-2002 09:37 PM
Re: Storage migration
If the new hypervolumes are identical in size, then you can use either SRDF or LVM mirroring to walk the volume groups over to the new Symm.
But be careful if the new hypervolumes are not identical in size. You will not be able to use SRDF. You may be able to use LVM mirroring to accomplish online migration if the volumes are smaller. However, if they are larger and the volume group's Max PE will not accomodate them, then you may have to use a new volume group... which complicates matters. I've done this almost regularly between a 3430 and a 8430 where the hypervolumes differ by 68 meg.
Also, if you use PowerPath, then you must deconfigure the paths that will be moving to the new Symm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 10:06 PM
10-01-2002 10:06 PM
Re: Storage migration
EMC did it for us.
They used SRDF for data transfer.It is very safe method.
I will advise to get EMC professional service for this migration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 10:17 PM
10-01-2002 10:17 PM
Re: Storage migration
All the above answers are correct. However, there is a way to do this without downtime ... and the trick is pvmove. I would do this as follows :
1. I presume you are using alternate links (since you have two connections ?). vgreduce the volumegroups (removing the alternate link) so you can disconnect one of the connections.
2. Connect the new Symmetrix to the available connection. ioscan will make the devices available.
3. vgextend the volumegroups with devices from the new Symmetrix.
4. pvmove the old devices to the new devices
5. vgreduce the old devices (that are now empty, be sure to check that !) from the volumegroups and disconnect the second "old" link.
6. Connect the second link to the Symmetrix
7. ioscan will make the alternate devices available. vgextend the volumegroups with the alternate devices.
Hope this helps
Tom