Previous Topic

Next Topic

Book Contents

Book Index

General Information

CONSOLEID Subparameter

During system initialization, each console on the system is assigned a console identifier by z/OS. This identifier (xx) is a 2-digit number from 00 through 99 that corresponds to the position of the CONSOLE statement in member CONSOLxx in the SYS1.PARMLIB library.

Only commands issued from the specified console IDs can trigger the rule.

CONSOLE Subparameter

This is the name that is assigned to the console. A valid name contains 2 to 8 alphanumeric characters.

Only commands issued from the specified console name can trigger the rule.

SYSTEM Subparameter

The name specified by the SYSTEM subparameter is the unique system name of the z/OS image in the Sysplex environment.

When a system name is specified for the SYSTEM subparameter, commands issued by the specified system can trigger rules. However, if no system is specified, only commands originally issued on the current system are used.

Note: If the specified SYSTEM name does not match the system name where Control-O is currently running, Control-O does not trigger the rule. Conversely, Control-O will trigger such rules on the system where Control-O is currently running.

SMFID Subparameter

Each computer in a complex installation is assigned an SMF identifier of from 1 through 4 characters.

If SMFID is specified, only commands issued from the specified SMF IDs will trigger the rule.

Suppressing a LOGON command

Use an ON MESSAGE statement to suppress the LOGON messages appearing in the SYSLOG.

Example

ON MESSAGE=LOGON

DO DISPLAY=SUPPRESS Y

Note:

BMC recommends that you not specify the following statements together in one rule:

ON COMMAND=LOGON

DO DISPLAY=SUPPRESS Y

This combination of statements can result in bringing TSO down because TSO issues an internal LOGON command to start a TSO user.

Dealias Feature

Most z/OS, JES2, and JES3 operator commands can be specified in more than one format:

Control-O provides a Dealias feature that recognizes and converts the various formats of a command. For a list of commands for which dealiasing is supported, see Appendix C, "List of Commands for Which Dealiasing Is Supported."

Example

A rule contains an ON COMMAND RESET * statement. If the operator enters the command alias E JOB1

The Dealias feature can be enabled at time of installation. It converts commands to standardized format in the following ways:

The Dealias feature edits commands in the following instances:

Parent Topic

ON COMMAND: Message/Event Selection Parameter