Edit the parameters in the RTEDEF (rte_name) library to meet your requirements for the runtime environment, and then submit a job that performs the GENERATE action to generate runtime members from those parameters.
About this task
Updating a runtime environment encompasses many scenarios. For example:
- Applying maintenance, after using SMP/E to update target libraries
- Upgrading an agent to a new product release
- Adding or removing agents
- Changing parameter values; for example, to change a hub monitoring server to a remote monitoring server
The procedure for updating the runtime environment is the same for every scenario.
Procedure
-
Edit the parameters in the rte_plib_hilev.RTEDEF library to configure an OMEGAMON AI for JVM agent.
In the RTEDEF(rte_name) member, set the following parameter to Y:
- CONFIGURE_JVM_KJJ
- Configures an OMEGAMON AI for JVM monitoring agent
RTE_NAME <rte_name>
RTE_PLIB_HILEV <rte_plib_hilev>
RTE_SECURITY_USER_LOGON NONE
RTE_SECURITY_FOLD_PASSWORD_FLAG Y
RTE_SECURITY_CLASS ""
RTE_X_SECURITY_EXIT_LIB <rte_plib_hilev>.<rte_name>.SECEXITS
RTE_TEMS_NAME_NODEID <rte_name>:TEMS:RTE_COMM_PROTOCOL1
RTE_COMM_PROTOCOLn IPPIPE
RTE_TCP_HOST <sysiphostname>
RTE_TCP_PORT_NUM 1918
RTE_VTAM_APPLID_PREFIX OM<sysclone>
RTE_STC_PREFIX OMEG
RTE_USS_RTEDIR "/var/rtehome"
CONFIGURE_TEMS_KDS Y * TEMS
CONFIGURE_E3270UI_KOB Y * Enhanced 3270
CONFIGURE_CICS_KC5 Y * CICS TS
CONFIGURE_CICS_TG_KGW Y * CICS TG
CONFIGURE_DB2_AGENT_KD5 N * Db2
CONFIGURE_IMS_KI5 Y * IMS
CONFIGURE_JVM_KJJ Y * JVM
CONFIGURE_ZOS_KM5 N * z/OS
CONFIGURE_MESSAGING_KMQ N * MQ
CONFIGURE_MESSAGING_KQI N * Integration Bus
CONFIGURE_NETVIEW_KNA N * Netview
CONFIGURE_MFN_KN3 N * Network
CONFIGURE_STORAGE_KS3 N * Storage
CONFIGURE_OMEGAVIEW_KWO N * Integration Monitor
CONFIGURE_ITCAMAD_KYN N * ITCAM for Applications
CONFIGURE_ACM_KRN N * Advanced Catalog Mgmt
CONFIGURE_ARD_KRH N * Advanced Rpt and Mgmt
CONFIGURE_AAD_KRG N * Advanced Audit
CONFIGURE_AAM_KRJ N * Advanced Alloc Mgmt
CONFIGURE_ATAM_KRK N * Automated Tape Alloc
CONFIGURE_ABR_KRV N * Advanced Backup and Rec
CONFIGURE_ODP_KAY N * Data Provider
-
Submit a job that performs the GENERATE action.
The GENERATE action generates the runtime members for the runtime environment, including the started tasks.
//UID#ZMCM JOB ,CLASS=A,MSGCLASS=X,NOTIFY=&SYSUID
/*JOBPARM SYSAFF=<lpar>
//S1 EXEC PGM=KCIOMEGA,REGION=0M,DYNAMNBR=256
//STEPLIB DD DISP=SHR,DSN=<tlib_hlq>.TKANMOD
//KCIFLOW DD DISP=SHR,DSN=<tlib_hlq>.TKANCUS(KFJOMEGA)
//KCIVARS DD *
ACTION GENERATE
RTE_NAME <rte_name>
RTE_PLIB_HILEV <rte_plib_hilev>
/*
You have completed the steps that involve the configuration software. The remaining steps complete the configuration of the runtime environment outside of the configuration software.