- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- scsi max q depth value
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
09-21-2015 06:36 AM
09-21-2015 06:36 AM
scsi max q depth value
Hi
When I run scsimgr get_attr -D /dev/rdisk/disk##
I could see the max_q_depth paramater is set to 8.
OS version : hpux 11 iv3
disk type : Virtual scsi disk
storage :3par
both vsp and guest has set a value of 8.
so which means 8 I/O process can be queued to that disk.
1.How this value is measured is it in 8 KB, 8MB, 8GB
2.to increae the value what are all the others details I have to check.HOw can i calculate the larger value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-21-2015 12:53 PM
09-21-2015 12:53 PM
Re: scsi max q depth value
The max_q_depth is the number of requests that can be queued up at the same time. 8 is fairly low for modern disk arrays. You could try setting it to 64 or even 128 but a lot depends on how the array handles large queues.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-22-2015 06:24 AM
09-22-2015 06:24 AM
Re: scsi max q depth value
HI
In other server I could see that max-q-depth value is set to 32.
name = max_q_depth
current = 32
default = 32
saved =
By defult I could see the value is set to 32.
I could change it using set_attr and save_attr to higher values but I need to know how the default value is set to 32.
Is it default value set from Storage End or OS end ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-22-2015 07:55 AM - edited 09-22-2015 07:56 AM
09-22-2015 07:55 AM - edited 09-22-2015 07:56 AM
Re: scsi max q depth value
The default value is reported from the driver, but there seems to be a connection from the driver to storage that can change the default. Here is a way to see all the current values:
# scsimgr -p get_attr all_lun -a device_file -a max_q_depth
/dev/rchgr/autoch1:1
/dev/pt/pt1:1
/dev/rdisk/disk16:8
/dev/rdisk/disk20:8
/dev/rdisk/disk7:8
/dev/rdisk/disk41:8
/dev/rdisk/disk11:8
/dev/rdisk/disk9:1
/dev/rtape/tape2_BEST:1
/dev/rdisk/disk12:1
/dev/rtape/tape4_BEST:1
Bill Hassell, sysadmin
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP