MQ

MQ

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only

Managing queue manager startup and shutdown on Linux with systemd 

Wed November 13, 2019 03:16 PM
Statistics
0 Favorited
60 Views
1 Files
0 Shares
33 Downloads
Attachment(s)
docx file
Managing queue manager startup and shutdown on Linux with....docx   21 KB   1 version
Uploaded - Wed November 13, 2019

Comments

Fri March 17, 2023 11:03 AM

RE: file limits see the section on "Configuring the users who start IBM MQ" subsection "Maximum open files"  https://www.ibm.com/docs/en/ibm-mq/9.1?topic=linux-configuring-tuning-operating-system

Fri March 17, 2023 10:59 AM

Note:  Be sure to validate your ulimits against those in the example. You may obtain them using the  command mqconfig.  There is additional documentation http://www.bearintegration.com/2021/04/linux-systemd-for-integration-nodes-as.html  but the same caveats exist. 

Also be aware that if you instantiate mq/ace/iib as a systemd service, using the CLI(e.g. strmqm or mqsistart)  to start/stop them rather than starting or stopping the service (systemctl start <service>) will change the service to inactive, even if in fact mq/ace/iib are running.

And if you happened to add the restart clauses

  • Restart=on-abnormal
  • RestartSec=5s

to the service unit file then stopping from the CLI will cause systemd to restart automagically based on the restart configuration.