Measure Reference Manual

lun
INT:value:1
is the logical unit number (lun) assigned to a disk within a CLIM that is to be measured.
Not used for non-CLIM devices. Use the literal -1 to indicate all luns.
partition
INT:value:1
(H06.23/J06.12 and later RVUs) is the partition number assigned to a partition within a
partitioned disk. Not used for non-CLIM devices or non-partitioned CLIMs. Valid only with
DISC entity.
target^id
INT:value:1
is the SCSI port identifier of a non-CLIM device to be measured. Not used by CLIM devices.
Use the literal -1 to indicate all SCSI ports.
config^name
INT:value:32
is the configuration name of the device, as defined by the system configuration database.
config^name can also be the configuration name of either a single ServerNet addressable
controller (SAC) or an adapter that contains several ServerNet addressable controllers. In this
case, the specification includes all devices of the requested type that are supported by that
SAC or adapter.
config^name must be null-terminated and null-filled. An asterisk in the first byte indicates all
configuration names (this can be set with config^name^s := "*").
To save space in the configuration table, omit config^name from the DEVICE^CLIM^DESC
structure. You must set the descriptor length (len) to reflect whether you are using config^name
because Measure uses the descriptor length to determine the start of the next descriptor in the
configuration table. To not use config^name, set len to 52 and move only the first 52 bytes
of the descriptor to the configuration table. To include config^name, set len to 116 and
move the entire descriptor to the configuration table.
config^name^s
is the string representation of the configuration name of the device.
DEVICE^SVNET^DESC
is the descriptor for DEVICE or DISC entities connected to a system running G-series and later RVUs
by ServerNet.
The DEVICE^SVNET^DESC descriptor should not be used for SCSI devices. To measure SCSI
devices, such as those connected by a ServerNet/DA or FCSA, use the DEVICE^SVNET^DESC^G05
descriptor, which includes a field to identify the SCSI port of the device being measured.
Struct Device^SvNet^desc (*)
Begin
Int Type; ! Entity type
Int Len; ! Byte length of this record
Int CPU^number;
Int ServerNET;
Struct GMS;
Begin
Int(32) Group; ! Group number
Int(32) Module; ! Module number
Int(32) Slot; ! Slot number
End;
Int Device^name[0:11];
Int Config^name[0:31]; ! OSCONFIG name for drive, adaptor, or SAC
DEVICE^SVNET^DESC 459