- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mirroring to copy 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
05-26-2006 06:23 AM
05-26-2006 06:23 AM
We are moving all of our data from a Hitachi to a Shark. I plan on simply using lv mirroring. When the mirroring is complete, then I want to remove the hitachi from the lv and then work from the Shark. My question is, how can I tell when the mirroring is complete? I also ask this because we need to establish some benchmarks so we know roughly how long each lv will take on all our systems.
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2006 06:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2006 06:32 AM
05-26-2006 06:32 AM
Re: Mirroring to copy data
You can also keep an eye on the progress by doing an 'lvdisplay -v /dev/vg??/lvol?' and looking at the number of extents that are 'stale'. When there are no more stale extents, the mirroring is complete.
To establish a time you could utilize 'timex' along with lvextend.
# timex lvextend -m 1 /dev/vg??/lvol1 /dev/dks/c?t?d?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2006 06:51 AM
05-26-2006 06:51 AM
Re: Mirroring to copy data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2006 12:38 PM
05-26-2006 12:38 PM
Re: Mirroring to copy data
dd if=/dev/vgXX/rlvolYY of=/dev/vgVV/rlvolZZ bs=512k
and compare the time. dd is very fast but read/writes every block regardless of whether there are any files in a particular block. Disk mirroring also mirrors everything but is extremely careful to lock the source extent, read it, write it, check the result and then release the lock. The reason for all this paranoia is that lvextend mirroring can take place on an active volume.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 03:49 PM
05-27-2006 03:49 PM