- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- clarion cx700 to cx3-80 migration
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
12-12-2007 06:38 AM - last edited on 04-21-2015 01:05 AM by Maiko-I
12-12-2007 06:38 AM - last edited on 04-21-2015 01:05 AM by Maiko-I
clarion cx700 to cx3-80 migration
What would be the default steps if we want to migrate the storage EMC clarion cx700 to cx3-80 in HPUX box?
Please elaborate the same.
P.S. This trhead has been moevd from general to HP-UX > sysadmin. - Hp forum moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2007 02:29 AM
12-13-2007 02:29 AM
Re: clarion cx700 to cx3-80 migration
You should either go to the HP-UX or an EMC forum.
Cheers
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2007 06:36 PM
12-18-2007 06:36 PM
Re: clarion cx700 to cx3-80 migration
There are of course other methods, but this allows an online migration.
Steps to migrate a VG (ex vg01)
1. Note the LUNs that make up the VG and the size of each (e.g. 3 LUNs of 100GB each)
2. Create the same number of LUNs of the same size on the second array (RAID type doesn't have to be the same)
3. Present the new LUNs to the HPUX server and do an ioscan and insf.
4. Do a pvcreate on each of the new luns.
5. Add the new LUNs to the VG using vgextend.
6. Use pvmove to move all the extents from an old LUN to a new LUN.
7. Once the old LUNs are empty - use vgreduce to remove them from the volume group.
8. unpresent the old LUNs on the old array.
9. redo the ioscan and use rmsf to remove the NO_HW devices that were on the old array.