scsimgr SCSI Management and Diagnostics utility on HP-UX 11i v3 (March 2008)
- The path_fail_secs attribute, is explicitly set for disk0. This is reflected in the current value
of this attribute, which correspond to what has been set through scsimgr.
- disk0 does not match any of the 2 settable attribute scopes added. load_bal_policy and
max_q_depth attributes inherit their default values from the global level.
• disk1:
- Default values of the path_fail_secs and load_bal_policy attributes are inherited from the
settable attribute scope covering devices with pid: ST3360LCB.
- The max_q_depth is not explicitly set for the settable attribute scope covering disk1. So it
inherits its default value from the global level.
• disk2:
- The default value of the max_q_depth attribute is inherited from the settable attribute
scope covering devices with pid: ST39103FC2.
- path_fail_secs and load_bal_policy are not explicitly set at the settable attribute scope
covering disk2. They inherit their default values from the global level.
# scsimgr get_attr -D /dev/rdisk/disk0 -a path_fail_secs -a max_q_depth -a load_bal_policy
SCSI ATTRIBUTES FOR LUN : /dev/rdisk/disk0
name = path_fail_secs
current = 240
default = 120
saved = 240
name = max_q_depth
current = 8
default = 8
saved =
name = load_bal_policy
current = round_robin
default = round_robin
saved =
# scsimgr get_attr -D /dev/rdisk/disk1 -a max_q_depth -a load_bal_policy
SCSI ATTRIBUTES FOR LUN : /dev/rdisk/disk1
name = path_fail_secs
current = 120
default = 160
saved =
name = max_q_depth
current = 8
default = 8
saved =
name = load_bal_policy
current = round_robin
default = least_cmd_load
saved =
# scsimgr get_attr -D /dev/rdisk/disk2 -a max_q_depth -a load_bal_policy
SCSI ATTRIBUTES FOR LUN : /dev/rdisk/disk2
name = path_fail_secs
current = 120
default = 120
saved =
name = max_q_depth
current = 8
25