IBM BRMS for i

IBM BRMS for i

Connect, learn, share, and engage with IBM Power.

Β View Only
Expand all | Collapse all

Simple Migration of BRMS from 5770-BR1 to 5770-BR2

Brian Nordland

Brian NordlandSun October 06, 2024 09:51 PM

Robert Berendt

Robert BerendtWed January 15, 2025 02:01 PM

  • 1.  Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted Sun October 06, 2024 09:51 PM

    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
    ------------------------------


  • 2.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted Mon October 14, 2024 08:48 AM

    Thanks Brian, it's great to see that a detailed migration process is being provided.

    The recommended PTFs state "It is important to keep all systems in a BRMS network at the same level of BRMS PTFs."  Does this mean we should be applying the PTF across all of the LPARs that are part of our BRMS network at the same time?  Generally we would apply a PTF in a lower environment first, before moving to production, but my prod and nonprod LPARs are all part of the same BRMS network.



    ------------------------------
    Steven Riedmueller
    Certified IBM i Admin
    Speaker, Mentor, and Advocate
    ------------------------------



  • 3.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted Tue October 15, 2024 02:53 AM

    Hello Brian,

    I think these BR1 PTFs are important to be applied BEFORE the actual migration to BR2 product. What they do, is to retain the function usage information when you will delete the BR1 product. Otherwise without these PTFs, when you will delete BR1, the relevant function usage information will be also deleted and when you will install the BR2 product you will need to use again the SETUSRBRM command to assign your required BRMS authorities to the desired user profiles. Here is simple SQL statement you can use to check for BRMS functional authorities currently applied on your environment:
    SELECT * FROM QSYS2.FUNCTION_USAGE 
       WHERE USER_NAME <> '          '
       and function_id like 'QIBM_Q1A%'
       ORDER BY 1

    regards,

    Nikos



    ------------------------------
    NIKOS METAXATOS
    ------------------------------



  • 4.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted Tue October 15, 2024 03:49 AM

    Hi Brian Nordland, just  last week a customer is asking me about BRMS plugin into iNavigator and what's about BR2 products. 

    Thanks for the info i share with my community. 



    ------------------------------
    Luca Maurizio Verzicco
    IBMi Service and PreSales Manager
    S2E - Solution to Enterprise
    Milano - Italy
    +39 380 6570039
    ------------------------------



  • 5.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted Tue October 15, 2024 07:22 AM

    Steven,

    I'm no authority on the subject but we have 14 lpars of IBM i across 3 Power systems.  All with BRMS networked together.  You can bet your sweet bippy that we do not bring all systems down at once to do OS upgrades let alone PTF's.  And we do saves as part of that process and we've not had any problems with the inventory staying in sync.  The only caveat is we always run SETUSRBRM USER(QSECOFR) USAGE(*ADMIN) prior to beginning those dedicated full system saves or, even more so, prior to any STRBALBRM.  Occasionally it forgets this.  Maybe that is what those PTF's are trying to address.



    ------------------------------
    Robert Berendt IBMChampion
    Business Systems Analyst, Lead
    Dekko
    Fort Wayne
    260-599-3160
    ------------------------------



  • 6.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted Tue October 15, 2024 08:53 AM

    Thanks Robert, I appreciate the input!  I suspect the statement about keeping all hosts at the same level is boilerplate for all BRMS PTFs.  I don't take it lightly to deviate from IBM's explicit instruction, so I'm hoping there might be an official response to my question.  If not, we'll just proceed as normal and get the nonProd systems updated first before Prod.



    ------------------------------
    Steven Riedmueller
    Certified IBM i Admin
    Speaker, Mentor, and Advocate
    ------------------------------



  • 7.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted Wed January 15, 2025 02:01 PM
     
    Prior to running DLTLICPGM LICPGM(5770BR1) OPTION(*ALL) I thought I'd check to see if anything was locked.
     
    WRKOBJLCK OBJ(QBRMS) OBJTYPE(*USRPRF)
    shows these
    Job          User 
    QBRMNET      QBRMS
    QNMAPINGD    QBRMS
    Q1ACPDST     QBRMS
     
    WRKOBJLCK OBJ(QBRMSYNC) OBJTYPE(*USRPRF)
    shows none.
     
    WRKOBJLCK OBJ(QBRM) OBJTYPE(*LIB)
    shows these jobs:
    Job          User 
    QBRMNET      QBRMS
    Q1ACPDST     QBRMS
     
    Should I be concerned about these prior to running the DLTLICPGM?



    ------------------------------
    Robert Berendt IBMChampion
    Business Systems Analyst, Lead
    Dekko
    Fort Wayne
    ------------------------------



  • 8.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted Wed January 15, 2025 03:47 PM

    Hello @Robert Berendt,

    It is wise to end the subsystem Q1ABRMNET prior to issuing the DLTLICPGM for 5770BR1. As i remember removing the BRMS product removes QBRM library from your system so it is possible that some objects are locked by these jobs . 



    ------------------------------
    Rohit Chauhan
    Senior Technical Specialist
    Norway
    ------------------------------



  • 9.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted Wed January 15, 2025 03:57 PM
    Robert Berendt (Customer)
    Jan 15, 2025, 15:48

    I ended those subsystems. Made sure they were ended.

    From another system I ran: WRKOBJBRM OBJ(ROB/A) FROMSYS(GDI)

    Checked the locks I checked before. Didn't see any

    Tried to save QUSRBRM and two objects were locked:

    Cannot allocate object for file QA1AMB in QUSRBRM.

    Cannot allocate object for file QA1AOD in QUSRBRM.

    Could not find a lock for them.

    So on the remote system I got out of the WRKOBJBRM and signed off.

    Now I can save QUSRBRM without issues. Just a lucky timing issue? Apparently WRKOBJBRM from a remote system fails to respect those subsystems.

    I like to try things apparently IBM hasn't thought of.



    ------------------------------
    Robert Berendt IBMChampion
    Business Systems Analyst, Lead
    Dekko
    Fort Wayne
    ------------------------------



  • 10.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted Wed January 15, 2025 04:03 PM
    Edited by Robert Berendt Wed January 15, 2025 04:03 PM

    Ah, you have to look under member locks. After you hit WRKOBJLCK hit F6 to work with member locks

                      Lock           

    Member   Job     User    Type  Lock   Status 

    QA1AMB   QRWTSRVR  QUSER    DATA  *SHRUPD  HELD  

    QRWTSRVR does not run in the subsystems you're told to end.



    ------------------------------
    Robert Berendt IBMChampion
    Business Systems Analyst, Lead
    Dekko
    Fort Wayne
    ------------------------------



  • 11.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted Thu January 16, 2025 08:14 AM

    @Robert Berendt - I'm curious as to your experience with the converting to Subscription. As you know (or may know) BR2 is a subscription pgm meaning different license keys and renewal terms etc. Did you have any involvement in that process - what kind of 'credit', if any, did you get from having left over SWMA from your BR1 product that carried over into the cost of BR2. 



    ------------------------------
    Rich Malloy
    ------------------------------



  • 12.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted Thu January 16, 2025 10:06 AM

    I don't do the negotiating around here.  That's the boss' job.



    ------------------------------
    Robert Berendt IBMChampion
    Business Systems Analyst, Lead
    Dekko
    Fort Wayne
    ------------------------------



  • 13.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted Tue February 04, 2025 02:47 PM

    I am also looking for this information. I checked with IBM on this but did not receive the proper response. I was asked to refer the licensing information in Help systems Wiki site. 



    ------------------------------
    Srinivasan Rao
    ------------------------------



  • 14.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted Sun February 09, 2025 06:11 PM
    Edited by Brian Nordland Sun February 09, 2025 06:12 PM

    I just wanted to provide a quick update here around some of the questions on things like file locks and file dependencies. The BRMS team continually works to improve the product and documentation. As a result of some of this feedback, the BRMS BR2 upgrade instructions on the Fortra BRMS documentation website ( https://fortradocs.atlassian.net/wiki/spaces/IWT/pages/2765848577/BRMS+5770-BR2+Installation ) have been updated. The latest updates include an additional command to run to uninstall the BRMS SQL services to prevent a file dependency issue. When BR2 is installed, the SQL services will be re-installed. 



    ------------------------------
    Thanks,
    Brian Nordland
    Director of Development at Fortra
    ------------------------------



  • 15.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted Fri May 16, 2025 02:16 PM

    Do not do the instructions in the order given.

    Please tell how we're supposed to do the following AFTER we've deleted BR1 which wipes out the library QBRM?

    CALL QBRM/Q1AOLD PARM('INSTALL ' 'RMVSQLSERV' 'N' '00')  



    ------------------------------
    Robert Berendt IBMChampion
    Business Systems Analyst, Lead
    Dekko
    Fort Wayne
    ------------------------------



  • 16.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted Fri May 16, 2025 06:06 PM

    Hi @Robert Berendt,

    There was mistake in the sequence which was already reported by me and corrected so the steps are in right order. It should be run before deleting BR1.

    BRMS (5770-BR2) Installation - IBM Partnership -

    Alternatively, you can refer to the BRMS migration from 5770BR1 to 5770BR2 in the IBM i 7.6 Features and Functions Redbook. We've included screenshots to clearly illustrate each step of the migration process..

    IBM i 7.6 Features and Functions



    ------------------------------
    Rohit Chauhan
    Senior Technical Specialist
    Norway
    ------------------------------



  • 17.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted 26 days ago

    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
    ------------------------------



  • 18.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted 25 days ago

    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
    ------------------------------



  • 19.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted 25 days ago

    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
    ------------------------------



  • 20.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted 24 days ago

    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
    ------------------------------



  • 21.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted 24 days ago

    Sign on as QSECOFR.  Run the following for both QSECOFR and for you:

    SETUSRBRM USER(QSECOFR) USAGE(*ADMIN)

    That's always the first command I run before I start our downtimes and backups.  Never know when PTF, etc will change it back.  Gets a wee bit frustrating.

    I'll be honest, when we setup BRMS with the network support and all that we had assistance.  We also do not use Flash Copy other than for IBM Safe Guarded Copy.  That's a Lab Services product useful for scheduling flash copies for malware recovery.

    We use matching Data Domain 6900 VTL's.  One in each DC.  They replicate to each other.  Makes it really easy to get the 'tape' from the remote to restore locally.



    ------------------------------
    Robert Berendt IBMChampion
    Business Systems Analyst, Lead
    Dekko
    Fort Wayne
    ------------------------------



  • 22.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted 24 days ago

    Michael - when you say.." you recently purchased a license for BRMS"...did you buy a license for BR1 or a SUBSCRIPTION for BR2.. BR2 is a subscription based product.  BRMS is 'great'..until it's not....there's quite a bit to consider when setting this up and using it on day-to-day basis.......and it can be very frustrating - a lot of it depends on how many systems/lpars you have and what you want to get out of BRMS in general. 




    ------------------------------
    Rich Malloy
    Principal Systems Engineer - IBMi
    Cox Automotive
    Draper UT
    ------------------------------



  • 23.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted 24 days ago

    Yes there is a lot to setting it up, right.  Especially with multiple LPARs etc  But it's all worth it

    I can use this command and find all the dates/times/tapes containing a particular item.

    WRKOBJBRM OBJ(ERPLXF/IIM) SLTDATE(*BEGIN *END) FROMSYS(*LCL)

    I can change that last parameter and even ask a remote system if it has a save of it.

                                         Save       Save          
     Object      Library      Type       Date       Time    Volume
    IIM          ERPLXF       *FILE      5/21/25  17:40:10  G70180
    IIM          ERPLXF       *FILE      5/22/25  17:41:30  G70154
    IIM          ERPLXF       *FILE      5/23/25  17:40:16  G70177
    IIM          ERPLXF       *FILE      5/24/25  17:40:34  G70160
    IIM          ERPLXF       *FILE      5/25/25  17:40:29  G70186
    IIM          ERPLXF       *FILE      5/26/25  17:40:11  G70157
    IIM          ERPLXF       *FILE      5/27/25  17:43:34  G70131
    IIM          ERPLXF       *FILE      5/28/25  17:40:22  G70172

    Then I can use an option: 7=Restore object, to restore that particular object from a particular save.  Granted, if the system is from a remote system I'll have to use the GUI on the VTL to do a little magic to import the tape into the right pool.  I don't have to do that for tapes from different lpars/systems in the same data center.

    I also wrap this command with appropriate OVRPRTF's to generate PDF's and I have a recovery report capable of doing a bare metal restore

    STRRCYBRM ACTION(*REPORT)

    I send that PDF to multiple servers in different countries.  I trust this as I have used these reports to do bare metal restores.

    Frustrations?  Very few. 

    That SETUSRBRM is one. 

    BRMS leaving commit cycles open with the goofy belief that a raw user is supposed to know when to do a commit or rollback, on BRMS operations, is another.  This is why I sign off/back on after doing any BRMS operations prior to a RCLSTG.

    And on very rare occasions I have had to get help on the line to do a little SQL magic to clean up the tape inventory.



    ------------------------------
    Robert Berendt IBMChampion
    Business Systems Analyst, Lead
    Dekko
    Fort Wayne
    ------------------------------



  • 24.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted 24 days ago

    Hi Rich, my apology for the confusion and miswording. I believe we purchased BR2 and a subscription to it. Looking at the license key for it I can see it expires in 3 years. Our IBM business partner going to assist us with the setup because I've never done the setup of BRMS before. 

    I'm sure there will be some things about it that I may not like. The integration with IBM's Flashcopy Toolkit is something I'm interested in seeing how it works. 



    ------------------------------
    Michael Soucy
    ------------------------------



  • 25.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted 24 days ago

    Be very open minded and listen to your business partner.  The toughest part is for some people to abandon the paradigm of 'sensible' naming of tapes based on days of the week, etc.  Go all in.  I think using a BP to help you is a good idea.



    ------------------------------
    Robert Berendt IBMChampion
    Business Systems Analyst, Lead
    Dekko
    Fort Wayne
    ------------------------------



  • 26.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted 24 days ago

    Hi Robert, what's your take on "media class" in BRMS?  In my mind, all of the virtual tapes are the same density (i.e. ULTRIUM5).  So what's the benefit of tagging different tapes with different media classes?  Is this just a vestige of times past, or is there still some benefit to utilizing media classes if all of your virtual tapes are otherwise the same?



    ------------------------------
    Steven Riedmueller
    Certified IBM i Admin
    Speaker, Mentor, and Advocate
    ------------------------------



  • 27.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted 24 days ago

    Media classes.  That's a good question, but worthy of it's own thread.



    ------------------------------
    Robert Berendt IBMChampion
    Business Systems Analyst, Lead
    Dekko
    Fort Wayne
    ------------------------------



  • 28.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted 24 days ago

    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
    ------------------------------



  • 29.  RE: Simple Migration of BRMS from 5770-BR1 to 5770-BR2

    Posted 23 days ago

    Hi Robert,

    Thank you for your help.  I was able to get it installed following the migration steps. 

    Have a great day,

    Mike



    ------------------------------
    Michael Soucy
    Sr Midrange Engineer
    Bangor Savings Bank
    Bangor ME
    ------------------------------