Run the EELINST installation aid
EELINST
is a CLIST
-driven ISPF
dialog
that helps you setup an Agent for z/OS
instance. Set EELINST
up as soon as the Agent for z/OS software is installed.
EELINST
helps you with the installation
by:- Building the batch-job JCLs which are tailored to your requirements and that you can use for a complete installation.
- Creating the data sets used for your Agent for z/OS instance.
- Defining initialization statements in the parameter library (
EELPARM
). - Loading the default SSL certificates on the RACF® keystore database.
- Listing the remaining manual steps required to complete the installation.
Setting up the EELINST installation aid
EELINST
reads skeleton JCLs from the SEELSAMP
library, tailors the JCLs, and then writes the tailored JCLs to
an output library that you specify. The components of EELINST
reside in these libraries:- SEELCLIB
CLIST
to drive the dialog- SEELPNL0
EELINST
panels- SEELSAMP
- Sample JCL
EELINST
,
allocate these libraries to the DD statements in your TSO session:SEELCLIB
toSYSPROC
SEELPNL0
toISPPLIB
SEELSAMP
toISPSLIB
Running EELINST
To invoke EELINST
, enter the EELINST
TSO command from an ISPF environment.
This panel is displayed:
When you press ENTER
, the following
panel is displayed, with some of the fields pre-filled with default
values:
The length of the subsystem name can be at most 4 characters.
The length of the data set prefix can be at most 26 characters.
ENTER
, the following sample jobs are created in the Output dsn
name data set: Sample name | Description |
---|---|
EELAGT | Generates an Agent for z/OS started task procedure sample. |
EELAGTP | Generates default parameters for the Agent for z/OS started task procedure sample. |
EELALLDS | Allocates the data sets used for the Agent for z/OS started task. |
EELFLWAS | Calls the filewatch utility used to check HFS or ZFS files. |
EELJER2V | Restores the JES2 exits usermod. |
EELJER3O | Restores the EELUX091 JES3 usermod. |
EELJER3U | Restores the EELUX091 and EELUX191 as JES3 usermods. |
EELJES2 | Assembles and link-edits the JES2 EXIT7. |
EELJES2U | Installs the JES2 EXIT7 usermod. |
EELJES2V | Installs the JES2 EXIT51 usermod. |
EELJES21 | Assembles and link-edits the JES2 EXIT51. |
EELJES3 | Assembles and link-edits the JES3 exits. |
EELJES3O | Installs the EELUX091 JES3 usermod. |
EELJES3U | Installs the JES3 usermod. |
EELRCERT | Copies default certificates for SSL communication (EELCERCL member in library MISC) to RACF®. |
EELRETWT | Sample program to simulate abends, return codes, and waits. |
EELRMD | A readme listing the successive manual steps. |
EELSMF | Assembles and installs the SMF exits. |
Then, the following panel is displayed:
EELALLDS
,
all the data sets for the new started task are available. They are:Data set allocated by EELALLDS | DD name | Dataset description |
---|---|---|
- | EELBRDS | Internal reader. |
dataset_prefix.subsystem_name.EELDUMP |
EELDUMP |
Diagnostic data sets where the Agent for z/OS writes debugging information when validity checking discovers internal error conditions. |
dataset_prefix.subsystem_name.EV |
EELEVDS |
Event data sets containing records that describe events
created by the job tracking functions of the Agent for z/OS.
EELHTDS records events coming from dynamic workload broker, while
EELEVDS records events created by JES and SMF that are to be transmitted to
dynamic workload broker.
EELHTREF is a service data set used for jobs submitted by
reference or where the JCL requires variable resolution. |
- | EELJBLIB | Job library data set for the JCLs submitted by
reference . When the data set name is not specified in an Agent for z/OS job
definition, the agent searches EELJBLIB for the member name with which the JCL was
saved. |
- | EELJCLIB | The library contains the list of the data sets to trigger in the event rules. |
- | EELMLIB | Messages library. |
dataset_prefix.subsystem_name.MLOG | EELMLOG | Message log. |
dataset_prefix.subsystem_name.PARM | EELPARM | Parameters library containing initialization statements that define runtime options for the Agent for z/OS subsystem. |
A sample copy of the agent started task (for example, AGT1
) is inserted in the output data set.
Check the job output to make sure this step has completed before you continue with the following steps.
The next step inserts the default initialization statements in the parameter library used by the agent started task.
The length of the member name in the EELPARM library can be at most 8 characters.
Select E to define the initialization statements with valid values at this time, or C to just create the statements and leave their functioning definition for a later time (this will require that you restart the agent). See Customization parameters for additional information on the initialization statements.
At the end, a panel that lists all the remaining steps you have to manually run on your z/OS® environment to complete the installation is displayed:
The steps are described in the following sections.