HP XP7 Business Continuity Manager Installation Guide (TK954-96002)
The following shows an example of defining a symbol when you do want to output the CLI
command-execution logs to the console:
START YKSETENV,PARM='SYSLOG=CONSOLE'
NOTE:
• The setting made by executing the YKSETENV command (of Business Continuity Manager
earlier than version 5.1) with SYSLOG=YES specified has the same effect as the setting made
by executing the YKSETENV command (of Business Continuity Manager 5.1 or later) with no
SYSLOG parameter specified. Exercise caution when multiple versions of Business Continuity
Manager are used in one environment, or when performing an upgrade.
• The SYSLOG environment variable is shared by Business Continuity Manager and Tiered
Storage Manager for Mainframe. Exercise caution when setting the SYSLOG environment
variable in an environment in which Tiered Storage Manager for Mainframe is installed. For
details, see (page 46).
Defining a system symbol in the IEASYM
xx
parmlib member
The following shows an example of defining a symbol when you do not want to output the CLI
command-execution logs:
SYMDEF(&YKSYSLG='NO')
The following shows an example of defining a symbol when you do want to output the CLI
command-execution logs to SYSLOG:
SYMDEF(&YKSYSLG='YES')
The following shows an example of defining a symbol when you do want to output the CLI
command-execution logs to the console:
SYMDEF(&YKSYSLG='CONSOLE')
If &YKSYSLG is omitted, or if an incorrect value is specified, YES is assumed.
If you output a CLI command-execution log to the console, the log is output to the console by using
ROUTCDE=11 (output as the YKZ910I message and the YKZ911I message). Therefore, include
11 in the ROUTCODE parameter of the CONSOLE statement or in the ROUTCODE parameter of the
HARDCOPY statement in the CONSOLxx parmlib member.
Perform one of the following operations to change the ROUTCDE value for the CLI
command-execution log (the YKZ910I message and the YKZ911I message) to a value other than
11:
• In MPFLSTxx, register USEREXIT that targets the YKZ910I message and the YKZ911I
message). In the USEREXIT to be registered, change the ROUTCODE value for the YKZ910I
message and the YKZ911I message) from 11 to a different value (the value included in the
ROUTCODE parameter in the CONSOLxx parmlib member).
• Use WTO/WTOR Message Processing Facility Installation Exit (IEAVMXIT) to change the
ROUTCODE value for the YKZ910I message and the YKZ911I message from 11 to a different
value (the value included in the ROUTCODE parameter in the CONSOLxx parmlib member).
For a sample exit routine (YKUSRXIT) that changes the ROUTCODE value of the YKZ910I message
and the YKZ911I message, see the sample library provided by Business Continuity Manager.
NOTE: The &YKSYSLG system symbol is shared by Business Continuity Manager and Tiered
Storage Manager for Mainframe. Exercise caution when setting the &YKSYSLG system symbol in
an environment in which Tiered Storage Manager for Mainframe is installed. For details, see
(page 46).
NOTE: For the output of CLI command-execution logs in an environment where multiple versions
of Business Continuity Manager exist, see “Specifying whether to output the CLI command-execution
logs (SYSLOG)” (page 105).
34 Installing Business Continuity Manager