- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Which way does the mirror sync?
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
09-11-2007 03:36 AM
09-11-2007 03:36 AM
Which way does the mirror sync?
Can anyone clarify this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 03:42 AM
09-11-2007 03:42 AM
Re: Which way does the mirror sync?
"Restore the mirror following the replacement procedure (handle the "old" disk like a replacement disk)."
here?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1159776
You need to make the disk bootable. LVM sync based on timestamps - your "alternate" to the "primary" or better to say the disk you booted from to the disk you inserted later.
A helpful documenation:
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 03:44 AM
09-11-2007 03:44 AM
Re: Which way does the mirror sync?
What you do if you want to go back is boot the system off one disk, the alternate mirror.
Then plug in the disk that has been messed with and the sync will go from the disk booted from to the second disk, which used to be the primary.
My experience is the sync assumes the disk you booted from is the source and any other disks in the mirror set are the destination. I don't see how it could work any other way.
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
09-11-2007 03:46 AM
09-11-2007 03:46 AM
Re: Which way does the mirror sync?
So you could verify which way it's going by using "lvdisplay -v" to see which disk has stale extents: those will be replaced with "good" data from the other disk.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 03:50 AM
09-11-2007 03:50 AM
Re: Which way does the mirror sync?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 03:50 AM
09-11-2007 03:50 AM
Re: Which way does the mirror sync?
You can verify the direction by examining a logical volume with stale extents.
# vgdisplay -v vg00
...note a logical volume(s) with stale extents in the "LV Status" linw. Then:
# lvdisplay -v /dev/vg00/lvolN
...and note which physical path shows stale extents.
Regards!
...JRF...