- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Channels distribution
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-23-2001 05:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 06:05 AM
10-23-2001 06:05 AM
Re: Channels distribution
Unless you install PowerPath sofware, first way will use only one card.
On second all access is 'striped' over 4 cards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 06:24 AM
10-23-2001 06:24 AM
Re: Channels distribution
Put all of the disks into one VG, then stripe your LV's across all of the disks in the single VG. Also, using a product like PowerPath might also sound very reasonable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 06:29 AM
10-23-2001 06:29 AM
Re: Channels distribution
Also pay attention to the localization of your hypervolumes on the backend of the Symmetrix, unsure that they are not under the same disk director.
Regards,
Andr??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 06:37 AM
10-23-2001 06:37 AM
Re: Channels distribution
thanks for your replay .
Yes, first way will use only one card, but it's just for the VolumeGroup vgsap1. For the VolumeGroup vgsap2 will use another card, and so on (I've got 20 VGs).
So, is it better to arrange each card for each VGs (first way) or arrange each card inside each VGs (second way)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 06:39 AM
10-23-2001 06:39 AM
Re: Channels distribution
First, LVM does *not* load balance between alternate (pv) links. The primary path is used unless it fails, in which case the alternate link takes over. If you are using Veritas Volume Manager, then load-balancing does occur.
Assuming you are using LVM, I'd build my volume groups such that at least two, and no more, channels service each disk in a volume group.
Regards!
...JRF...
first allocate channels as the primary links to the greatest number of I'd setup paths so that you always have access to any physical disk by a least two paths. Then, I'd apportion channels to balance the four channels among the greatest number of physical volumes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 06:41 AM
10-23-2001 06:41 AM
Re: Channels distribution
Sorry, my post should read as follows, disregarding the verbiage after my signiture!:
First, LVM does *not* load balance between alternate (pv) links. The primary path is used unless it fails, in which case the alternate link takes over. If you are using Veritas Volume Manager, then load-balancing does occur.
Assuming you are using LVM, I'd build my volume groups such that at least two, and no more, channels service each disk in a volume group.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 06:59 AM
10-23-2001 06:59 AM
Re: Channels distribution
I still prefer the second way, despite the load on the VG's, they will always be balanced through the stripes=pv-links.
Andr??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 08:35 AM
10-23-2001 08:35 AM
Re: Channels distribution
Andr??, I get four disks for each VG because those disks have a different Disk Directors each one. So I do stripe between them. Am I doing this correctly?
Harry, why having 20 VG's/LV's increases my overhead?
James, I agree with you. LVM does not load balance between alternate pvlinks, but I think you can use different primary path on different disks, and then, do a manual balance. Am I wrong? Why do you say that you'd build your volume groups such that at least two, and no more, channels service each disk in a volume group?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 11:52 AM
10-23-2001 11:52 AM
SolutionIn your environment, you have 80 disks, with groups of 4 belonging to a VG/LV. If you were to create fewer VG's, you could stripe across more disks. As an example, lets say one VG. That would mean that every disk would have 100 extents per LV (assuming 4mb PE's), so that no more than 400mb per disk per LV.
Of course any way you do it, without something like powerpath, you will have to manually do the alternate pathing. Not usually a big deal, especially if you know how to cut/paste and write scripts.
harry
live free or die
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 03:22 PM
10-23-2001 03:22 PM
Re: Channels distribution
I was needlessly confusing in my first reply. By all means choose your second scheme. Not only does it offer high-availability should any primary channel fail, but it balances channel utilization too.
I also agree with Harry. Reducing the overall number of volume groups and increasing the number of physical disk in each allows any given logical volume to be stripped across more disks, potentially further improving performance.
Regards!
...JRF...