DSM/Tape Catalog Management Programming Manual
SSI Event Messages
DSM/Tape Catalog Management Programming Manual—520481-003
C-2
SSI Example Output
Undefined Host Name
This example shows a series of EMS messages reporting a fatal fault because PARAM
value for CSI^HOSTNAME was not specified:
92-11-30 17:17:16 \SYS1.$ZSSI TANDEM.SSI.G06 000001 SSI
activated:Initiation Started;
t_ssi_init();
92-11-30 17:17:21 \SYS1.$ZSSI TANDEM.SSI.G06 000004 Fatal
fault:STATUS_PROCESS_FAILURE:
Undefined hostname:CSI^HOSTNAME;
t_chk_init(); failed:getenv();
92-11-30 17:17:22 \SYS1.$ZSSI TANDEM.SSI.G06 000005 SSI is
de-activating:Termination Started;
t_ssi_shutdown();
92-11-30 17:17:22 \SYS1.$ZSSI TANDEM.SSI.G06 000006 SSI is
not
available:Termination Completed;
t_ssi_shutdown();
Host Name Not Found
This example shows a series of EMS messages reporting an unsuccessful startup
because a host name cannot be found:
92-11-30 17:22:55 \SYS1.$ZSSI TANDEM.SSI.G06 000001 SSI
activated:Initiation Started;
t_ssi_init();
92-11-30 17:23:02 \SYS1.$ZSSI TANDEM.SSI.G06 000004 Fatal
fault:STATUS_PROCESS_FAILURE:
Undefined hostname:term2;
csi_hostaddr(); failed:
gethostbyname();
92-11-30 17:23:02 \SYS1.$ZSSI TANDEM.SSI.G06 000005 SSI is
de-activating:Termination Started;
t_ssi_shutdown();
92-11-30 17:23:02 \SYS1.$ZSSI TANDEM.SSI.G06 000006 SSI is
not
available:Termination Completed;
t_ssi_shutdown();
An unsuccessful status returned from a request to the silo server is logged by $ZSSI
and also passed back in the reply to $ZSVR.