Measure Reference Manual

group
(G-series and later RVUs) is the group number of the disk to be measured. (The group
number corresponds to the physical enclosure.)
module
(G-series and later RVUs) is the module number of the disk to be measured.
slot
(G-series and later RVUs) is the slot number of the disk to be measured.
scsi-id
(G-series and later RVUs) is the SCSI port identifier of the disk to be measured. Used for
ServerNet/DA and FCSA disks, but not for CLIM disks.
discname-path
applies to FCSA storage disks as well as storage CLIM disks. Valid values for path can
be “-P”, “-B”, “-M” or “-MB” (specifying primary, backup, mirror, mirror-backup,
respectively). If discname-path is specified, values specified for svnet, sac, lun, and partition
are ignored.
sac
is the name of the CLIM.
lun
is the logical unit number assigned to a disk within a CLIM. Measure supports a range of
0 to 65534.
partition
is the number assigned to a partition within a partitioned disk. Only valid for CLIM-attached
disks beginning with H06.23/J06.12 and later RVUs.
NOTE: For a LISTACTIVE command, you must name specific disks to be measured; a wildcard
(*) cannot be used.
NOTE: The aggregate performance of a partitioned physical disk cannot be obtained by the
LISTACTIVE DISC command and its API equivalents. By design, the LISTACTIVE command can only
access a single entity and a partitioned disk is represented by multiple entities.
Examples
FCSA disk: + LISTACTIVE DISC $SYSTEM (0,X,110,3,1)
+ LISTACTIVE DISC $SYSTEM (0,X,110,3,1,101)
Path option: + LISTACTIVE DISC $SYSTEM-P (0)
CLIM partitioned disk: + LISTACTIVE DISC $DATA (0,X,C1002531,208,3)
CLIM unpartitioned disk: + LISTACTIVE DISC $SYSTEM (0,X,C1002531,201)
FILE
LISTACTIVE [ FILE ] [ file-spec [ , listactive-spec ]
file-spec
identifies the file to measure, specified as:
filename ( cpu, pin, filenum )
filename
is the name of the file.
cpu, pin
is the PID of the opener.
filenum
is the file number of the opener (in the range 0 through 255).
LISTACTIVE entity-type 91