Backup Recovery and Media Services (5770-BR1)
Prior to upgrading BRMS
It is important to ensure no user-created dependencies exist on BRMS files in QUSRBRM before upgrading BRMS. Use DSPDBR on all physical and logical files in QUSRBRM to ensure only IBM® BRMS files are listed. If any other non-IBM dependencies exits, they need to be removed before starting an upgrade.
select * from table(qsys2.object_statistics('QUSRBRM', 'FILE')) x
where OBJOWNER <> 'QBRMS';
If using OUTPUT(*OUTFILE) on any BRMS commands, it is recommended that the current outfiles be deleted prior to upgrading or after upgrading to a new release. Changes to files may have occurred and new fields added or changed.
APYPTF LICPGM(5770BR1) SELECT(*ALL) APY(*PERM)
SAVLIBBRM and SAVOBJBRM command changes
The Save Library using BRM (SAVLIBBRM) and Save Library using BRM (SAVOBJBRM) command default for the Journaled objects (OBJJRN) parameter has changed to *YES.
Backup Policy change
The Work with Policies using BRM (WRKPCYBRM) TYPE(*BKU) default value for Save Journaled Objects when saving changed objects has changed to *YES.
Initialize BRMS graphical interface
The Initialize BRMS (INZBRM) command parameter OPTION(*SECUREDDM) with ACTION(*SET) has been disabled and will fail with message BRM412B. BRMS encourages using the alternate method of implementing the Add Server Authentication Entry (ADDSVRAUTE) command parameter SERVER(QDDMDRDASERVER).
WRKMEDPCY TYPE(*MED)
The Work with Media Policies (WRKPCYBRM *MED) command interface to create or change a media policy with a Media Class special value of *ADSM has been disabled and will fail with message BRM1174.