The MQ Queue Manager cannot be stopped by using the endmqm command. What should I do?

Source: Internet
Author: User
The MQ Queue Manager cannot be stopped by using the endmqm command. What should I do?

Environment

Product: MQSeries
Platform: Unix
Version: V5.0 or later

The MQ Queue Manager cannot be stopped by using the endmqm command. What should I do?

Generally, you can use endmqm to stop the MQ queue manager. However, in some special cases, the queue manager cannot be stopped by using this command. You can manually stop the queue manager by using the following methods:

1. Use the ps command to find the queue manager that is still running.ProgramProcess ID. For example, if the queue manager is named qm1, you can use the following command:

PS-Ef | grep qm1

2. terminate any Queue Manager processes that are still running. Use the kill command to specify the ID of the process found by the ps command. (Kill-9 can be used to terminate a process that cannot be stopped ).

Terminate processes in the following order:

Amqpcsea command server
Amqhasmx Recorder
Amqharmx log formatter (only available when using linear logs)
Amqzllp0 checkpoint Processor
Amqzlaa0 Queue Manager Proxy
Amqzxma0 processing controller
Amqrrmfa library process (used for clustering)


Manually stopping the queue manager may cause the ffst to report an error transaction and generate the FDC file in the/var/MQM/errors Directory, which can be ignored.

Or, after finding the process number, you can kill it directly.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.