- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Does LVM load balance on alternate paths?
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-2000 04:12 PM
10-31-2000 04:12 PM
way to enable load balancing amoung multiple
paths to the same disk. I'm pretty sure that in a SUN environment, LVM does do I/O load balancing when there are mutilple paths to a single target. By default that doesn't appear to happen in HP-UX (11.00), but I was wondering if there's a way to enable this feature with HP-UX. thanks!
bill.shaw@hds.com
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 04:32 PM
10-31-2000 04:32 PM
Re: Does LVM load balance on alternate paths?
See this URL on the AutoRAID product. It does exactly what you want.
http://www.hp.com/cposupport/information_storage/support_doc/lpg75004.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 04:38 PM
10-31-2000 04:38 PM
SolutionCheck out this thread
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x54d7f841489fd4118fef0090279cd0f9,00.html
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 04:57 PM
10-31-2000 04:57 PM
Re: Does LVM load balance on alternate paths?
Anyway thanks again,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2000 08:59 AM
11-01-2000 08:59 AM
Re: Does LVM load balance on alternate paths?
The AutoRAID could be what you're after if u set it up right.
A not too publisiced way, but still supported, is to stripe down the 2 controllers. For every volume group u create you use 2 LUNs. E.g. If you want 10GB, u would create lun 0 and lun 1 each at 5GB, an example ioscan would show you c5t2d0, c5t2d1, c6t3d0, c6t3d1. Create your vg using c5t2d0 & c6t3d1, vgextend it to include the alternate paths. When you create your logical volumes use:
lvcreate -i2 -I64 -L 10000 -n lveg /dev/vgeg
This tells it to stripe your logical volume across the 2 luns so it sends 64k chunks down each controller to your logical volume.
You can check it by doing an lvdisplay of the lv and it'll show you it striped across the 2 luns.
Of course you will need to backup your data first.
The AutoRAID takes the mgnt overhead from u and if setup correctly it can be very performant.
Hope this helps, Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2000 02:20 PM
11-01-2000 02:20 PM
Re: Does LVM load balance on alternate paths?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2000 02:37 PM
11-01-2000 02:37 PM
Re: Does LVM load balance on alternate paths?
The way to load balance is to use extent based striping across your interfaces to different LUNs.
For example, each mount point/file system for my Oracle database uses 4 Open-8 LUNs. When I created the logical volumes I used the "-D y" option with a physical volume group which includes those 4 LUNs. The first extent is created on the first LUN on the first interface. The next extent on the next LUN and interface and so on, in a round robin style. I/O is then balanced very well across the 4 interfaces.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2000 03:37 PM
11-21-2000 03:37 PM
Re: Does LVM load balance on alternate paths?
Brenda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2000 04:12 PM
11-21-2000 04:12 PM
Re: Does LVM load balance on alternate paths?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2001 02:22 PM
01-17-2001 02:22 PM
Re: Does LVM load balance on alternate paths?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2001 11:27 PM
08-07-2001 11:27 PM
Re: Does LVM load balance on alternate paths?
You can use PVGs and Mirroring to get the load balancing and protect from single point failure.
Unfortunately the LVM does not provide the load balancing.
Create PVGs with disks from same controller and mirror them across to other PVG which is created on different controller. The disks in the PVGs will be stripped and also be mirroed using LVM.. If you use LVM stripping, you can not do mirroring.
so when you do write, it will be get written on both controllers and also all the disks ( since they are stripped)
I have been following this method and the performance and data protection is really working fine.
Hope this helps,
Manju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2001 01:14 AM
08-08-2001 01:14 AM
Re: Does LVM load balance on alternate paths?
Powerpath is for EMC, not HP's XP256/512's. The equivalent is using Veritas Volume Manager (instead of LVM). This does load balancing across alternate links (pvlinks). Works great.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2001 07:00 PM
08-08-2001 07:00 PM
Re: Does LVM load balance on alternate paths?
This information is available at http://www.docs.hp.com//hpux/onlinedocs/B7961-90017/00/00/11-con.html
Hope this helps!
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 07:07 AM
08-20-2001 07:07 AM
Re: Does LVM load balance on alternate paths?
Just a thought
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 07:32 AM
08-20-2001 07:32 AM
Re: Does LVM load balance on alternate paths?
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2001 01:20 AM
08-21-2001 01:20 AM
Re: Does LVM load balance on alternate paths?
http://www.hp.com/products1/storage/disk_arrays/infolibrary/auto_path.pdf
Cheers,
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2001 05:50 AM
08-21-2001 05:50 AM
Re: Does LVM load balance on alternate paths?
The way we do it with our XP512 is to always use an even number of LDEV's to a volume group and use LVM striping when defining the lvols to balance the load accross controllers.