Measure Reference Manual

SVNET^DESC
is the descriptor for SERVERNET entities on systems running G-series and later RVUs.
Struct SvNet^desc (*) -- ServerNET descriptor structure
BEGIN
Int Type; -- controller entity type
Int Len; -- byte length of the descriptor
Int CPU^number; -- CPU number
Int Ctrl^type; -- controller type
Struct GMS;
Begin
Int(32) Group; -- Group number
Int(32) Module; -- Module number
Int(32) Remote^Cluster = Module; -- SuperCluster number
Int(32) Slot; -- Slot number
End;
Int(32) Subdevice; -- controller type
Int(32) Remote^CPU = Subdevice; -- IPC, RIPC destination CPU
Struct PF = Subdevice;
Begin
Int Port; -- port number (for CLIM)
Int Fiber; -- fiber number (for CLIM)
End;
Int(32) Node^class; -- controller type
Int Config^name[0:31]; -- OSCONFIG name for adaptor, or SAC
String Config^name^s[0:63] = Config^name;
End;
type
INT:value:1
is the literal value SVNET^T or the numeric identifier 18.
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. len is 28 for an SVNET^DESC descriptor that does
not include the configuration name or 92 for an SVNET^DESC descriptor that includes the
configuration name.
cpu^number
INT:value:1
is the number of the CPU on which the SAC to be measured is configured. To indicate all CPUs,
use the literal -1.
ctrl^type
INT:value:1
is the HP product number for this SAC type. Use the literal -1 to indicate all SAC types. For
information about the product number, see the documentation specific to each controller.
GMS
is the physical location address (group, module, slot) of the SAC to be measured. The GMS
structure consists of these fields:
group
INT(32):value:1
is the group number. (The group corresponds to the physical enclosure.) To indicate all
groups, use the literal -1.
486 Entity Descriptors