Measure Reference Manual

config^name
INT:value:32
is the configuration name of the disk or 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 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.
To save space in the configuration table, you can omit config^name from the
DEVICE^SVNET^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 44
and move only the first 44 bytes of the descriptor to the configuration table. To include
config^name, set len to 108 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^G05
is the descriptor for DEVICE or DISC entities connected to a system running G-series and later RVUs
by a SCSI connection, such as a Servernet/DA or FCSA. DEVICE^SVNET^DESC^G05 includes
a field for a SCSI port identifier, which is necessary to uniquely identify SCSI devices. You can
use DEVICE^SVNET^DESC or DEVICE^SVNET^DESC^G05 to describe other non-SCSI NonStop
S-series devices.
Struct Device^SvNet^Desc^G05 (*)
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];
Fixed SCSI^Id;
Int Config^name[0:31]; ! OSCONFIG name for drive,adaptor,or SAC
String Config^name^s[0:63] = Config^name;
End;
type
INT:value:1
is one of:
Numeric IdentifierLiteralEntity Type
7DISC^TDISC
8IODEV^TDEVICE
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).
DEVICE^SVNET^DESC^G05 461