NonStop Operating System Event Management Programming Manual
Configuration Services Event Messages (ZDSC)
HP NonStop Operating System Event Management Programming Manual—520372-020
24-5
Common Definitions
Common Definitions
Common definitions are definitions that are used in several (usually three or more)
event messages for a specific subsystem or system component. The ZDSC event
messages use definitions from the following sources:
Subsystem Programmatic Interface (SPI) Standard Definitions on page 24-5
Event Management Service (EMS) Standard Definitions on page 24-6
Configuration Services (ZDSC-) Definitions on page 24-6
A general description of these definitions is provided in the following paragraphs.
Subsystem Programmatic Interface (SPI) Standard Definitions
SPI standard definitions that have a specific meaning for storage subsystem events
are listed in Table 24-2.
SPI standard definitions are described in detail in the SPI Programming Manual.
Note. The event-message header tokens are described in Section 2, Header and Common
Tokens.
Note. All definitions are shown in DDL format using hyphens (-) as separators. If you are
programming in TAL or TACL, substitute the circumflex symbol (^) for the hyphens. If you are
programming in Pascal or C, substitute the underscore symbol (_) for the hyphens. For a quick
explanation of DDL, see the SPI Programming Manual.
Table 24-2. SPI Standard Definitions Used in ZDSC Event Messages
Header Tokens Token Types Value Names
ZSPI-TKN-SSID
ZSPI-TKN-USEDLEN
ZSPI-TYP-BOOLEAN
ZSPI-TYP-ENUM
ZSPI-TYP-INT
ZSPI-TYP-INT2
ZSPI-TYP-STRING
ZSPI-TYP-UINT
ZSPI-SSN-ZDSC
ZSPI-VAL-FALSE
ZSPI-VAL-TANDEM
ZSPI-VAL-TRUE
Figure 24-1. ZDSC-VAL-SSID Structure
def ZDSC-VAL-SSID tacl ssid.
02 Z-FILLER type character 8
value is ZSPI-VAL-TANDEM.
02 Z-OWNER redefines Z-FILLER
type ZSPI-DDL-CHAR8.
02 Z-NUMBER type ZSPI-DDL-INT
value is ZSPI-SSN-ZDSC.
02 Z-VERSION type ZSPI-DDL-UINT
value is ZDSC-VAL-VERSION.
end.