Parameters with different default values than PARMGEN
IBM Z® Monitoring Configuration Manager sets some different default parameter values than PARMGEN.
In some cases, instead of changing the default value of a parameter, Monitoring Configuration Manager sets a different example value in the initial set of parameters.
| Parameter | PARMGEN default value and reason for change | Monitoring Configuration Manager default value |
|---|---|---|
| GBL_DSN_CSF_SCSFMOD0 | In PARMGEN, this parameter is commented out in the WCONFIG($GBL$USR)
member. In Configuration Manager, it is explicitly added in
the GBL$PARM member that is generated after the CREATE or
MIGRATE action, as it is relevant for several security-related aspects of the
product configuration (such as password encryption). As described in the parameter description, if your installation does not use the Integrated Cryptographic Service Facility (ICSF), you can remove or comment out this parameter in your RTEDEF(GBL$PARM) or RTEDEF(GBL$lpar). |
CSF.SCSFMOD0 |
|
GBL_DSN_SYS1_PROCLIB |
SYS1.PROCLIB Sites typically have their own procedures for copying members to system libraries, limited to z/OS® system administrators with special permissions. |
rte_hilev.SYS1.PROCLIB |
| KDS_KMS_SDA | NUsing the self-describing agent (SDA) function is best practice. |
Y |
|
KDS_TEMS_TCP_KDEB_INTERFACELIST |
None Specifying a default value is best practice. |
!*Inherited from parameter RTE_TCP_KDEB_INTERFACELIST |
| KMQ_HISTCOLL_DATA_FLAG | NCollecting historical data is best practice. |
Y |
| KMQ_STARTMON_ACTIVEONLY | NOOnly monitoring active queue managers is best practice. |
YES |
| KYN_XAI01_SUBAGENT_JAVAHOME | /usr/lpp/java/J7.1 There is no need for a default value specifically for this subagent. Use the existing global parameters as a default value instead. |
Concatenation of the following two parameter values:
gbl_hfs_java_dir1 |
| RTE_TYPE | FULL
|
SHARINGNote: When RTE_TYPE is SHARING,
then the value of the RTE_SHARE parameter must be SMP, which
indicates sharing with SMP/E target libraries. Configuration Manager does not use base or sharing-with-base runtime
environments (as in PARMGEN). |
| RTE_USS_RTEDIR | /rtehome Creating a new subdirectory of the root directory is bad practice. |
/var/rtehome |
| RTE_X_SECURITY_EXIT_LIB | rte_hilev.rtename.RKANSAMU
Identifies the security exits library currently used in PARMGEN. |
rte_hilev.rte_name.SECEXITS |