- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Migration from VA7100 to EVA5000
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-05-2006 02:26 PM
10-05-2006 02:26 PM
I am having HP rp 5470 server connected to VA7100. Now the storage is getting replaced with EVA5000. The server is running ERP application and $ORACLE_HOME is in the storage. I have mounted the new storage with new mount points. But when I copy the data from old mount point to new using "cp -rp" command, I am not able to retain the owner and group. The oracle owners are getting converted to root owners. Is there any way to retain this (along with permissions) using cp command or with other command ?
Thanks & Regards,
Shreejesh.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2006 03:03 PM
10-05-2006 03:03 PM
Re: Migration from VA7100 to EVA5000
I always use dd to do the environment Migration, it always worked well.
su to oracle account if you use cp to migrate oracle database
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2006 03:14 PM
10-05-2006 03:14 PM
SolutionIf you have 2 controllers on rp5470 connected to va7100 then vgreduce all the VG from second controller and connect the second controller to EVA5000;then create the LUNS of your requirements and then do a pvmove to move the data off va7100 to EVA5000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2006 03:40 PM
10-05-2006 03:40 PM
Re: Migration from VA7100 to EVA5000
I will suggest one thing Connect the EVA 5k to existing SAN.Create the Lun of same size like in the VA7100.Do the Mirroring with the new luns once it thru then reduce the VA7100 Mirror.This will be better option for Migration from VA to EVA.
Best Regds
Arunkumar.B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2006 04:21 PM
10-05-2006 04:21 PM
Re: Migration from VA7100 to EVA5000
you can use dd command to migrate the data, other wise if you have Mirror-UX installed in your system, create the new lun with the same size, extend the vg and mirror it, once it is you can remove the va7100 lun.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2006 06:57 PM
10-05-2006 06:57 PM
Re: Migration from VA7100 to EVA5000
I stick to the copying using pvmove command. But can you please give me the procedure for the successful copy of the data.
Thanks & Regards,
Shreejesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2006 08:06 PM
10-05-2006 08:06 PM
Re: Migration from VA7100 to EVA5000
I have migrated a va7100 to an eva3000 once
The easiest way with no downtime is doing the migration with mirroring.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2006 07:46 AM
10-08-2006 07:46 AM
Re: Migration from VA7100 to EVA5000
Pls give me the procedure of migration of LUNs through mirroring.
Thanks & Regards,
Shreejesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 10:14 PM
10-09-2006 10:14 PM
Re: Migration from VA7100 to EVA5000
Here is what i was trying to trying to explain.
take a printout of ioscan -fnCdisk and strings /etc/lvmtab
Identify all the disks belonging to primary controller.
Take one VG at a time, say VG1
if you have any alternate links to the disk in VG1 through secondary controller then vgreduce them. This way you would have moved all the links to the disks (VG) through secondary controller. Once you have removed all the VG from all the systems from the secondary link to VA7100 you can test by turning off the switch connected to secondary HBA and VA7100.
You can now disconnect the cable of secondary controller from VA and connect to EVA. Use the LUN management software to create the LUNS of desired (or same ) size on EVA and then pvcreate and vgextend the VG1 to EVA disk.
You can now use pvmove command to move all LV of that VG1 from VA to EVA and confirm by running vgdisplay.
Using this for all VG you can freeup the primary controller as well. Once its done you can disconnect and second fibre cable from VA and connect it to EVA and then create the alternate path for all VG to EVA
have a look at the man pages of all command for more info or let me know if you need detailed procedure.