List of Contributions

Susan Barker

Contact Details

My Content

1 to 20 of 23 total
Posted By Susan Barker Tue January 30, 2024 11:32 AM
Found In Egroup: MQ
\ view thread
If the qmgr is multi-instance and on one server it was started as a single-instance then when you try to start it on the standy server it will give an error. so the fix is: stop the qmgr (endmqm and start it as a multi-instance (strmqm -x gmqrname). Then go to the server where it is in Running elsewhere" ...
Posted By Susan Barker Sat November 18, 2023 07:22 AM
Found In Egroup: MQ
\ view thread
You need to run MQ commands as "mqm" user – not root. Also on Linux you need to run the set environment command (setmqenv) located in /opt/mqm/bin. https://www.ibm.com/docs/en/ibm-mq/9.1?topic=reference-setmqenv-set-mq-environment Susan Barker Sr. ITX, MQ, ...
Posted By Susan Barker Wed November 08, 2023 05:34 PM
Found In Egroup: MQ
\ view thread
Sounds like you are not even reaching onprem yet. There should be no issues if you have whitelisted the route (destination ip, source ip, port, etc). Our developers are able to reach onprem MQ servers from Azure once the policy is approved and the whitelist policy is implemented. Are you going thru a ...
Posted By Susan Barker Mon September 25, 2023 11:42 AM
Found In Egroup: MQ
\ view thread
Do you have the syntax for inserting a pem file in the key database? I normally use runmqckm commands. Just a suggestion: Create a label for each cert which includes the CA name and the expiration date. Sort of like: baltimoretrustrootca_08202025 Then when you list the certs in the kdb file ...
Posted By Susan Barker Fri August 25, 2023 10:42 AM
Found In Egroup: MQ
\ view thread
Gopinath, What was the OS that was upgraded? You could add an SSL stanza in the qm.ini file to allow specific ciphers. Here is an example: SSL: AllowedCipherSpecs=TLS_RSA_WITH_AES_256_CBC_SHA256,ECDHE_RSA_AES_256_GCM_SHA384 Susan Barker Sr. ITX, MQ, ACE Architect II IBM Champion ...
Posted By Susan Barker Mon April 17, 2023 05:00 PM
Found In Egroup: MQ
\ view thread
Hi, I recommend RedHat Ansible Automation Platform: https://www.ansible.com/products/automation-platform. You could write a ansible playbook scripts to do the updates. I would suggest one for minor version updates and a different script for a major update. Do you have ansible automation platform? ...
Posted By Susan Barker Fri April 14, 2023 02:03 PM
Found In Egroup: App Connect
\ view thread
Adrita, What databases are you connecting to? ACE comes with many drivers. Are you installing on Linux or Windows or ??? What version of ACE are you installing? You see in ACE 11.0.0.11 (for example) there is a directory (after the installation on Linux) called: /opt/IBM/mqsi/11.0. ...
Posted By Susan Barker Wed September 14, 2022 10:41 AM
Found In Egroup: MQ
\ view thread
Hi, Thank you for your question. It's always best to ask questions first. First you need to prepare the system for MQ install on Linux. (more important than the actual installation itself) https://www.ibm.com/docs/en/ibm-mq/9.3?topic=linux-preparing-system Procedure Set up a user ID of the ...
Posted By Susan Barker Tue September 06, 2022 02:49 PM
Found In Egroup: MQ
\ view thread
It's always best to follow the migration doc. Migrate to the required version first, start the queue manager, back it up again, shut it down and then migrate again to the required version. I always do the validation after each upgrade. Start the queue manager Run some commands such as dspmqver, ...
Posted By Susan Barker Tue September 06, 2022 11:54 AM
Found In Egroup: App Connect
\ view thread
What do you mean SSL is not working in ACEv11? We have many https connections in ACEv11 and ACEv12. Are you referring to the WebGui? What does your yaml file look like? Susan Barker Lead MQ, ACE, ITX, Kafka, WAS Architect Victory is nothing without humility, respect and charity...unknown ...
Posted By Susan Barker Tue September 06, 2022 11:43 AM
Found In Egroup: MQ
\ view thread
Mohammed, Since you have a very old version of MQ, MQ 7.5, this may suggest there are applications that use this queue manager and perhaps the reason the migration was not possible is that these applications may not be able to function properly with newer versions. First thing I suggest is mapping ...
Posted By Susan Barker Tue August 02, 2022 10:05 AM
Found In Egroup: MQ
\ view thread
Remember to not only change the queue maximum message length but also the channel maximum message length. For future development you might want to change the default queues and default channels to this maximum message length so all newly built queues will have the length. I normally change: ...
Posted By Susan Barker Mon June 27, 2022 11:03 AM
Found In Egroup: MQ
\ view thread
Hi, Do you need to move the data too? If not: My suggestion is: Install new version of MQ on new Linux server. Backup MQ Queue Manager configuration details on old server. Create new Queue Manager on new server runmqsc – pipe in all object definitions from backup using runmqsc ...
Posted By Susan Barker Thu June 09, 2022 10:44 PM
Found In Egroup: App Connect
\ view thread
Abrha, For the policy files – I update them on the backend – on the server itself – not thru the webgui. Then recycle the IS. Do you have access? What parameters do you need to override? Btw – are you using OpenShift? Are you using the IS in containers? Susan Barker Lead MQ, ACE, ITX, ...
Posted By Susan Barker Thu June 09, 2022 05:07 PM
Found In Egroup: App Connect
\ view thread
Abrha, Good to hear from you. Normally there is a work load management policy "WLM" policy that controls the number of instances spun off and the number of messages per second maximum that can be processed. The default for the WLM policy is 0 additional instances (1 is already running) and 1000 ...
Posted By Susan Barker Mon April 18, 2022 05:19 PM
Found In Egroup: App Connect
\ view thread
Abrha, So good to hear from you! Check out these apply overrides in ACE v12: https://www.ibm.com/docs/en/app-connect/12.0?topic=commands-ibmint-apply-overrides-command Use this command: Ibminit You can use the ibmint apply overrides command to apply overrides to a BAR file or work ...
Posted By Susan Barker Sat April 09, 2022 02:16 AM
Found In Egroup: App Connect
\ view thread
Nithin, There are many reasons why an integration server would not start. The most common is something amiss in the server.conf.yaml file. It could be a typo, etc. Make sure you look for any spelling issues, etc. Download the file and use notepad ++ with a Yaml editor to check for any errors. Remember ...
Posted By Susan Barker Wed March 06, 2019 11:51 AM
Found In Egroup: App Connect
\ view thread
You should definitely consider migration to v11. You can keep the integration node (use 11.0.0.2 at least). All IIB code works fine and it's fairly easy to migrate. Susan Barker Lead MQ/ACE Administrator | Enterprise Solutions - Integration | CDW
Posted By Susan Barker Tue November 27, 2018 11:03 AM
Found In Egroup: App Connect
\ view thread
Greetings all, In ACE 11.0.0 there is the introduction of new nodes such as the GroupScatter node, GroupGather node and GroupComplete node. To read more about these: https://www.ibm.com/support/knowledgecenter/en/SSTTDS_11.0.0/com.ibm.etools.mft.doc/bc04740_.htm "The grouping function is provided ...
Posted By Susan Barker Tue November 20, 2018 01:09 PM
Found In Egroup: App Connect
\ view thread
Please explain what you said about the Integration Node is not fully supported in Production setting in ACE 11.0.0.1. ------------------------------ Susan Barker ------------------------------