IBM i Global

IBM i 

A space for professionals working with IBM’s integrated OS for Power systems to exchange ideas, ask questions, and share expertise on topics like RPG and COBOL development, application modernization, open source integration, system administration, and business continuity.


#Power


#IBMi
#Power
 View Only
  • 1.  5770-br2 subscription term

    Posted 2 days ago

    Hello

    what happen for 5770-br2 when expire subscription term?

    Will it stop working? Or will it just stop providing support services and patches?

    Best Regards

    Seyed Khavari



    ------------------------------
    Mehdi Seyed Khavari
    ------------------------------


  • 2.  RE: 5770-br2 subscription term

    Posted yesterday

    Hello Seyed,

    Yes, if your IBM BRMS BR2 license expires, most of the BRMS functions will stop working.

    You'll lose access to backup, recovery, and media management features until you renew or update the license key.

    There is a built-in product locking function doing this...

    https://www.ibm.com/docs/en/i/7.5.0?topic=installation-updating-license-information

    best regards,

    Stefan Pelzer



    ------------------------------
    Stefan Pelzer
    Teamlead IBM i & IBM Cloud / Senior Consultant
    PROFI Engineering Systems AG
    Munich
    ------------------------------



  • 3.  RE: 5770-br2 subscription term

    Posted 20 hours ago

    Hello Stefan

    Thank you very much for your reply.

    You are correct.

    But I am talking about a situation where the subscription period has expired and I have not been able to renew the subscription on time.

    Will the BRMS-BR2 software stop working in this situation?

    Best Regards,

    Seyed Khavari



    ------------------------------
    Mehdi Seyed Khavari
    ------------------------------



  • 4.  RE: 5770-br2 subscription term

    Posted 19 hours ago

    Yes it will stop working.  It is a computer, it doesn't listen to compassionate discussions on how one failed to notice a license was about the expire, the person who was supposed to watch this left the company, it takes management months to get an approval.  All that, it ignores.  This isn't two guys haggling price at the market.

    IBM i's Run SQL Scripts has multiple examples on how to monitor for expiring licenses.  For example:

    --  category:  IBM i Services
    --  description:  Product - Expiring license info

    --
    -- Return information about all licensed products and features 
    -- that will expire within the next 2 weeks.
    --
    SELECT * FROM QSYS2.LICENSE_INFO
    WHERE LICENSE_EXPIRATION <= CURRENT DATE + 50 DAYS;

    -- Return information about all licensed products and features 
    -- that will expire within the next 2 weeks, for installed products only
    --
    SELECT * FROM QSYS2.LICENSE_INFO
    WHERE INSTALLED = 'YES' AND
    LICENSE_EXPIRATION <= CURRENT DATE + 50 DAYS;



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



  • 5.  RE: 5770-br2 subscription term

    Posted 19 hours ago

    See also Navigator at  https://youribmi.yourcompany.com:2003/Navigator/mainframe/cfg/license-info?sortField=licenseExpiration&sortOrder=1



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



  • 6.  RE: 5770-br2 subscription term

    Posted 19 hours ago

    Hello Robert,

    Thank you very much for your reply.

    Best Regards,

    Seyed Khavari



    ------------------------------
    Mehdi Seyed Khavari
    ------------------------------