- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Server Migration to new EMC Storage
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
11-12-2004 07:23 AM
11-12-2004 07:23 AM
I plan to replace current EMC SyMM to DMX as well as HP servers for SAP. But I do not plan to use EMC SRDF data migration service. For SAP system, I can use "rcp" to copy database files but I have three more HP hosts to be moved to new EMC box. How can I migrate current HP servers which attache Old EMC to new EMC with data. Each server has 100G of data in it.
Thanks in advance.
Jeong
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 07:38 AM
11-12-2004 07:38 AM
SolutionI tried that once with oracle databases and binaries. I ended up with different file counts and had to recover the databases even though they were down.
Better ideas:
1) use mirror/ux to copy mirror the logcial volumes while the database is down. Then use lvsplit to break the mirror. unmount and mount and you get a perfectly clean copy.
2) scp is more reliable than rcp
3) Mount via NFS and do a staight copy
All suggestions above require a down database.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 07:41 AM
11-12-2004 07:41 AM
Re: Server Migration to new EMC Storage
If room in the volume groups, you can mirror the lvols to the new storage - then reduce the old one - this can be done online with no outage.
If you don't have the room - then create new vg's/lvols - and use vxdump to copy the data from old to new like so:
vxdump -0 -f - -s 1000000 -b 16 /oracle | (cd /new/oracle ; vxrestore rf -)
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 08:37 AM
11-12-2004 08:37 AM
Re: Server Migration to new EMC Storage
use mirror/ux to copy mirror the logcial volumes while the database is down. Then use lvsplit to break the mirror. unmount and mount and you get a perfectly clean copy.
I had better to follow your method.
Can you provide me more detail procedure?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 10:00 PM
11-12-2004 10:00 PM
Re: Server Migration to new EMC Storage
All my systems use PowerPath with at least two channels per target. Before I had SAN I would deconfigure one channel, swing it over to the new Symm, and migrate the data. Later zoning on the new SAN made such migrations more interesting... I did them from home after EMC setup the new frames, switches, and connections.