Versions Compared

Key

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

Control groups that have a QCLD prefix will enable BRMS to automatically create and transfer media to the cloud. Control BRMS creates additional turnkey volumes for automatic backups for the following:

  • Cloud control groups QCLDBIPLxx or QCLDBGRPxx that need to be used to burn DVDs for recovery.

...

  • Virtual optical backups that use media class QCLDVRTOPT or QAVVRTOPT since optical devices do not have an exit program interface to handle media switching while a backup is running.

  • Virtual tape backups that use media class QCLDVRTTAP or QAVVRTTAP since BRMS creates and manages an image catalog in library QUSRSYS named Q1ABRMPOOL. This image catalog is for internal BRMS use in the event of a volume span while saving media information for library QUSRBRM.

The BRMS default in each of the above scenarios is to create 10 virtual volumes to backup to opticalfor these backups.

  • The number of turnkey virtual optical volumes to automatically create can be specified by running the following command: 

...

 CALL PGM(QBRM/Q1AOLD) PARM('NUMOPTVOLS' '*DISPLAY').

  • The number of volumes to create can be reset to the default value of 10 by running the following command: 

CALL PGM(QBRM/Q1AOLD) PARM('NUMOPTVOLS' '*REMOVE')

NOTE:

  • Using virtual media requires a large amount of system storage. A symptom that indicates your system storage is too small is message BRM1799 indicating the save operation was cancelled.

  • Since optical devices do not have an exit program interface to handle media switching while a backup is running, the backup command must provide enough volumes to successfully hold the backup data. A symptom that indicates the backup does not fit on the initial number of volumes provided is the backup will fail with message BRM4301 'Volume list exhausted'.

  • When using control groups QCLDBIPLxx or QCLDGRPxx, the required volume size is 4.7G to burn DVDs for manual recovery. The control group data size cannot exceed 350Gb due to the 75 volume restriction.

...