Previous Topic

Next Topic

Book Contents

Book Index

Shifting Control-D monitors to another LPAR

It is sometimes necessary to shift the Control-D monitors to another LPAR without shutting down all decollation and printing monitors. To shift monitors, use the RESTART command.

The RESTART command has the following syntax:

RESTART[=monitor_name] [lpar_name]

where

To shift the main monitor, issue the following operator command:

/F CONTROLD,RESTART lpar_name

or

/F CONTROLD,RESTART=CONTROLD lpar_name

The main Control-D monitor does not start any new mission processes. It shuts down on the current LPAR and restarts on the new LPAR.

Before the main monitor restarts on the new LPAR, the following message is displayed on the operator console where the modify command was issued:

CTD14GI WAITING FOR THE CONTROL-D MONITOR TO RESTART ON LPAR lpar_name

The main monitor then shuts down with the following message:

CTD148I CONTROL-D MONITOR SHUTTING DOWN FOR RESTART

If the main monitor does not start successfully on the new LPAR, the following message is issued by the old main monitor, and it continues to work:

CTD14FE MONITOR IS NOT STARTED ON LPAR lpar_name. RESTART COMMAND IS REJECTED

The following message is displayed on the operator console when the main monitor starts on the new LPAR:

CTD147I CONTROL-D MONITOR RESTARTED IN nday_mode MOD

where nday_mode is INT(internal) or EXT(external) NEW DAY procedure mode.

Note: The SYSPLEX member of the CTD PARM library is not read by the new main monitor, but it is passed from the old monitor to the new monitor.

To shift the secondary decollation monitor or any Print monitor, issue the following operator command:

/F CONTROLD,RESTART=monitor_name lpar_name

This option is available if lpar_name is defined for the monitor_name monitor in the CTDPLEX member.

The main monitor issues the STOP command for the decollation monitor or print monitor, and then issues the START command on the new LPAR.

Note: The RESTART command cannot be used for the main monitor if the CTDMON#, PRTMON#, or GENCLAS parameters of the CTDPARM member have been changed. In such a case, use the full procedure for regular restart of monitors.

The RESTART command is available under the following definitions in CTDPLEX:

Command

CTDPLEX definitions

RESTART=main_mon

Anytime (no further requirements)

RESTART=sec_mon

  • ENABLE=Y
  • R option is defined for the Secondary/Print monitor

RESTART=main_mon lpar

ENABLE=Y

RESTART=sec_mon lpar

  • ENABLE=Y
  • R option is defined for the Secondary/Print monitor
  • the LPAR is defined in the same line

Parent Topic

Running Multiple Monitors Using Sysplex Support