Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you want the BRMS log to include all messages that occur during a BRMS-initiated backup or restore operation, you must enable this function with an old world call. Through the old world call, you can obtain additional logging messages for the BRMS log for a specific backup/recovery job or enable the function for all BRMS backups and recoveries.

Old world call commands for the in 7.3 and 7.4 for additional logging function in BRMS:

call qbrm/q1aold parm(‘SETUPFUN’ ‘*SET’ ‘Q1ALOGMSGS’ ‘*JOB’)

for enabling the function for the current, signed-on session.

call qbrm/q1aold parm(‘SETUPFUN’ ‘*SET’ ‘Q1ALOGMSGS’ ‘*SYS’)

to enable the function globally across all BRMS backup/recovery

To display the current logging settings for BRMS:

call qbrm/q1aold parm('SETUPFUN' '*DISPLAY' 'Q1ALOGMSGS’)

shows if additional logging is enabled for BRMS

If additional logging is not needed, you can remove the function on a specific job or across the system:

call qbrm/q1aold parm('SETUPFUN' '*REMOVE ' 'Q1ALOGMSGS' '*JOB')

removes the setting from a specific job

call qbrm/q1aold parm('SETUPFUN' '*REMOVE ' 'Q1ALOGMSGS' '*SYS')

removes the additional logging across the system

In 7.5 and later, WRKPCYBRM TYPE(*SYS) under Option 6 (Change Notification Controls) the 'Log all messages in BRM Log' field was added to support this media size value.