When we are using IBM MQ in our environment it is very import to understand what software components we are entitled for usage .Means what are the components that we have purchased license to use in our environment . Without this awareness and if we process to install and and dont use then it will be a Non-Complaint . Means without proper license we are using IBM product . If IBM Comes to Audit and found then there will be actions /penalty etc .
So should be very careful when installing MQ . IBM doesn’t provide separate software for each license . It provide a single software where every component is covered . if we just install it will install all .which means we have installed IBM MQ Advanced components .
In the below table we will see what components comes under which category and its equivalent rpms for the linux server .So we will have better understanding on this .
Feature Entitlement | MQ Base | MQ Advanced | rpm names for the feature |
All other IBM MQ components from the install media not explicitly mentioned | YES | YES | All the packages except below can use in IBM MQ Base If we have at-least one then fall under Advanced |
MQ Web Console, MQIPT, Client | YES | YES | |
Advanced Message Security | NO | YES | MQSeriesAMS |
Replicated Data QM | NO | YES | MQSeriesRDQM This component is available only on Linux for x86-64 (64 bit), on RHEL 7.3 or later. |
Certified Container | NO | YES | Refer below links |
MFT | NO | YES | MQSeriesFTAgent MQSeriesFTBase MQSeriesFTLogger MQSeriesFTService MQSeriesFTTools |
Telemetry | NO | YES | MQSeriesXRService |
Bridge to SalesForce, BlockChain | NO | YES | MQSeriesSFBridge MQSeriesBCBridge The IBM MQ Bridge to blockchain is available only on Linux for x86-64 (64 bit). |
Aspera fasp.io Gateway | NO | YES | for now it is only available in CD version not in LTS . |
To display these components you can use, for example, the following command on Linux :
rpm -qa | grep MQ | xargs rpm -q --info
question
Product offering entitlement for IBM MQ, IBM MQ Advanced, and IBM Cloud Pak
Plesae find the answer in the document link
https://www.ibm.com/docs/en/ibm-mq/9.2?topic=mq-license-information
question
What is package for “Certified Container” which is available in Advance .
https://www.ibm.com/docs/en/ibm-mq/9.1?topic=pmic-choosing-how-you-want-use-mq-in-containers
https://www.ibm.com/docs/en/ibm-mq/9.0?topic=mq-advanced-certified-container
Note: Above information is as per my knowledge . Please reach out to you account manager for you entitlement and be in Complaint always
Install only what you need . Especially in IBM MQ and remove unnecessary one’s if we are not entitled .