Versions Compared

Key

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

BRMS can determine if there is enough storage space available for a restore operation before
submitting the job.

When storage size checking is enabled, BRMS retrieves the current system threshold value and
uses it as the available storage measurement for the requested restore. If the size of the
requested restore is greater than the threshold value, BRMS will send an escape message
indicating that the restore was not attempted.

If you are restoring multiple libraries at a time, the size check calculation is performed for the
complete restore operation. BRMS will not restore any libraries unless there is enough space for
all specified libraries in the requested restore.

BRMS calculations are approximate measurements of available storage. This is because the
temporary object handler space that is used by the operating system during restores is not
included. Logical files, the access paths also are not included in the size calculations unless they
are included in the current list of libraries being restored.

...

To display the current, restore size check setting, run the following command from the command
line:
call qbrm/q1aold parm('SETUPFUN' '*DISPLAY' 'Q1ACHKRSIZ’)

...

To disable restore size checking on the current job use this command:
call qbrm/q1aold parm('SETUPFUN' '*REMOVE ' 'Q1ACHKRSIZ' '*JOB')
To disable restore size checking for all restores enter the following command:
call qbrm/q1aold parm('SETUPFUN' '*REMOVE ' 'Q1ACHKRSIZ' '*SYS')

info 

In 5770-BR2 7.4, 5770-BR2 7.5, and 5770-BR1 7.5 and later, WRKPCYBRM TYPE(*RCY) the 'Check restore size' field was added to support this media size value.