- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Data 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
12-12-2005 04:30 PM
12-12-2005 04:30 PM
Data Migration
L -class server 9000
OS 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 05:10 PM
12-12-2005 05:10 PM
Re: Data Migration
If you can connect both storages to the system at the same time, then it becomes very easy.
You can do
cpio
tar
vxdump
cp
(tar,cpio will have limit of 2GB if particular patches are not there. With certain patches this limit goes up to 8GB)
vxdump -in case both file systems are vxfs
And last but not least. Plain cold backup and restore is always there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 05:13 PM
12-12-2005 05:13 PM
Re: Data Migration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 05:23 PM
12-12-2005 05:23 PM
Re: Data Migration
I've had good luck with host based mirroring. You'll need software to support the mirroring: mirrorux or Veritas.
Present the new LUNs, add them to the Volume Group, mirror the logical volumes, reduced the old LUNs out of the LVs, then reduce the old PVs.
HTH,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 05:43 PM
12-12-2005 05:43 PM
Re: Data Migration
Make sure that database is down and you take cold backup-just in case required.
timex vxdump -0f /source_dir1 | (cd /dest_dir ; vxrestore -yrf - )
dd with large block size will also be helpful, as dd avoide all file systems overhead during copy.
timex dd bs=64k if=/dev/vgxx/rlvolx of=/dev/vgyy/rlvoly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 09:57 PM
12-12-2005 09:57 PM
Re: Data Migration
In this case, I would recommend you to plan a down time and take a cold backup then restore it to the new storage.
As you have such a good setup, you may be using some higher backup softwares like OMNI DP or veritas, better use the same to backup and restore the data.
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2005 01:34 AM
12-13-2005 01:34 AM
Re: Data Migration
vxdump:
vxdump -0 -f - -s 1000000 -b 16 /emc/oracle | (cd /oracle ; vxrestore rf -)
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2005 02:23 AM
12-13-2005 02:23 AM
Re: Data Migration
are there any caviots with CPO or vxdump? are there problems with larger files etc?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2005 02:59 AM
12-14-2005 02:59 AM