- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how many PVLINKS in a VG?
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
01-31-2002 06:16 AM
01-31-2002 06:16 AM
how many PVLINKS in a VG?
env: HP-UX 11i, the server has
a bunch of disks and each disk has 4 paths to the host(for PVLINKS and manual load balancing across HBA's)
1. Is it non-functional/pointless to have more than just one PVLINK in a VG?? I mean the rest of the 2 in this case are useless in times of failure??
2. How does HP-UX handle, if the primary failed, then the 1st PVLINK it tried also
failed, would it then go and try on the 2nd and 3rd or just stop and error out
after the 1st PVLINK?
thanks in advance
jitu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 06:26 AM
01-31-2002 06:26 AM
Re: how many PVLINKS in a VG?
With the default -S autoswitchback setting, LVM would keep on
polling the primary until it returned and switch back. With -S n it would stay on the first alternate. Should the primary and first
alternate both fail then the second alternate would be used. Because the decision on link ordering is based upon the order of the PV names in the lvmtab file, then on reboot or full re-activation the ordering will be reinstated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 06:45 AM
01-31-2002 06:45 AM
Re: how many PVLINKS in a VG?
Did you just start adminstrating this machine?
If this is a new machine for you it may be possible you are running an application from EMC called powerpath. Are you connected to an EMC frame?
If you are running powerpath you protected against hardware failures but you also get performance bust. Powerpath wiill pick an alternate path if on bus is busy it actually balances I/O accross channels.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 06:56 AM
01-31-2002 06:56 AM
Re: how many PVLINKS in a VG?
Have a look at the man pages (at 11.x) for 'pvchange', in particular, the 'autoswitch' option.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 06:57 AM
01-31-2002 06:57 AM
Re: how many PVLINKS in a VG?
<<1. Is it non-functional/pointless to have more than just one PVLINK in a VG?? I mean the rest of the 2 in this case are useless in times of failure??>>
I use all the available PV links in the VG configuration. It doesn't hurt to use all that you got. Pointless?? I wouldnt think so. I have seen odd instances where the third PVlink was used when the first two failed/switched over. It also depends on the number of Fibre
cards going out of your system; If you are using EMC, each link could be going through different switches. In that case, you would definitely be better off using every link.
So to make it simple, always configure all the pv links.
<<2. How does HP-UX handle, if the primary failed, then the 1st PVLINK it tried also
failed, would it then go and try on the 2nd and 3rd or just stop and error out
after the 1st PVLINK?>>
Yes, hp-ux will try all the pv links.
And as somebody mentioned, if you use EMC disks, they have a product called powerpath which will do the pv link switching dynamically to loadbalance. You wouldnt need to configure the alternates in this case.
ANother point, to get better load balancing,
use the
HTH
raj