Overview of SPI and EMS
Using Programmatic Interfaces
7–2
107365 Tandem Computers Incorporated
request for action.) EMS allows you to monitor the status of system and
application components. EMS messages are a type of SPI message; to
communicate with EMS, you use SPI and EMS procedures.
The following diagram shows a sample flow of EMS messages from subsystems to
management applications. An application can also retrieve messages without
involvement of distributor processes.
Tokenized
Messages
Operations Environment
Subsystem Environment
Management
Applications
Subsystems
or
Applications
Objects
Tokenized Messages
EMS
Event
Logs
EMS
Collectors
Tokenized Messages
323
EMS
Distributors
Filter
To transport messages between management applications and subsystems, you place
tokens into a buffer. Each token consists of a token type and a token number—known
collectively as a token code—and a token value. For example, a buffer that contains a
Pathway PATHCOM START TCP command would contain the following tokens:
Token code ZSPI-TKN-COMMAND, which signifies an SPI command, with a
token value of ZPWY-CMD-START, indicating a request for a Pathway START
command.
Token code ZSPI-TKN-OBJECT-TYPE, which signifies an object type, with a token
value of ZPWY-OBJ-TCP.
Token code ZPWY-MAP-SEL-TCP, which signifies information about a TCP, with
a token value of ZPWY-DDL-SEL-TCP. The program would assign the TCP name
to the ZTCP field in the ZPWY-DDL-SEL-TCP structure.