Journal Analysis situations

The predefined situations in this category monitor journals.

Note:
All the attribute names in this group are prefixed with CICSplex_Journal_Analysis. except where stated.
CICSplex_JournalDis_Warning
Warning threshold exceeded for disabled journal.

A disabled journal cannot be used until it is re-enabled. Either OMEGAMON XE for CICS on z/OS or the CICS CEMT transaction can be used to enable a disabled journal.

Formula

If the value of Journal_Status equals Disabled
then situation CICSplex_JournalDis_Warning is true.
CICSplex_JournalDis_Critical
This is the critical threshold exceeded for disabled journal.

A disabled journal cannot be used until it is re-enabled. Either OMEGAMON XE for CICS on z/OS or the CICS CEMT transaction can be used to enable a disabled journal.

Formula

If the value of Journal_Status equals Disabled
then situation CICSplex_JournalDis_Critical is true.
CICSplex_JournalFail_Warning
Warning threshold exceeded for journal failure.

A journal that has experienced a log stream failure cannot be used until it is re-enabled, or until CICS is restarted. The cause of the failure can be determined using the journal reports available in OMEGAMON XE for CICS on z/OS. Either OMEGAMON XE for CICS on z/OS or the CICS CEMT transaction can be used to enable a journal that has a status of 'failed'.

Formula

If the value of Journal_Status equals Failed
then situation CICSplex_JournalFail_Warning is true.
CICSplex_JournalFail_Critical
This is the critical threshold exceeded for journal failure.

A journal that has experienced a log stream failure cannot be used until it is re-enabled, or until CICS is restarted. The cause of the failure can be determined using the journal reports available in OMEGAMON XE for CICS on z/OS. Either OMEGAMON XE for CICS on z/OS or the CICS CEMT transaction can be used to enable a journal that has a status of 'failed'.

Formula

If the value of Journal_Status equals Failed
then situation CICSplex_JournalFail_Critical is true.

See also the CICSplex Journal Analysis attribute group.