DSM/Tape Catalog Management Programming Manual
DSM/Tape Catalog Management Programming Manual—520481-003
C-1
C SSI Event Messages
Storage Server Interface Message Handling
The Storage Server Interface process ($ZSSI) generates EMS events. Event message
text contains a prefix, followed by one or more lines of message text. The prefix
contains the date and time of entry, standard-format EMS header name, and the
request ID generated by $ZSSI.
For more information on the Storage Server Interface, see Storage Server Interface
(SSI) to the STK Control Path in the DSM/Tape Catalog User’s Guide. For more
information on EMS, see the EMS Manual.
SSI EMS Output Syntax
The syntax for SSI EMS output is:
mm-dd-yy hh:mm:ss \sys.process procname.version eventnum text:
text requestid
SSI Example Output
These examples show $ZSSI EMS output for successful startup and termination:
SSI Activation Event
95-11-30 08:43:42 \SYS1.$ZSSI TANDEM.SSI.G06 000001 SSI
activated:Initiation Started;
t_ssi_init();
SSI Available Event
92-11-30 08:43:56 \SYS1.$ZSSI TANDEM.SSI.G06 000002 SSI
available:Initiation Completed;
t_initialize_net();
SSI Deactivating Event
92-11-30 08:44:51 \SYS1.$ZSSI TANDEM.SSI.G06 000005 SSI is
de-activating:Termination Started;
t_ssi_shutdown();
SSI Not Available Event
92-11-30 08:44:55 \SYS1.$ZSSI TANDEM.SSI.G06 000006 SSI is not
available:Termination Completed;
t_ssi_shutdown();