Parameters that determine what products are configured

You can control the products that are configured in your runtime environment using the CONFIGURE_* parameters.

Each product that is configured in the runtime environment has a corresponding parameter with the prefix CONFIGURE. The CONFIGURE_* parameters are defined in the rte_name member in the runtime environment definition library (RTEDEF) and have the permissible values of Y and N.

For example, for a runtime environment that contains a monitoring server, an OMEGAMON AI for z/OS monitoring agent, the OMEGAMON® enhanced 3270 user interface, and OMEGAMON Data Provider, each of the corresponding parameters are set to Y; the parameters for the other products are set to N:
CONFIGURE_TEMS_KDS               Y  * TEMS
CONFIGURE_E3270UI_KOB            Y  * Enhanced 3270                
CONFIGURE_CICS_KC5               N  * CICS TS                      
CONFIGURE_CICS_TG_KGW            N  * CICS TG                      
CONFIGURE_DB2_AGENT_KD5          N  * Db2                          
CONFIGURE_IMS_KI5                N  * IMS                          
CONFIGURE_JVM_KJJ                N  * JVM                          
CONFIGURE_ZOS_KM5                Y  * 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                Y  * Data Provider
Tip: Explicitly setting the CONFIGURE_* parameters to N for the products that are not used can result in less CPU and time used as the respective product-specific workflows are bypassed. Otherwise, unspecified configuration flags default to N as early as possible in the workflow.

The following table lists the products and corresponding CONFIGURE parameters.

Table 1. CONFIGURE_* parameters
Product Parameter
Tivoli Enterprise Monitoring Server CONFIGURE_TEMS_KDS
OMEGAMON enhanced 3270 user interface CONFIGURE_E3270UI_KOB
IBM Z® OMEGAMON AI for CICS® TS CONFIGURE_CICS_KC5
IBM Z OMEGAMON AI for CICS TG CONFIGURE_CICS_TG_KGW
IBM Z OMEGAMON AI for Db2 CONFIGURE_DB2_AGENT_KD5
IBM® OMEGAMON for IMS on z/OS CONFIGURE_IMS_KI5
IBM Z OMEGAMON AI for JVM CONFIGURE_JVM_KJJ
IBM Z OMEGAMON AI for z/OS CONFIGURE_ZOS_KM5
IBM OMEGAMON for Messaging on z/OS - MQ CONFIGURE_MESSAGING_KMQ
IBM OMEGAMON for Messaging on z/OS - Integration Bus CONFIGURE_MESSAGING_KQI
IBM Z® NetView Enterprise Management Agent CONFIGURE_NETVIEW_KNA
IBM Z OMEGAMON AI for Networks CONFIGURE_MFN_KN3
IBM Z OMEGAMON AI for Storage CONFIGURE_STORAGE_KS3
IBM Z® OMEGAMON® Integration Monitor CONFIGURE_OMEGAVIEW_KWO
IBM Tivoli Composite Application Manager (ITCAM) for Application Diagnostics Agent CONFIGURE_ITCAMAD_KYN
IBM Tivoli Advanced Catalog Management for z/OS CONFIGURE_ACM_KRN
IBM Tivoli Advanced Reporting and Management for DFSMShsm CONFIGURE_ARD_KRH
IBM Tivoli Advanced Audit for DFSMShsm CONFIGURE_AAD_KRG
IBM Tivoli Advanced Allocation Management for z/OS CONFIGURE_AAM_KRJ
IBM Tivoli Automated Tape Allocation Manager for z/OS CONFIGURE_ATAM_KRK
IBM Tivoli Advanced Backup and Recovery for z/OS CONFIGURE_ABR_KRV
IBM Z OMEGAMON Data Provider CONFIGURE_ODP_KAY
Related topic:
How to: Add a new agent or product to a runtime environment
How to: Add OMEGAMON Data Provider to a runtime environment