crtmqm:找不到命令 (crtmqm: command not found)


問題描述

crtmqm:找不到命令 (crtmqm: command not found)

I have installed a trial version of MQ and now im trying to create a queue manager. Running the command crtmqm gives

crtmqm ‑q QManager
bash: crtmqm: command not found

參考解法

方法 1:

It's most likely the case that your path isn't set up correctly.

Find out where the crtmqm is located (such as with find / ‑name crtmqm) and add that directory to your path (in your favorite startup file, like .profile or .bash_profile).

You may also then need to open up a new session (or even log in again), depending on which startup file was changed.

方法 2:

I encountered the same problem in using IBM MQ V7.5. In that i could get rid of this by setting the path to the directory which i have these executable files which i created in the 6th step of following the blog ‑ Enterprise Messaging with Synapse, WSO2 ESB and WebSphere MQ 

To set the patch , i added the line export PATH=$PATH:/home/wso2/mqm/bin to the .bashrc file of the user and executed the source .bashrc command.

方法 3:

Most likely cause is that you did not run setmqinst.  

When WebSphere MQ gained multiple install capability, it became necessary to explicitly tell WMQ which install you want to use as the default.  This is especially important when the multiple installs are of different versions and the API may have changed or the classes repackaged a bit.  Running setmqinst sources the correct set of libraries, classes, etc.  Full details are at the Infocenter page linked above.

Unfortunately, setting the PATH as recommended by other respondents only works in the narrow case that there is only one install of WMQ and it is in the default location.

(by praveenpaxdiabloShammi JayasingheT.Rob)

參考文件

  1. crtmqm: command not found (CC BY‑SA 3.0/4.0)

#ibm-mq






相關問題

將 WebSphere MQ 與 Twisted 一起使用 (Using WebSphere MQ with Twisted)

Websphere MQ 和高可用性 (Websphere MQ and High Availability)

Cara menghapus informasi header pesan di pesan yang dikelompokkan WebSphere MQ saat menerima di .Net client (How to remove the message header informations in WebSphere MQ grouped message while receving in .Net client)

crtmqm:找不到命令 (crtmqm: command not found)

Cách lấy tên hàng đợi MQSeries trong .NET mà không có 2068 (How to get MQSeries queuename in .NET without 2068)

在 MQ Java 客戶端中使用 SSL 時出錯 (Error while using SSL in MQ java client)

檢測客戶端連接上的 MQ 操作 (Detecting MQ operations on client connection)

JMS API 不能瀏覽消息,IBM API 可以 (JMS API cannot browse messages, IBM API can)

Web Sphere + IMessageConsumer + 接收消息 (Web Sphere + IMessageConsumer + receiving messages)

如何配置 IIB 10 以將 monitoring_event 消息作為持久性 MQ 隊列發布? (How to configure IIB 10 to publish monitoring_event messages as persisitent to persistent MQ queue?)

spring boot jms - 在@JmsListner 中發送和接收消息 (spring boot jms - send and receive message inside @JmsListner)

如何使用 JMeter 將 XML 文件發送到 IBM MQ? (How to send the XML file using JMeter to IBM MQ?)







留言討論