- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- setting the queue_depth
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
11-08-2012 02:23 PM
11-08-2012 02:23 PM
setting the queue_depth
Hi,
I have a disk in the server1. This disk is a lun from a storage array. The device in the server1 is c10t1d5.
I set the queue_depth in this disk by executing the command:
scsictl -m queue_depth=32 /dev/rdsk/c24t0d1
I proved the change command with:
scsictl -m queue_depth c24t0d1
queue_depth = 32
Later, I present the same disk to a server2. In this case the device is c24t0d1
That means that the same disk is presented to two servers.
But, when I verify the queue_depth in the server2, I see the default queue_depth = 8
Why is this behavior ?
Thanks in advance
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2012 02:40 PM
11-08-2012 02:40 PM
Re: setting the queue_depth
Also, I realize that this configuration is not persistent after reboot
I use hp-ux 11i v1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2012 01:26 AM
11-09-2012 01:26 AM
Re: setting the queue_depth
The queue depth is not the property of the disk/LUN, but of the server/HBA that is accessing it.
- Tags:
- HBA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2012 08:13 AM
11-19-2012 08:13 AM
Re: setting the queue_depth
Matti,
The queue depth can setting for each disk using the command scsictl -m
I have tested and verified that these settings are stored in the operating system kernel.
So, when you import the disc on another system, this configuration is lost.
regards,
Roger
- Tags:
- scsictl