- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: multiple 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
11-05-2002 07:09 AM
11-05-2002 07:09 AM
We currently have volume groups that have a primary path and an alternate link.
Due to some configuration changes we are going to have a primary link and three alternate paths.
Will hpux and software support these alternate paths, and how does it go through and decide which alternate to use.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 07:06 AM
11-05-2002 07:06 AM
Re: multiple alternate links
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 07:11 AM
11-05-2002 07:11 AM
SolutionHTH,
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 07:16 AM
11-05-2002 07:16 AM
Re: multiple alternate links
--Physical Volumes---
PV Name /dev/dsk/c0t0d0
PV Name /dev/dsk/c7t0d0 Alternate Link
PV Name ......
PV Name ......
in that order that you see.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 07:18 AM
11-05-2002 07:18 AM
Re: multiple alternate links
LVM utilizes the primary link only. No load-balancing with an alternate(s) occurs. Secondary (or tertiary) links exist only for fail-over. The primary link is nothing more than the first physical path to a device as defined in '/etc/lvmtab'.
To exchange a primary for a secondary link, 'vgreduce' the primary and 'vgextend' the *same* link back into the volume group.
While LVM does not load balance, you can and should allocate multiple links to different controllers. In this fashion a group or array of disks can be serviced by multiple controllers (paths) thereby improving throughput. To a particular disk, only one pv-link is active as indicated.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 03:04 PM
11-06-2002 03:04 PM
Re: multiple alternate links
We can also use "pvchange" to switch the primary and alternate paths online ..no need to vgreduce and vgextend
Enjoy,
Rajesh