Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

BRMS can be configured to fail rather than bypassing Save System (SAVSYS) command if the system is unable to reach restricted state.

To enable this function on a system-wide basis, run the following command:

CRTDTAARA DTAARA(QUSRBRM/Q1ANOSYSBP) TYPE(*CHAR) LEN(1)

To enable this function for a specific job, (for example, create the data area in a control group exit prior to running the SAVSYS command), run the following command:

CRTDTAARA DTAARA(QTEMP/Q1ANOSYSBP) TYPE(*CHAR) LEN(1)

Notes

  • In releases IBM i 6.1 and earlier, the following PTFs or their superseding PTFs are required:

6.1 SI30649
V5R4M0 SI30647

  • If using restricted state saves to the Controlling Subsystem STRBKUBRM SBMJOB(CTLSBS) , and the system does not get to a restricted state, BRMS will not be able to restart the system
  • No labels