- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Best way to migrate data
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
02-11-2003 08:15 AM
02-11-2003 08:15 AM
Best way to migrate data
On our test server, we ran several streams of cp -Rp to copy each filesytem but we could only utilize about 20% of the CPU resources and our copy rate averaged 40 MB/sec.
What other methods can we try for better performance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 08:22 AM
02-11-2003 08:22 AM
Re: Best way to migrate data
Get your Sales Rep to loan you a couple of ESCON CHIP pairs for the XPs. One pair for the XP256, and one for the XP1024. Have them installed, then download an eval copy of Continuous Access for each frame. (This is assuming you aren't using CA on either frame, and have no ESCON CHIPs.)
You can then have the disk arrays themselves migrate the data... seamlessly, and quickly.
You can set up the mirror pairs via Command View and/or Remote Control.
Good luck,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 08:23 AM
02-11-2003 08:23 AM
Re: Best way to migrate data
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb6e7e822e739d711abdc0090277a778c,00.html
I gave you the Thank You thread because it mentions a couple points...follow to the original...and relax !!
Regards,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 08:23 AM
02-11-2003 08:23 AM
Re: Best way to migrate data
If you have access to both 256 and 1024 at the same time, add the new LUNs from the 1024 to the existing volume group. Use pvmove to move each lvol from (256) one physical volume to another (1024) within the VG. After the move, vgreduce to remove the PVs that point to the 256. I haven't tried this with striped disks, but it should work.
- Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 08:24 AM
02-11-2003 08:24 AM
Re: Best way to migrate data
It's really a shame you don't have MirrorDisk/UX. Its worth every penny in situatons like this. In its absence, you can use 'fbackup/frecover' since it supports largefiles, 'uid' values greater than 65K, *and* it will handle sparse files. I suggest:
# cd /olddir || exit 1
# fbackup -i . -f - | (cd /newdir; frecover -Xsrf -)
Obviously, the database cannot be in use.
When the migration is complete, edit your '/etc/fstab' and change the 'newdir' to the 'olddir' mountpoint name while correctly reflecting the physical device of the new filesystem.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 08:27 AM
02-11-2003 08:27 AM
Re: Best way to migrate data
With regard to 'pvmove', it is slow and if it is interrupted for any reason during its existence, the logical volume can be left as "toast".
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 08:31 AM
02-11-2003 08:31 AM
Re: Best way to migrate data
pvmove is the one often mentioned in references, but if you decide not to use the fbackup/frecover then you might want to think about making a connection to the host and adding the disks as a mirror copy. This way the disks will 'sync' up (thus giving you a safer more solid copy) and then you could simply drop the original disk after.
Of course that precludes your vg can handle the increase load of additional disks.
But no matter which way you choose (pvmove, mirror, fbackup/frecover)...read what John Poff says...it will come in handy.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 08:33 AM
02-11-2003 08:33 AM
Re: Best way to migrate data
Sorry....
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 05:09 AM
02-12-2003 05:09 AM
Re: Best way to migrate data
dd if=Raw_source_lv of=Raw_target_lv bs=1024k
This implies a) that you pre-create the entire structure in duplicate on the target XP, and b) that the database/data user is not accessing the source LVOLs/filesystems.
You can then set up various files containing the calls to dd for various filesystems and run the copies in parallel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 12:19 PM
02-12-2003 12:19 PM
Re: Best way to migrate data
Just remember, after the move you might want to export the VGs and re-import them with the same minor number group file, helps a lot if service guard and nfs is involved.
hope this helps...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 12:30 PM
02-12-2003 12:30 PM