BRMS will use the available storage from the system ASP to determine the size of media images that will be created for automatic transfer to the cloud. The media size can be overridden by running the following command:
CALL PGM(QBRM/Q1AOLD) PARM('VRTVOLSIZE' '*SET ' 'nnnnnnn')
where - nnnnnnn is the media size in megabytes (MB). This value must be between 0000001 (1 megabyte (MB)) and 0099000 (99 gigabyte (GB)).
NOTE:
BRMS uses a default transfer size of 30GB.
Smaller size tape volumes may transfer quicker to the cloud because transfers can start when a tape volume is unloaded from the virtual drive. This means when a tape volume spans, the cloud transfer of the full volume can start before the backup completes.
Optical volume transfers do not start until the backup completes.
The size may be adjusted slightly to reflect minimum or maximum size of the virtual media.
This will not affect the sizes of optical media when BRMS creates virtual optical media for control groups QCLDBIPLxx and QCLDBGRPxx . For these, the images will be created with *DVD4700 to enable them to be burnt to physical DVD.
The media size can be displayed by running the following command:
CALL PGM(QBRM/Q1AOLD) PARM('VRTVOLSIZE' '*DISPLAY')
The media size can be reset to the default value by running the following command:
CALL PGM(QBRM/Q1AOLD) PARM('VRTVOLSIZE' '*REMOVE')