Previous Topic

Next Topic

Book Contents

Book Index

Step 2.1 – Control-O operational parameters

Table 94 Operational parameters

Parameter

Description

CTOQNAM

QNAME for Control‑O ENQ requests. The specified QNAME should be different from the IOA QNAME installation parameter and the CTOQNAM of any existing Control‑O installation at this site. It is used internally by Control‑O.

  • Mandatory
  • Default: CONTROLO

Notes: It is not necessary to add this QNAME to parameters of products such as SDSI, SUPER‑MSI, MMI, or GRS (IBM).

For details about how to protect IOA Repository files when updated by more than one Control‑O monitor from different computers, see "QNAME" in Step 4.2 – IOA operational parameters.

COSMOS

Whether the Control‑O Status Monitoring System (COSMOS) will be active at your site.

Valid values are:

  • Y (Yes) – Control‑O/COSMOS is active. (COSMOS uses the Control‑O password.) Contact BMC Customer Support for a password.
  • N (No) – COSMOS is not active. Default.

Note: For details about customizing COSMOS, see Step 10 – COSMOS customization (optional).

CTOGATE

Whether Control‑O uses IOAGATE to communicate with other Control‑O monitors.

Valid values are:

  • Y (Yes) – IOAGATE is enabled.
  • N (No) – IOAGATE is not enabled. Default.

Note: For details about installing IOAGATE, see Step 11 – Control-O communication (optional), and Step 20 – Install IOAGATE (optional).

DAYTIMEO

The start time of the work day at your site. Format:

DAYTIMEO=+hhmm or DAYTIMEO=–hhmm

where:

  • + indicates after midnight
  • – indicates before midnight.
  • hhmm is the time (hour and minute)

Default value: +1200

Note: The Control‑O DAYTIMEO value must be the same as the one assigned to Control‑M if Control‑M is installed.

INTERVLO

Sleeping interval of the Control‑O monitor.

  • Mandatory

The monitor is dormant most of the time. It "wakes up" after the specified interval and determines which tasks it must perform.

Most Control‑O message processing is performed in the subsystem interface. Therefore, the value of INTERVLO does not affect the speed at which Control‑O processes messages. Message processing is performed continuously.

The value of INTERVLO only affects how often the Control‑O monitor scans its queues for work. For example, after each interval, Control‑O checks if other INCONTROL products added new conditions to the IOA Conditions file.

The format for INTERVLO is HHMMSSth, where:

  • HH – Two digits, representing hours. Valid values: 00 through 24.
  • MM – Two digits, representing minutes. Valid values: 00 through 59.
  • SS – Two digits, representing seconds. Valid values: 00 through 59.
  • th – Two digits, representing hundredths of seconds. Valid values: 00 through 99.

Leading zeros may be omitted (for example, three seconds, 00000300, may be specified as 300).

The minimum value is 100 (1 second). The default value is 400 (4 seconds).

The value for INTERVLO should be specified according to the computer model. This value can also be modified using an operator command. For details, see the Control‑O chapter of the INCONTROL for z/OS Administrator Guide.

STATO

Controls accumulation of message statistics.

Valid values are:

  • Y (Yes) – Accumulate message statistics. Default.
  • N (No) – Do not accumulate message statistics.

STATINT

Interval in seconds between two consecutive updates of the Statistics file.

  • Minimum: 30 (seconds).
  • Default: 45 (seconds).

Note: This parameter is ignored if the STATO parameter is set to N.

JCMDSSN

Name of an optional additional subsystem to be used by Control‑O to control JES2 and JES3 commands.

Under JES2

Valid values are:

  • '  ' (Blank) – JES2 command suppression is not required. Therefore, no other actions are required.
  • EXIT – The ability to suppress JES2 commands is required using the dynamic subsystem Exit IEFJFRQ. Default.
  • subsystem_name – The ability to suppress JES2 commands is required and an additional subsystem should be defined. The specified value (if any) must be different than the value specified in the SSNAME parameter in the IOAPARM member.

