Measure Reference Manual

OPDISK^DESC
is the descriptor for OPDISK entities on systems running D-series RVUs.
Struct Opdisk^desc (*)
Begin
Int Type; ! Entity type
Int Len; ! Byte length of this record
Int CPU^number;
Int Ctl; ! Controller number
Int Unit; ! Unit number
Int Device^name[0:11];
Int Volume^name[0:11];
Int Channel; ! Channel number
End;
type
INT:value:1
is the literal OPDISK^T or the numeric identifier 17.
A positive type value includes the specified entities in the measurement configuration. A
negative type value excludes the specified entities from measurement. For an example, see
Specifying Entity Descriptors (page 376).
len
INT:value:1
is the length in bytes of this descriptor.
cpu^number
INT:value:1
is the number of the CPU on which the optical disk is configured. Use the literal -1 to indicate
all CPUs.
ctl
INT:value:1
is the controller number of the optical disk to be measured (0 through 31). Use the literal -1 to
indicate all controllers.
unit
INT:value:1
is the unit number of the optical disk to be measured. Use the literal -1 to indicate all units.
device^name
INT:value:12
is the device name of the optical disk to be measured. The name must be left-justified and
blank-filled. It must start with a dollar sign ($) followed by a device name in internal format.
Use a dollar sign followed by an asterisk ($*) to indicate all devices.
volume^name
INT:value:12
is the name of the optical disk volume to be measured.
channel-num
INT:value:1
is the channel number of the optical disk to be measured.
OPDISK^DESC 473