Difference between revisions of "Information Systems:Overnight EODEMAIL"
Jump to navigation
Jump to search
(Created page with "The overnight processing sends messages so that we know it is running normally. If a message is not received when expected, it could mean that processing is taking longer tha...") |
|||
| Line 1: | Line 1: | ||
| − | The overnight processing sends messages so that we know it is running normally. If a message is not received when expected, it could mean that processing is taking longer than usual, or that something has gone wrong. |
||
| − | * But keep in mind that occasionally we do not receive one of these emails, even when nothing has gone wrong. It could be a timing issue, and Domino was brought down before the message could be sent, or ? |
||
| − | ==EOD starting (2:15 3:00 5:00 6:30)== |
||
| ⚫ | |||
| − | The first message shows that the end of day has started at the expected time (1AM). (Warehouse supervisors can delay the end of day processing to 2AM, but this has not happened in several years.) It also gives the estimated time that the following email should be received. I included them, so we wouldn't have to remember, or look it up. |
||
| ⚫ | |||
| − | ==Daily overnite processing ended Normally== |
||
| − | This message is sent about 2:15AM and means that EODDAILY has completed normally. Keep an eye on this time. If it starts to get closer to 3AM, either it fill have to optimized, or EODSAVE will have to be set to a later time. If this is not received, then EODSAVE could have cancelled the program when the system was put into a restricted state. |
||
| + | /* hold BRMS maintenance reports so they don't print */ |
||
| − | ==Full backup is starting== |
||
| + | |||
| + | OVRPRTF FILE(QP1AEP) HOLD(*YES) |
||
| + | OVRPRTF FILE(QP1ARCY) HOLD(*YES) |
||
| + | OVRPRTF FILE(QP1A2RCY) HOLD(*YES) |
||
| + | OVRPRTF FILE(QP1AASP) HOLD(*YES) |
||
| + | OVRPRTF FILE(QP1A2SL) HOLD(*YES) |
||
| + | |||
| + | STRMNTBRM PRTEXPMED(*NO) PRTVSNRPT(*NO) PRTBKUACT(*NO) + |
||
| + | PRTRCYRPT(*RCYANL) |
||
| + | |||
| + | /* email report of backup tape used to IT, and archive it to SuperServer */ |
||
| + | |||
| + | ADDLIBLE LIB(XL_CATAPLT) |
||
| + | MONMSG MSGID(CPF0000) |
||
| + | ZRUNRULE FILE(QP1A2RCY) JOB(*) SPLNBR(*LAST) + |
||
| + | RULENBR(8971) TIMEOUT(20) |
||
| + | ZRUNRULE FILE(QP1ARCY) JOB(*) SPLNBR(*LAST) + |
||
| + | RULENBR(8998) TIMEOUT(20) |
||
| + | /* delete unused generated spool files */ |
||
| − | This message is sent at 3AM, when the backup job is submitted by the job scheduler. The system will then go into the restricted state. |
||
| + | |||
| − | |||
| + | DLTSPLF FILE(QP1AEP) SPLNBR(*LAST) |
||
| − | ==All systems are back up== |
||
| + | MONMSG MSGID(CPF0000) |
||
| − | |||
| + | DLTSPLF FILE(QP1AASP) SPLNBR(*LAST) |
||
| − | This message is issued at about 5:00AM by the program that starts up the system and back ground programs. It is issued both when the overnight program calls it, and when called by the batch time limit. If it is sent at about 6AM it could have been started by the batch time limit. You can tell by whether or not the following email is send. |
||
| + | MONMSG MSGID(CPF0000) |
||
| − | |||
| + | DLTSPLF FILE(QP1A2SL) SPLNBR(*LAST) |
||
| − | ==Backup has completed== |
||
| + | MONMSG MSGID(CPF0000) |
||
| − | |||
| − | This message is issued at about 5:00AM by EODSAVE. If EODSAVE did not complete normally, and the batch limit timer brought the system out of the restricted state, you will not get this message. |
||
| − | |||
| − | ==Statistics files rebuild is complete== |
||
| − | |||
| − | This is sent around 6:30AM by the program that has built the analytical files used in InfoNet, that are too complex to build on user request. To save processor time, and speed up response, they are updated as part of the overnight process. To make the system available to users sooner, they are processed after the system comes out of the restricted state. This message can be an hour later on the first of the month. |
||
| − | |||
| ⚫ | |||
| − | |||
| ⚫ | |||
Revision as of 19:32, 5 January 2016
Tape 999999 used for Power8 backup
This message is not sent until 8:00AM, as it has to wait for Catapult to be available. Catapult builds this email based on the BRMS recovery report, and archives it to SuperServer.
/* hold BRMS maintenance reports so they don't print */
OVRPRTF FILE(QP1AEP) HOLD(*YES)
OVRPRTF FILE(QP1ARCY) HOLD(*YES)
OVRPRTF FILE(QP1A2RCY) HOLD(*YES)
OVRPRTF FILE(QP1AASP) HOLD(*YES)
OVRPRTF FILE(QP1A2SL) HOLD(*YES)
STRMNTBRM PRTEXPMED(*NO) PRTVSNRPT(*NO) PRTBKUACT(*NO) +
PRTRCYRPT(*RCYANL)
/* email report of backup tape used to IT, and archive it to SuperServer */
ADDLIBLE LIB(XL_CATAPLT)
MONMSG MSGID(CPF0000)
ZRUNRULE FILE(QP1A2RCY) JOB(*) SPLNBR(*LAST) +
RULENBR(8971) TIMEOUT(20)
ZRUNRULE FILE(QP1ARCY) JOB(*) SPLNBR(*LAST) +
RULENBR(8998) TIMEOUT(20)
/* delete unused generated spool files */
DLTSPLF FILE(QP1AEP) SPLNBR(*LAST)
MONMSG MSGID(CPF0000)
DLTSPLF FILE(QP1AASP) SPLNBR(*LAST)
MONMSG MSGID(CPF0000)
DLTSPLF FILE(QP1A2SL) SPLNBR(*LAST)
MONMSG MSGID(CPF0000)