Note: The option used in previous Control‑O versions is still supported. However, IBM requires that the primary subsystem be the first subsystem in the subsystem chain, in which case defining this field overrides that specification.

WARNING: If this value is specified, this subsystem name must be defined in the IEFSSNnn member and must be placed immediately after JES2 in the subsystem name table. Otherwise, other subsystems, such as DB2, can be affected.

 

For example, if JCMDSSN is set to O62J, the subsystem table may contain the following values:

  • SMS—SMS
  • JES2—JES2
  • O62J—Control‑O JES2 command suppression subsystem.
  • I700—IOA subsystem.
  • DB2T—Any other subsystem in the machine.

However, once Control‑O has been started, the specified Control‑O JES2 command suppression subsystem (for example, O62J) is moved to the top of the subsystem list. Using the previous example, the result would be:

  • O62J
  • SMS
  • JES2
  • I700
  • DB2T

Under JES3

Valid values are:

  • '  ' (Blank) – JES3 command suppression is not required. Therefore, no other actions are required.
  • EXIT – The ability to suppress JES3 commands is required using the dynamic subsystem Exit IEFJFRQ.

NUMCONS

Number of subsystem consoles for use by Control‑O rules for Command‑Response processing.

  • Default: 0.

Note: Subsystem allocatable consoles are logical consoles not associated with any physical device. The consoles are reserved for use by special subsystems such as JES3 and OCCF. Control‑O uses these consoles for Command‑Response rules.

Subsystem allocatable consoles can be defined in the CONSOLxx member of the SYS1.PARMLIB library as follows:

CONSOLE DEVNUM(SUBSYSTEM) AUTH(...)

For details, see the MVS Initialization and Tuning Reference.

Subsystem allocatable consoles can be displayed using the MVS operator command DISPLAY CONSOLES. For information about the format of the display, see the z/OS System Messages Manual. If no subsystem consoles are available at this time, or this is the first time that Control‑O is being installed, use the default value. This parameter can be modified later.

Note: Control‑O supports EMCS consoles that do not require system definitions. BMC recommends that you use EMCS consoles, and set this parameter to 0.

WAITPR#

Number of rules in wait mode that can execute concurrently.

  • Default: 20.

Note: The rules which are currently executing in wait mode appear at the top of the list in the OS screen and in the output of the F CONTROLO,DISPLAY operator command.

Each rule executing in wait mode occupies one wait element in the ECSA, in an internal control block called PND. For additional information about the ECSA utilization of Control-O, see the INCONTROL for z/OS Administrator Guide.

After the product is installed and running, the initial value specified for this parameter should be reviewed and adjusted according to the requirements at your site, as follows:

  • Use the following operator command to determine the PND usage statistics:

F CONTROLO,USAGESTATS=PND

  • If the PND utilization exceeds 50%, increase the value of the WAITPR# parameter.

For further details on the MODIFY USAGESTATS command, see the INCONTROL for z/OS Administrator Guide.

Note: In order to increase or decrease the value of the WAITPR# parameter, Control-O must be stopped and then re-started with the new value. Starting a new Control-O with an increased value over the running Control-O might have unexpected results, such as ABENDs.

The following events cause a rule to enter wait mode:

  • Rule using a DO COMMAND statement with the WAITMODE parameter set to YES.
  • Rule setting the variable WAITRESP or RESPMSG (for compatibility with previous versions).
  • Rule using a DO TSO, DO KSL, or DO SHELL statement.
  • Rule setting the variable WAITTSO or WAITKSL (for compatibility with previous versions).
  • Rule using a DO WAIT statement.
  • Rule using a DO ASKOPER statement.
  • Rule processing a multiline WTO.

AUTOMLOG

Automation Log options.

  • Mandatory

Valid values are:

  • N (No) – Automation Log facility is not used. Rule traces are written to the Control‑O monitor sysout DAACTLOG file.
  • D – Automation Log facility is used. The Automation Log file resides in a direct access (BDAM) data set.
  • V – Automation Log facility is used. The Automation Log file resides in a DIV (Data in Virtual) VSAM Linear data set. This is the recommended value.

