SNMP Configuration and Management Manual

Host Resources Subagent
SNMP Configuration and Management Manual424777-006
11-105
Data Definitions
Data Definitions
Because they are standard events, most of the tokens, structures, and values
appearing in ZHRM events are defined in the ZSPI and ZEMS data definition files
ZSPIDDL and ZEMSDDL and their associated language-specific files. Data elements
defined by the Host Resources Subagent are in the file ZHRMDDL and associated
language-specific files:
The complete set of SPI definition files is usually located in the ZSPIDEF subvolume of
the Guardian operating system installation volume. See the SPI Programming Manual
for information on the ZSPI data definitions and data definition files in general. See the
EMS Manual for information on ZEMS data definitions.
Subsystem ID
The subsystem ID that the Host Resources Subagent uses to identify itself as the
source of event messages is:
Tokens in ZHRM Event Messages
This subsection lists the tokens that the subagent includes in the event messages it
generates.
ZHRMDDL Data Definition Language (DDL) definitions from which the language-
specific definitions are derived
ZHRMC Definitions for C programs
ZHRMCOB Definitions for COBOL programs
ZHRMPAS Definitions for Pascal programs
ZHRMTACL Definitions for TACL programs
ZHRMTAL Definitions for TAL programs
CONSTANT ZHRM-VAL-VERSION VALUE VERSION "D21".
CONSTANT ZSPI-SSN-ZHRM VALUE 180.
DEFINITION ZHRM-VAL-SSID TACL SSID.
02 z-filler TYPE character 8 VALUE IS ZSPI-VAL-TANDEM.
02 z-owner TYPE ZSPI-DDL-CHAR8 REDEFINES z-filler.
02 z-number TYPE ZSPI-DDL-INT VALUE IS ZSPI-SSN-ZHRM.
02 z-version TYPE ZSPI-DDL-UINT VALUE IS ZHRM-VAL-
VERSION.
END