# scsimgr get_attr -N "/escsi/esdisk" -a max_q_depth
SCSI ATTRIBUTES FOR SETTABLE ATTRIBUTE SCOPE : "/escsi/esdisk"
name = max_q_depth
current = 8
default = 8
saved =
Check current values of individual LUNs:
# scsimgr get_attr all_lun -a max_q_depth
Set and save the new value on driver level:
# scsimgr set_attr -N "/escsi/esdisk" -a max_q_depth=20
Value of attribute max_q_depth set successfully
# scsimgr save_attr -N "/escsi/esdisk" -a max_q_depth=20
Value of attribute max_q_depth saved successfully
Check the setting again:
# scsimgr get_attr -N "/escsi/esdisk" -a max_q_depth
SCSI ATTRIBUTES FOR SETTABLE ATTRIBUTE SCOPE : "/escsi/esdisk"
name = max_q_depth
current = 20
default = 8
saved = 20
I have taken the step to move all my repositories from Github to my own self-hosted git service at git.kudos.be.
The move is a logical consequence of the ev...
Over the last couple of years I have made some small and not so small improvements to the LVM scripts for HP-UX. Most notably additional options/toggles were...
Leave a comment