- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirror write cache and consistency
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
10-31-2001 09:07 AM
10-31-2001 09:07 AM
Thanks
Brian
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 09:19 AM
10-31-2001 09:19 AM
Re: Mirror write cache and consistency
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 09:22 AM
10-31-2001 09:22 AM
Re: Mirror write cache and consistency
An excellent document discussing this is #KBAN00000180 from the Technical Knowledge Base (attached). You can also find some information in the man pages for 'lvcreate' and 'lvchange'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 09:22 AM
10-31-2001 09:22 AM
Re: Mirror write cache and consistency
Do you know why? and how to turn them off. Are they *on* by default.
Thanks
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 09:23 AM
10-31-2001 09:23 AM
Solutionlvchange command can take care of this...
man page says..
-c mirror_consistency Set mirror consistency recovery. This option is effective only when -M n is specified or previously set mirror_consistency can have one of the
following values:
y Set mirror consistency recovery on.
LVM achieves mirror consistency
during volume group activation by
going through all logical extents
and copying data from a nonstale
copy to other mirror copies
n Set mirror consistency recovery off. LVM does not perform mirror consistency recovery on this logical volume when the volume group is activated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 09:31 AM
10-31-2001 09:31 AM
Re: Mirror write cache and consistency
With regard to your swap-related question:
Knowledge Base document #KBRC00008230 notes, "It is optional to turn off mirror write cache and mirror consistency recovery
for primary swap when mirrored. The drawback to leaving these options on is the added overhead for the mechanisms that insure a mirror is right. Other than the added overhead, leaving these options on should not cause any problems with the functionality of primary swap or primary swap when it is used as a dump device."
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 09:33 AM
10-31-2001 09:33 AM
Re: Mirror write cache and consistency
Mirror Write Cache is a way to make sure that a "write" is ONLY committed if all mirrored copies are successfully made.
Mirror Consistency Recovery, is a mechanism by which a mirror is checked when an unexpected shutdown is performed.
It is optional to turn off MWC & MCR for primary swap when mirrored. The only disadvantage of leaving them ON is that you have to live with the aditional overhead for making sure a mirror is right.
Other than that leaving them ON is not a problem.