- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX LVM Change allocation policy
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
04-23-2009 10:59 AM
04-23-2009 10:59 AM
HP-UX LVM Change allocation policy
I would like to know how I/O performace in an HP-UX system could be affected if the allocation policy in a VG is changed from distributed to not distributed, with all the LUNs provided by SAN.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 11:06 AM
04-23-2009 11:06 AM
Re: HP-UX LVM Change allocation policy
the man page says:
"When the distributed allocation policy is turned on, only one free extent is allocated from the first available physical volume. The next free extent is allocated from the next available physical volume. Allocation of free extents proceeds in round-robin order on the list of available physical volumes.
When the distributed allocation policy is turned off, all available free extents are allocated from each available physical volume before proceeding to the next available physical volume."
Now there are a lot of questions, like
- what is your "SAN"?
- why do you want to change this?
- want do you want to do after the change?
As long as you don't modify your VG config, nothing will happen.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 11:15 AM
04-23-2009 11:15 AM
Re: HP-UX LVM Change allocation policy
You'll probably need to measure --- your milage may vary.
You don't offer the SAN type nor the LVM layout details you now use, nor for that matter the kind of access you do (sequential or random I/O). SANs provide data cacheing and can store data in various RAID formats.
Empirical measurements will probably offer you the best advice for your environment.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 11:44 AM
04-23-2009 11:44 AM
Re: HP-UX LVM Change allocation policy
Next to me is a XP24k disk array and an old L-class server. The array will only laugh about the traffic my good old server is producing.
The server is just about to glow, but this is almost not even noticeable on the array.
So I don't need to think about to optimize on the array side ... ;-)
What I can do is to stripe across different PVs to utilize both FC HBAs at the same time - but as said before, performance depends on so many different things.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2009 05:04 AM
11-20-2009 05:04 AM
Re: HP-UX LVM Change allocation policy
I acutally found a big differnce between distributed and non distributed:
We have two HPVM Guest System on the same hardware one distributed and one not. Creating a tablespace of 20GB needs 5 minutes on the distributed onw and over 8 minutes on the other one! We have a FAS3170 from NetApp as SAN. I think NetApp distributes a LUN always quasi optimal on its disks. So I guess looking from the disks you can't decide whether the data is accessed via distributed LVM layout or not.
I think HPUX have also a limitation how much IOs are allowed on one LUN