- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Queue-depth recommendations
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-12-2017 10:06 AM
тАО06-12-2017 10:06 AM
By default the queue_depth value on HPUX is 8, and I am planning on changing to 16. What is the recommendation and is there a limit to add number of luns to the volume group when we change to 16. Please suggest!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2017 03:52 PM - edited тАО06-12-2017 03:54 PM
тАО06-12-2017 03:52 PM - edited тАО06-12-2017 03:54 PM
SolutionThe number of luns is not limited by the queue_depth. For version 1.0 LVM layout, 255 luns (PVs) can be specified. For HP-UX 11.31, version 2 is available. For 2.0 and 2.1, the limit is 511 and for 2.2, there can be 2047 luns. Here are the limits:
The queue depth is below the LVM layer. There are no simple rules to estimate performance benefits. To start with, the simplest setup (one CPU, one path to JBOD disks and one program) will see no benefit since no queue can be generated. Every disk I/O must return to the program before the next I/O can be processed.
But for a multipath storage array, multiple CPUs and dozens of programs initiating I/O in parallel, the queue depth can be used to improve performance but only to a point. A slow processor speed, and/or slow disk array speeds will hit internal limits for handling large queue depths. For new CPUs such as the Integrity i2, i4 and i6 plus a Smart Array controller, qdepths might be set to 128 or higher as long as you have multiple paths available to your storage. If your (unspecified) OS version can load balance, higher queue depths can improve performance. The best measurement tools are sar and Glance plus a repeatable work load to evaluate qdepth settings. Note that fine tuning disk array setups will also provide some help.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2017 06:26 AM
тАО06-13-2017 06:26 AM
Re: Queue-depth recommendations
Thank you very much! It really helped, Bill