- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mirroring and alternate links
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
03-02-2004 03:36 AM
03-02-2004 03:36 AM
mirroring and alternate links
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 03:41 AM
03-02-2004 03:41 AM
Re: mirroring and alternate links
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 03:41 AM
03-02-2004 03:41 AM
Re: mirroring and alternate links
ABSOLUTELY NO DOUBT - use the second path. You'll eliminate three more SPOFs - the HBA, the switch/array I/F & the fibre(s). But I assume you mean a second channel to *another* LUN - correct?
The alt link is used - somewhat - for read performance i.e. the LUN with the smallext queue will get the next request. Of course all writes are doubled up.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 03:41 AM
03-02-2004 03:41 AM
Re: mirroring and alternate links
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 03:53 AM
03-02-2004 03:53 AM
Re: mirroring and alternate links
LVM knows to use alternate path only when the primary path fails. So, unless you specify the alternate path explicitly for the mirror, it will continue to use the primary path. The following would be my configuration. Say c2t0d0 and c2t0d1 is mirror pair and the corresponding alternate paths are c4t0d0 and c4t0d1, then I would make sure my lvmtab reflects the following order.
c2t0d0
c4t0d1
c4t0d0
c2t0d1
This way both performance and the availability are covered. If you already added the disks, you can achieve the above configuration by successive vgreduce and vgextend commands.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 04:00 AM
03-02-2004 04:00 AM
Re: mirroring and alternate links
The *mirror* pair is used - somewhat - for read performance i.e. the LUN/disk with the smallest queue will get the next request. Of course all writes are doubled up.
The alt link is only used at failure.
And we certainly also do "poor man's load balancing" by alternating link order through the LUNs in the VG. It's not as effective as a product like PowerPath, but under heavy load - you can certainly see the benefit.
Cheers,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 04:26 AM
03-02-2004 04:26 AM
Re: mirroring and alternate links
Especially for large LUNS....
Then, if you don't have a tool like Powerpath, you can manually load balance your disks with alternate links...
IE - put 50% through one HBA and 50% through the other.
Rgds...Geoff