Step 5. Set up the common TEDA server

Complete the steps in this topic to set up the common TEDA server.

About this task

Note: These instructions assume you have already used the ICAT utility to update the RTE libraries. The instructions for using ICAT to create (or update) the RTE libraries are located in Chapter 5, Configuring the hub monitoring server on a Windows system and the monitoring agent on a z/OS image and Chapter 6, Configuring the hub monitoring server and the monitoring agent on a z/OS image.

Procedure

  1. After the SMP/E install has updated the Target libraries (TKAN*), and you have used the ICAT utility to update the RunTime Environment (RTE) libraries (RKAN*), copy these members from the RTE library RKANPAR to the RTE library RKANPARU:
    • KRSPRD00
    • KRSSYS00
  2. Edit RKANPARU member KRSSYS00 to add one line for each product that will be using the KRSTEDA server, leaving the first line for KRSPRD00 as it is. For example, if your environment will have just the KRW agent using the KRSTEDA server, KRSSYS00 would look like this:
    KRSPRD00
    KRSSYS00
  3. Copy member KRSTEDA from RTE library RKANSAMU to the appropriate proclib for started tasks and edit it as follows:
    1. Add any libraries needed in the STEPLIB concatenation (such as the libraries for the associated base products). For the Tivoli Tape Optimizer monitoring agent, you must include the Tivoli Tape Optimizer base product load library (SGTOLOAD).
    2. Add any other input files that might be required for specific agents. For the Tivoli Tape Optimizer monitoring agent, the FILEDEFS data set is required to be included on the FILEDEFS DD statement, and the GTOJOBS DD statement referring to an internal reader is required. For example:
      //FILEDEFS DD DISP=SHR,DSN=yourGTOHLQ.BASE.FILEDEFS
      //GTOJOBS DD SYSOUT=(A,INTRDR),DCB=(RECFM=F,LRECL=80,BLKSIZE=80)
      Note: If other agents using the KRSTEDA server are installed, the configuration process will update the copy of KRSTEDA in RKANPARU, and any subsequent user customization will be lost. It is important to copy the KRSTEDA procedure to a system procedure library before configuring additional agents. Updates required for each agent should be made to the copy in proclib prior to configuring the next agent.
      Note: All load libraries in the STEPLIB concatenation must be APF authorized.