DEALIAS

Whether the Control‑O DEALIAS feature is used.

This feature automatically brings MVS, JES2, and JES3 commands to a standard format before searching for rules that are triggered by the command. This saves specifying all the possible command formats in the rule.

Valid values are:

  • Y (Yes) – Use Dealias feature. Default.
  • N (No) – Do not use Dealias feature.

GLBCOMP

Whether Control‑O should automatically compress the Global AutoEdit library whenever necessary. This parameter is useful at sites that do not operate a PDS management product.

Valid values are:

  • Y (Yes) – Use the Autocompress function.
  • N (No) – Do not use the Autocompress function. Default.

If Y is selected and the site security uses the Program Pathing option:

  • Refer to the security definition member for Control-O for Program Pathing IOA.V900.BASE.INSTCTO (CTOSRAC4, CTOSSAF4 or CTOSTSS4).
  • Control-O monitor must be allowed to run IEBCOPY.
  • Note that any user allowed to update the Global AutoEdit library and run IEBCOPY may be able to compress the Global AutoEdit library directly (outside of the Control-O monitor).

RUNTCACH

Number of entries in the Control‑O security cache.

Valid values are:

  • 0 (Zero) – No security cache is allocated.
  • n – Number (n) of security cache entries allocated. Recommended initial value: 100.

The security cache improves runtime security check performance by saving security blocks used for the authority check and reusing them in subsequent authority checks.

The RUNTCACH parameter is ignored if the RUNTSEC rule parameter is set to N.

RUNTDFT

How runtime security checks should be performed for rules.

Valid values are:

  • NONE – No runtime security checks are performed on the rule, unless the RUNTSEC rule parameter specifies otherwise.
  • OWNER – Runtime security checks are performed according to the authority of the owner of the rule, unless the RUNTSEC rule parameter specifies otherwise.
  • TRIGGER – Runtime security checks are performed according to the authority of the user ID that issued the message or the authority of the command that triggered the rule, unless the RUNTSEC rule parameter specifies otherwise.
  • DISABLE – No runtime security checks are performed on the rule, overriding the value specified in the RUNTSEC rule parameter. Default.

SRVGEN#

Number of General KOA/TSO/SHELL servers.

This value can be adjusted later to meet site requirements.

To change this value, Control-O needs to be stopped and started. Starting a new Control-O to replace the currently running one will not set the new parameter value.

  • Mandatory
  • Recommended initial value: 2
  • Maximum value: 99

SRVGENQ

Number of seconds a KOA/TSO/SHELL request waits for a General server before being executed by an Immediate server. If 0 (Zero) is specified, requests wait indefinitely for a General server.

To change this value, Control-O needs to be stopped and started. Starting a new Control-O to replace the currently running one will not set the new parameter value.

  • Default: 0
  • Maximum value: 999999999 seconds

SRVIMD#

Number of Immediate servers that can run in parallel.

This value can be adjusted later to meet site requirements.

To change this value, Control-O needs to be stopped and started. Starting a new Control-O to replace the currently running one will not set the new parameter value.

  • Mandatory
  • Recommended initial value: 5
  • Maximum value: 99

WSC#

Number of events that can be intercepted concurrently.

  • Minimum: 15
  • Default: 20

Note: Each intercepted event occupies one work buffer in the ECSA, in an internal control block called WSC. For additional information about the ECSA utilization of Control-O, see the INCONTROL for z/OS Administrator Guide.

After the product is installed and running, the initial value specified for this parameter should be reviewed and adjusted according to the requirements at your site, as follows:

  • Use the following operator command to determine the WSC usage statistics:

F CONTROLO,USAGESTATS=WSC

  • If the WSC utilization exceeds 50%, increase the value of the WSC# parameter.

For further details on the MODIFY USAGESTATS command, see the INCONTROL for z/OS Administrator Guide.

RQC#

Number of internal request elements used for inter-process communication.

