- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Migrate raw devices from XP storage to EMC
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
12-12-2002 08:53 AM
12-12-2002 08:53 AM
Migrate raw devices from XP storage to EMC
I got some raw devices configurated in a vg on Xp storage, and i will migrate this devices in another vg on EMC storage. In the past, when i've migrated the file system, i've created a EMC vg similar to XP vg, and then i've copied whith cp command the data, in the end i've modified the fstab with the new vg name and mount the new file systems.
Now, how can i do?
I should create a new EMC vg, and then copy (throught the dd command) the raw devices, but the oracle's istance does not startup, because new link is on a different vg.
Can i solve this problem, with the vg export and then vg import?
Regards
Maurizio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2002 09:07 AM
12-12-2002 09:07 AM
Re: Migrate raw devices from XP storage to EMC
or, get your oracle dba to do a simple piece of sql to rename the locations for the databases files from the old XP vg to the new EMC vg. This is what we do as its so simple.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2002 09:49 AM
12-12-2002 09:49 AM
Re: Migrate raw devices from XP storage to EMC
mirror to the new storage
sync
break the mirror
JL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2002 10:15 AM
12-12-2002 10:15 AM
Re: Migrate raw devices from XP storage to EMC
Mirror the XP LVs to the EMC, then when you're convinced all is well & stable, break off the XP LVs.
Of course the LUN size would need to be the same.
Has the added benefit of not needing to change VG name(s).
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2003 01:24 AM
08-12-2003 01:24 AM
Re: Migrate raw devices from XP storage to EMC
I have a simular case here, and each VG has more than one PVs.
I plan to mirror all LVs with below steps:
0. Connect both Storage subsystems, define PVs with same size of old PVs.
1. Close all applications use storage subsystem
2. Add new PVs to VG that I would mirror
3. modify VG propertiy, seperate old and new PVs to two PVGs.
4. modify LV mirror policy to use PVG.
5. modify each LV's mirror number to 1
6. split off each LV
7. remove all current LVs
8. mv lv*copy to lv*, and mv rlv*copy to rlv*
9. mount necessary file systems
I've tested above steps in a trial environment, and gonna implement it on customer site.
Is there anything inappropriate?
Thanks&Regards.
Tommy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2003 01:28 AM
08-12-2003 01:28 AM
Re: Migrate raw devices from XP storage to EMC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2003 02:54 AM
08-12-2003 02:54 AM
Re: Migrate raw devices from XP storage to EMC
HTH
Roland