DSM/Tape Catalog Messages Manual
DSM/Tape Catalog Messages Manual — 422947-007
9 - 1
9
Storage Server Interface 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 the DSM/Tape Catalog
User’s Guide.
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 of $ZSSI EMS output show successful startup and termination:
SSI Activation Event
92-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();