IBM Z and LinuxONE IBM Z

  • 1.  MQ Upgrade to 9.3.4.0 on Window Server

    Posted Wed January 03, 2024 02:38 PM

    Hi,

    I am looking for the experienced person who has recently upgraded MQ to version 9.3.4.0 on Window server.

    I have some questions to ask.  

     

     

    Thank you very much.

     

    Best Regards,

    Jianfu Wang

    Sr. ITS Administrator – mainframe

    Cognizant – TZUSA

     

     

    This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient(s), please reply to the sender and destroy all copies of the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email, and/or any action taken in reliance on the contents of this e-mail is strictly prohibited and may be unlawful. Where permitted by applicable law, this e-mail and other e-mail communications sent to and from Cognizant e-mail addresses may be monitored.


  • 2.  RE: MQ Upgrade to 9.3.4.0 on Window Server

    IBM Champion
    Posted Thu January 04, 2024 02:19 PM

    You should post your IBM MQ question in the MQ forum.

    The first thing you should read is the difference between CD and LTS releases of IBM MQ:
    https://www.ibm.com/docs/en/ibm-mq/latest?topic=planning-mq-release-types

    The current IBM MQ CD release is 9.3.4.1 and the current LTS release is 9.3.0.15.  You should always install the latest release of the software.

    In the future, just post your questions. If your question is about what to install, select custom install and pick those components that are required. i.e. Java, GSkit, etc... If you are not using MQ/MFT then don't install it.

    later



    ------------------------------
    Roger Lacroix
    CTO
    Capitalware Inc.
    London ON Canada
    https://capitalware.com
    ------------------------------



  • 3.  RE: MQ Upgrade to 9.3.4.0 on Window Server

    Posted Fri January 05, 2024 08:30 AM

    My first question is how to back up the whole existing MQ 8.0.0.5. Including Queue managers, channels definitions and so on so forth.

     

    Current version installation is as the below.

    InstPath:    C:\Program Files\IBM\WebSphere MQ

    DataPath:    C:\ProgramData\IBM\MQ

    FilePath    REG_SZ    C:\Program Files\IBM\WebSphere MQ

     

    Thank you very much.

     

    Best Regards,

    Jianfu Wang

    Sr. ITS Administrator - mainframe

    Cognizant – TZUSA

     

     

    This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient(s), please reply to the sender and destroy all copies of the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email, and/or any action taken in reliance on the contents of this e-mail is strictly prohibited and may be unlawful. Where permitted by applicable law, this e-mail and other e-mail communications sent to and from Cognizant e-mail addresses may be monitored.





  • 4.  RE: MQ Upgrade to 9.3.4.0 on Window Server

    IBM Champion
    Posted Fri January 05, 2024 02:42 PM

    For a default install, MQ stores all of the queue manager(s) information in the following directory:

    • For Windows, the directory is:  C:\ProgramData\IBM\MQ\qmgrs\{QMgrName}\ 
    • For Unix/Linux, the directory is:  /var/mqm/qmgrs/{QMgrName}/  

    If you only have 1 queue manager then it's pretty straight-forward. For more than 1 queue manager, you just repeat the following steps for each queue manager.

    Here's what I do before I do a major upgrade for Linux, Unix or Windows.  i.e. 9.2 -> 9.3

    • Log onto the server as an authorized MQ user
    • Run the dmpmqcfg command against each queue manager (it must be running) and dump everything to a file
    • Stop all queue managers on the server (before taking a backup)
    • Go to the "qmgrs" directory. i.e. C:\ProgramData\IBM\MQ\qmgrs\ 
    • For Windows, zip/compress each queue manager directory.  i.e. Queue Manager name of MQA1

    zip -r -o MQA1_backup_20240105.zip MQA1\*.*

    • For Unix/Linux, tar then compress each queue manager directory. i.e. i.e.  Queue Manager name of MQA1

    tar -cvf MQA1_backup_20240105.tar MQA1/*

    zip -r -o MQA1_backup_20240105.tar.zip MQA1_backup_20240105.tar

    Since, you are on a very old release of IBM MQ, you should read the Migration Paths in the MQ Knowledge Center.

    https://www.ibm.com/docs/en/ibm-mq/latest?topic=mq-migration-paths

    From the Knowledge Center, since you are using MQ v8.0.0.5, you can go directly to MQ v9.3.  Make sure you install the latest release of MQ which is 9.3.0.15 for LTS and 9.3.4.1 for CD. Your company is not proactive in keeping up with the latest release of MQ, therefore, I would not install MQ CD release.

    Hope that helps.



    ------------------------------
    Roger Lacroix
    CTO
    Capitalware Inc.
    London ON Canada
    https://capitalware.com
    ------------------------------



  • 5.  RE: MQ Upgrade to 9.3.4.0 on Window Server

    Posted Thu January 25, 2024 11:27 AM

    Good morning Roger,

    First of all, thank you so much for your help.

    I still have the following questions.

    1. What do I need to select for configuring a domain user ID? Yes or No or Don't know?

     

    1. Do I need to go to prepare IBM MQ wizard after MQ installation?

     

    1. What user id do I need? Server admin?

     

    1. Just need to confirm if the current MQ queue managers will not be deleted before deleting existing MQ explorer version and later installing new version.

    In other words, QuesueTest3 and RemoteQueueTest1 and 2 will be shown on the MQ explorer new version. Is it correct?

     

     

    Thank you very much.

     

    Best Regards,

    Jianfu Wang

    Sr. ITS Administrator - mainframe

    Cognizant – TZUSA

    M +1 270.792.8618

     

     

    This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient(s), please reply to the sender and destroy all copies of the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email, and/or any action taken in reliance on the contents of this e-mail is strictly prohibited and may be unlawful. Where permitted by applicable law, this e-mail and other e-mail communications sent to and from Cognizant e-mail addresses may be monitored.





  • 6.  RE: MQ Upgrade to 9.3.4.0 on Window Server

    Posted Tue January 30, 2024 08:33 AM

    Good morning Roger,

    I just need to select No or Don't know to upgrade MQ from 9.1 to 9.3 based on the current MQ 9.1. Is it correct? Because I don't need to run "prepare IBM MQ wizard" after upgrading the MQ.

     

     

     

    Thank you very much.

     

    Best Regards,

    Jianfu Wang

    Sr. ITS Administrator - mainframe

    Cognizant – TZUSA

    M +1 270.792.8618