Writing Substation ES Messages to SYSLOG
Substation ES provides the option to write messages to SYSLOG so that you can trap and automate the setup on selected Substation ES messages.
For example, to have Substation ES send messages SXT5636, SXT5639, and SXT5673 to SYSLOG, do the following:
- Create a member in the USERHLQ.MSGS(SXT56) data set.
- Add the following statements to the member SXT56:
- Add the following DD statement to the Substation ES startup JCL or PROC:
//** MESSAGE LIBRARY //* //TIBMSGS DD DISP=SHR,DSN=&USERHLQ..MSGS //*
An alternative way to write all Substation ES messages of a particular severity or higher to SYSLOG is by setting the LOG2-SYSLOG parameter in the System Startup Parameters (SSP) member. The LOG2-SYSLOG parameter determines the severity of Substation ES log messages routed to the z/OS SYSLOG and provides an automation tool that picks up and reacts to error messages produced by Substation ES.
The valid values for the LOG2-SYSLOG parameter are as follows:
Copyright © Cloud Software Group, Inc. All rights reserved.