After the product is installed and running, the initial value specified for this parameter should be reviewed and adjusted according to the requirements at your site:

  • Use the following operator command to determine the RQC usage statistics:

F CONTROLO,USAGESTATS=RQC

  • If the RQC utilization exceeds 80%, increase the value of the RQC# parameter.
  • Default: 20000.

For further details on the MODIFY USAGESTATS command, see the INCONTROL for z/OS Administrator Guide.

Note: In order to increase or decrease the value of the RQC# parameter, Control-O must be stopped and then re-started with the new value. Starting a new Control-O with an increased value over the running Control-O might have unexpected results, such as ABENDs.

THRSHOLD

The rule-triggering threshold for a Control‑O interval.

Valid values are:

  • '  ' (Blank) – No limit.
  • 0 (Zero) – No limit.
  • 1 through 999999999 – Threshold value.

ONSYSOUT

Enables the Control‑O sysout interface. The CTOJFRQ Control‑O exit module is called by the dynamic subsystem exit IEFJFRQ.

Valid values are:

  • Y (Yes) – Support the ON SYSOUT interface.
  • N (No) – Do not support the ON SYSOUT interface. Default.

WQEUPD

Whether to update message block (WQE) "in place" with the required changes created in statement: DO DISPLAY with NEWTEXT text. This parameter replaces optional Wish IO0024 in Control‑O version 5.1.4.

Valid values are:

  • Y (Yes) – Update the message block.
  • N (No) – Do not update the message block. Default.

SECJES

Support of a secondary JES2. If there are more then one active JES2s, Control‑O can trigger Control‑O rules related to JES2 messages regardless of whether the message is issued by the primary JES2 or the secondary JES2. This parameter replaces optional Wish WI0920 in Control‑O version 5.1.4.

Valid values are:

  • Y (Yes) – Control‑O rules are triggered regardless of issuing JES2. Default.
  • N (No) – The JES that issued the message is taken into account before rules are triggered.

AOSUBSYS

MAINVIEW or AutoOPERATOR subsystem in which Control-O can respond to requests.

The value of entered in this field must be different than the value of IOA subsystem name.

The setting of the AutoOPERATOR SSID is done in Step 40 of the installation process as defined in the MAINVIEW Common Customization Guide documentation.

When CMEM is used (and not Control-O), AOSUBSYS is defined in CMMPARM in IOAENV. The default value of AOSUBSYS in CMMPARM is MVAO.

CMMPARM in IOAENV in maintained by BMC and thus might be replaced by a future PTF. Therefore the CMMPARM that is provided by BMC in IOAENV should not be changed. If a change in CMMPARM is required to match the value of AOSUBSYS to MAINVIEW AutoOPREATOR SSID, CMMPARM should be copied from IOAENV to the PARM library and the change made in the PARM library.

Specifying $ANY allows Control-O to respond to requests from any AutoOPERATOR subsystem.

MLTOUT

The maximum period (seconds) a rule waits for the next or last line when a multiple line message is processed. The rule is timed-out if the seconds elapsed between one line to the next exceeds the specified value.

  • Valid values: 2-120 (seconds).
  • Default: 20.

SRVTERM

Determines whether a General or Dedicated server terminates after cancelling a request or continues to accept subsequent requests.

Control-O servers are started tasks that execute DO TSO, DO KSL, and DO SHELL requests issued by rules. After a request is cancelled, the server might hold resources that are left allocated by the cancelled REXX or KSL. It is recommended to terminate the server to free those resources.

Valid values are:

  • Y – The server will terminate after it cancels a request. A new server will be started on demand. Default.
  • N – The server will continue to accept requests.

MSGMON

Enables message CTMC31I when CMEM/Control-O starts monitoring an address space for DSNEVENT and/or STEPEND events.

Valid values are:

  • Y (Yes) – Message CTMC31I will be issued when monitoring starts.
  • N (No) – Message CTMC31I is not issued. Default.

Parent Topic

Step 2 – Specify Control-O parameters