Thank you for your help. I was able to get it installed following the migration steps.
Original Message:
Sent: Thu May 29, 2025 04:00 PM
From: Robert Berendt
Subject: Simple Migration of BRMS from 5770-BR1 to 5770-BR2
Michael,
The whole point of this thread was to enlighten YOU on how to do the migration. Even if you are not using it YOU need to follow the migration path. UNLESS your BP recommends removing BRMS completely from your system and starting over.
Ok, remember two things: Licensed program product, and the applicable PTFs for that LPP. Now step through the following and see if you have any questions. I used these on multiple BRMS migrations from BR1 to BR2.
ftp targetlpar
namefmt 1
bin
mkdir /fixes/V7R5M0
put /fixes/V7R5M0/F_MULTI_NLV_BR2_750_BACKUP_RECOVERY_AND_MEDIA_SERVICES_LCD8_2918_00.udf
/fixes/V7R5M0/F_MULTI_NLV_BR2_750_BACKUP_RECOVERY_AND_MEDIA_SERVICES_LCD8_2918_00.udf
put /fixes/CUME750/sf99954_1.bin /fixes/CUME750/sf99954_1.bin
DSPPTF LICPGM(5770BR1) SELECT(SJ01879)
select *
from qsys2.ptf_info
where PTF_PRODUCT_ID = '5770BR1'
order by PTF_LOADED_STATUS;
APYPTF LICPGM(5770BR1) SELECT(SJ03069) APY(*PERM)
WRKIMGCLG
CRTIMGCLG IMGCLG(V7R5M0) DIR('/fixes/V7R5M0')
ADDIMGCLGE IMGCLG(V7R5M0) TOFILE(*FROMFILE)
FROMFILE('/fixes/V7R5M0/F_MULTI_NLV_BR2_750_BACKUP_RECOVERY_AND_MEDIA_SERVICES_LCD8_2918_00.udf')
LODIMGCLG IMGCLG(V7R5M0) OPTION(*LOAD) DEV(OPTVRT01)
WRKIMGCLGE IMGCLG(V7R5M0)
6=Mount
CRTIMGCLG IMGCLG(CUME750) DIR('/fixes/CUME750')
ADDIMGCLGE IMGCLG(CUME750) FROMFILE('/fixes/CUME750/sf99954_1.bin')
TOFILE(*FROMFILE)
ENDSBS SBS(Q1ABRMNET) OPTION(*CNTRLD) DELAY(60)
WRKSBS
Wait
WRKOBJLCK OBJ(QBRMS) OBJTYPE(*USRPRF)
WRKOBJLCK OBJ(QBRMSYNC) OBJTYPE(*USRPRF)
WRKOBJLCK OBJ(QBRM) OBJTYPE(*LIB)
WRKOBJLCK OBJ(QUSRBRM) OBJTYPE(*LIB)
CALL QBRM/Q1AOLD PARM('INSTALL ' 'RMVSQLSERV' 'N' '00')
CRTSAVF FILE(ROB/QUSRBRM) TEXT('Premigration from BR1 to BR2')
SAVLIB LIB(QUSRBRM) DEV(*SAVF) SAVF(ROB/QUSRBRM)
DLTLICPGM LICPGM(5770BR1) OPTION(*ALL)
RSTLICPGM LICPGM(5770BR2) DEV(OPTVRT01) OPTION(*BASE)
WRKJOB BRMSPRDINZ
DSPLOG job(BRMSPRDINZ)
Wait for completion
LODIMGCLG IMGCLG(V7R5M0) OPTION(*UNLOAD)
LODIMGCLG IMGCLG(CUME750) OPTION(*LOAD) DEV(OPTVRT01)
WRKIMGCLGE IMGCLG(CUME750)
6=Mount
INSPTF LICPGM((5770BR2)) DEV(OPTVRT01) INSTYP(*IMMDLY)
DSPPTF 5770BR2
WRKSBS
Q1ABRMNET should be running and have a few jobs in it. May take a couple of minutes (see job BRMSPRDINZ).
ADDLICKEY PRDID(5770BR2) LICTRM(V7R5M0) FEATURE(5050) SERIAL(*LOCAL)
PRCGRP(*ANY) LICKEY(redacted) USGLMT(ymmv) EXPDATE(mmddyy)
VNDDTA(*NONE)
------------------------------
Robert Berendt IBMChampion
Business Systems Analyst, Lead
Dekko
Fort Wayne
Original Message:
Sent: Thu May 29, 2025 09:12 AM
From: Michael Soucy
Subject: Simple Migration of BRMS from 5770-BR1 to 5770-BR2
Hi Robert,
Thank you for your reply. I tried both of those commands you mentioned, and I get an "Access denied" message. For as long as I've worked here, we've never used BRMS. I'm guessing it was installed as part of the operating system and never licensed. We recently purchased a license for BRMS, and I'm trying to figure out what I need to get it installed and licensed.
I logged into ESS and downloaded the two files for BR2. I also downloaded the license key for both systems we have. I'm guessing that all I need to do is create an image catalog and put those two files in the image catalog, and attach it to a virtual optical device to do the install. I believe before I do that, I need to uninstall BR1 per the instructions on the Fortra website.
Looking on one of our LPARs I can see the base and option 1 for BR1 are currently installed. The ability to restore libraries on a test/development machine is something we do periodically, but having BRMS sounds like it will make the process a bit easier. We have a production system and a H/A system where we use MIMIX for data replication. We also use IBM's Flashcopy Toolkit for our full system backups which I was told BRMS integrates with that.
-Mike
------------------------------
Michael Soucy
Original Message:
Sent: Wed May 28, 2025 05:17 PM
From: Robert Berendt
Subject: Simple Migration of BRMS from 5770-BR1 to 5770-BR2
I would "think" so but maybe the others might have other recommendations.
Try the following on each lpar:
WRKMEDBRM TYPE(*ALL) This will show you if you have any media registered to BRMS.
or
WRKMEDBRM TYPE(*ACT) This will show you if any of the media has been saved to by BRMS and the backup didn't expire.
If you use BRMS, go "all in". Forget using 'sensible' names on tapes to indicate the type of the save, or the day of the week of the save. We simply use a letter in the first column to indicate the city of the data center or co-lo. Second character is LTO type. In our case, 7. The rest is just a sequence beginning with 0.
Did you also install the 'network' feature/option of BR1? I find this quite great for restoring production libraries on to test/development machines. Network is included in BR2. The advance feature is nice too. Also included in BR2. I have a software based H/A machine. You know, those kind which use Mimix and others. I can generate a recovery report for my primary machine and it will suggest tapes from the last full save of the primary and the saves done daily on the H/A machine. Takes some setup but it's great.
------------------------------
Robert Berendt IBMChampion
Business Systems Analyst, Lead
Dekko
Fort Wayne
Original Message:
Sent: Wed May 28, 2025 04:58 PM
From: Michael Soucy
Subject: Simple Migration of BRMS from 5770-BR1 to 5770-BR2
Is the migration process the same even if you've never used BRMS before, and are installing it for the very first time? I can see we have 5770-BR1 installed on all of our LPARs.
------------------------------
Michael Soucy
Original Message:
Sent: Tue May 27, 2025 08:24 AM
From: Robert Berendt
Subject: Simple Migration of BRMS from 5770-BR1 to 5770-BR2
I've upgraded 14 LPARs of IBM i, across two P10s and one P9, from 5770-BR1 to 5770-BR2.
------------------------------
Robert Berendt IBMChampion
Business Systems Analyst, Lead
Dekko
Fort Wayne
Original Message:
Sent: Sun October 06, 2024 09:50 PM
From: Brian Nordland
Subject: Simple Migration of BRMS from 5770-BR1 to 5770-BR2
IBM has announced the withdrawal of the 5770-BR1 product ( https://www.ibm.com/docs/en/announcements/eos-eom-non-expiring-brms-cics-msp ) with a replacement product 5770-BR2.
The 5770-BR2 product follows along with IBM's product simplification journey and is a single product option containing all functionality. This means all of the product functionality in Base, Advanced, and Network features are all included in one purchase price. 5770-BR2 is simplified to contain all functionality from 5770-BR1 under a single option. In addition, 5770-BR2 has several new enhancements that are not in 5770-BR1, including the new BRMS web interface.
While it is not possible to have both 5770-BR1 and 5770-BR2 installed on a single partition at the same time, because the library naming is the same, the migration process is straightforward:
1. β¨Recommended PTFs: It is recommended to apply BRMS 5770-BR1 PTFs 7.5 SJ01879, 7.4 SJ01877 to improve the migration to 5770-BR2.
2. πMigration Process: The following page gives additional information on the specific migration steps: BRMS (5770-BR2) Installation.
π‘Useful Tip: While you cannot have both 5770-BR1 and 5770-BR2 installed on a single partition at the same time, you do not need to migrate all partitions at once. BRMS continues to support BRMS networks that contain a mixture of 5770-BR1 and 5770-BR2 at the same time. This enables you to take a staged approach with migrations.
------------------------------
Thanks,
Brian Nordland
Director of Development at Fortra
------------------------------