On z/OS: Configuring the Problem Insights server and the common services
You can configure the Problem Insights server to interact with the Elastic Stack, Splunk, or the Z Data Analytics Platform for message-based analysis and with event management systems for forwarding events.
About this task
The following topics contain important reference information:
Depending on how you want to use the Problem Insights server, the configuration files that are described in Configuration file reference for the Problem Insights server must be copied from the samples directory to the config directory. You must then update the files according to the comments in the files, and restart the Problem Insights server.
In addition to the configuration files for the Problem Insights server, there is one configuration file for the common gateway and authentication services: zoa-svc.config.
Important:
- During runtime creation, the configuration files cli.config and zoa-svc.config are automatically copied from the samples directory to the config directory and are customized by the setup command izoa-setup.run.
- All parameters in the configuration files must have a specified value unless otherwise stated in a comment in the file. For some parameters, default values are specified, but you must verify that these values are appropriate for your environment, and change them if they are not.
- The configuration files are encoded in ISO8859-1 and are tagged in the ZFS accordingly. To view
the tagging of the files, run the following command from the runtime
(IZOA_HOME/config) directory:
ls -T *.config
To update these files, you must use a file editor that is capable of reading and writing ISO8859-1 data. If you plan to use the vi editor, or a similar command line editor on z/OS UNIX System Services, set the value of the _BPXK_AUTOCVT environment variable to ON to enable automatic code set conversion between EBCDIC and ISO8859-1.export _BPXK_AUTOCVT=ON