This document covers the following topics:
You can define a job network to be executed after each Monitor start and before the activation of any other job.
If a network with the name MON-START is defined under the owner SYSDBA, it is executed at Monitor start time.
The start network is intended to run exclusively before any other network. Therefore, the absolute condition MON-START-RUNNING (owner SYSDBA) is set at activation time.
The setting of this condition is automatically taken over by the first job of the start network. This job sets no conditions during End-of-Job checking and actions.
Note:
The absolute condition MON-START-RUNNING is to be reset, only if
the whole start network ends normally. Any other activity of the Monitor is
blocked during execution of the start network. If any error occurs in the start
network, the whole processing of other networks is blocked until there is a
manual intervention. To force the normal processing to start, just reset the
condition MON-START-RUNNING manually.
You can define a job network to be executed at the start of each day and before the activation of any other job.
If a network with the name DAY-START is defined under the owner SYSDBA, it is executed at Monitor start time.
The start network is intended to run exclusively before any other network. Therefore, the absolute condition DAY-START-RUNNING (owner SYSDBA) is set at activation time.
The setting of this condition is automatically taken over by the first job of the start network. This job sets no conditions during End-of-Job checking and actions.
Note:
The absolute condition DAY-START-RUNNING is to be reset only if the
whole start network ends normally. Any other activity of the Monitor is blocked
during execution of the start network. If any error occurs in the start
network, the whole processing of other networks is blocked until there is a
manual intervention. To force the normal processing to start, just reset the
condition DAY-START-RUNNING manually.
The considerations in this section apply to the Monitor start network and the day start network.
While a start network is running, a warning message is repeatedly written to the log.
During the execution of the start network, the following Monitor activities are blocked:
Schedule extraction
Activation (except start network)
Cleanup
Note:
The Monitor start network and the day start network can execute in
parallel.
Some possibilities for the use of the start network are:
Preparation of symbol tables for other networks;
Activation of other networks;
Condition setting;
Any Entire System Server functions.
In addition to an automatic cleanup, or alternatively, you can also do a cleanup of the active database in batch mode outside of the Entire Operations Monitor.
Use a Natural batch job with the following commands:
LOGON SYSEOR CLEAN <function> <log-target> FIN
Use | Name | Description |
---|---|---|
function | ALL CLEAN DEACT |
Cleanup, deactivation, deletion of work files Cleanup only Deactivation, deletion of work files only |
log-target | NOP SO ALL |
The cleanup is logged in the Entire Operations Log. The cleanup is logged in the SYSOUT of the batch job. The start and end messages of the cleanup are also logged in the Entire Operations Log. The cleanup is both logged in the Entire Operations Log and the SYSOUT of the batch job. |
The batch cleanup can take place with the Monitor running or not. It is recommended to do the cleanup at times of low monitor utilization.
Like the automatic cleanup the batch cleanup should be performed at least once a day. Several runs a day are possible. This may be useful to reduce the data amount of each cleanup run.
The Entire Operations retention periods also apply to batch cleanup.
CLEAN ALL SO complete cleanup, log after SYSOUT
The cleanup of mailbox messages to SYSDBA can be executed in batch mode. To do this, use a Natural batch job including the following commands:
LOGON SYSEOR MX-DEL1P <yyyymmdd> <hhiiss> FIN
Name | Description |
---|---|
yyyymmdd | Day up to which cleanup is to take place. |
hhiiss | Time up to which cleanup is to take place. |
MX-DEL1P 20020201 100000