scsimgr SCSI Management and Diagnostics utility on HP-UX 11i v3 (March 2008)
# scsimgr get_attr -a leg_mpath_enable
SCSI GLOBAL ATTRIBUTES:
name = leg_mpath_enable
current = true
default = true
saved =
# scsimgr get_attr -D /dev/rdisk/disk100 -a state -a leg_mpath_enable
SCSI ATTRIBUTES FOR LUN : /dev/rdisk/disk100
name = state
current = UNOPEN
default =
saved =
name = leg_mpath_enable
current = true
default = true
saved =
# scsimgr get_attr -D /dev/rdisk/disk101 -a state -a leg_mpath_enable
SCSI ATTRIBUTES FOR LUN : /dev/rdisk/disk101
name = state
current = UNOPEN
default =
saved =
name = leg_mpath_enable
current = true
default = true
saved =
Inheritance of value of attribute changed at a global level when the attribute can be
set at a global or specific object instance
You can change leg_mpath_enable at a global level by running the following command.
# scsimgr set_attr -a leg_mpath_enable=false
Value of attribute leg_mpath_enable set successfully
You can display the value of leg_mpath_enable at global level, and for disk100 and disk101
# scsimgr get_attr -a leg_mpath_enable
SCSI GLOBAL ATTRIBUTES:
name = leg_mpath_enable
current = false
default = true
saved =
# scsimgr get_attr –D /dev/disk/disk100 -a leg_mpath_enable
SCSI ATTRIBUTES FOR LUN : /dev/rdisk/disk101
name = leg_mpath_enable
current = true
default = false
saved =
18