IBM Support

How to check if IBM MQ Web Server (Web Console, REST API) is installed in Windows, Linux, AIX

Question & Answer


Question

You want to know how to check if the IBM MQ Web Server (MQ Web Console, MQ REST API) is
installed in Windows, Linux, and AIX.

Answer

a) Windows
From a command line window, issue the following command:
reg.exe query "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\IBM\WebSphere MQ\Installation" /s
Look in the output for:
Web REG_SZ Installed
.
b) Linux:
rpm -qa | grep MQSeriesWeb
Example:
MQSeriesWeb-9.3.3-0.x86_64
.
c) AIX:
The following displays the MQ fileset "mqm.web.rte" across the default location and all USILs.
Note that the keyword ALL is in UPPERCASE!
  lslpp -R ALL -la "mqm.web.rte"
 
+++ See included PDF file
+++ end +++

[{"Type":"MASTER","Line of Business":{"code":"LOB45","label":"Automation"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSYHRD","label":"IBM MQ"},"ARM Category":[{"code":"a8m0z00000008MGAAY","label":"Install"}],"ARM Case Number":"TS013761997","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions"}]

Document Information

Modified date:
31 July 2023

UID

ibm17015855