- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirror UX
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-29-2005 05:58 AM
09-29-2005 05:58 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 06:02 AM
09-29-2005 06:02 AM
SolutionFor read/write performance Improvment you can Impliment striping (RAID 0 ) , lvcreate command has option to do this ,refer man pages.
Having more number of stripes (disks ) will improve I/O performance .
Thanks,
BL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 06:03 AM
09-29-2005 06:03 AM
Re: Mirror UX
The initial creation of a mirror can take a while and can have some impact on performance, though generally not much.
The impact of doing multiple writes to keep the mirrors in sync will be minimal. The only time I noticed any significant performance degradation was when I was doing some testing of mirroring over a FCIP link simulating going to a remote location.
With regard to read performance, multiple mirrors could actually improve your read time. The read will be done from the mirror with the shortest queue at the time the read is requested.
Hopefully this answers your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 06:07 AM
09-29-2005 06:07 AM
Re: Mirror UX
doc KBRC00015804 can help you.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 06:09 AM
09-29-2005 06:09 AM
Re: Mirror UX
read from multiple copies will be always faster. Writes may add some overhead but not much. Onlything what will effect it max. will be the access to various mirrors.
All the devices should be of same speed/RPM exactly and should be similarly visible to system.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 06:12 AM
09-29-2005 06:12 AM
Re: Mirror UX
There will be some overhead but it will me minimal, certainly compared to the high-availablity you will gain by implementing it.
The biggest overhead you will see is during the initial synchronization of the mirror extents. This is somewhat time-consuming and I/O intensive, of course.
You can control (with tradeoffs) some of this overhead by altering the mirror_write_cache and mirror_consistency attributes during the 'lvcreate' of the mirror. See the manpages for 'lvcreate' for more information.
Regards!
...JRF...
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 06:12 AM
09-29-2005 06:12 AM
Re: Mirror UX
http://h21007.www2.hp.com/dspp/files/unprotected/devresource/Docs/TechPapers/UXPerfCookBook.pdf
"There's a lot of LVM functionality builtin to support High Availability. Options such as
LVM Mirroring (writing multiple times) and the LVM Mirror Write Cache are "antiperformance"
in most cases. Sometimes for read-intensive workloads, mirroring can
improve performance because reads can be satisfied from the fastest disk in the mirror,
but in most cases you should think of LVM as a space management tool â it's not built
for performance. Stephen tells customers "There comes a time when you have to decide
whether you want High Availability or Performance: ya can't have both, but you can make
your HA environment perform better."
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 09:04 PM
09-29-2005 09:04 PM
Re: Mirror UX
1. create a small lvol/filesystem
2. mirror it
3. extend it.
This is a lot quicker than mirroring a large lvol which contains a lot of data.
Mark Syder (like the drink but spelt different)