IBM Support

Installing Message bus probe package on a system where the message bus probe is installed with supporting packages

Question & Answer


Question

How do you install the message bus probe from the command line when the supporting packages are already installed?

Cause

The message bus probe uses a number of supporting packages, which are provided with the GA probe package.
    probe-nonnative-base
    probe-sdk-java
    common-transformer
    common-transportmodule
Previously installed packages can be removed before applying the latest message bus probe package to prevent issues.
Newer supporting packages can be applied afterwards.

Answer

The message bus probe package for release 22 includes the latest supporting packages.
To prevent package layering problems you can choose to uninstall the previously installed packages, and apply the new probe package.

To check the installed packages on the probe server use imcl.
~/IBM/InstallationManager/eclipse/tools/imcl listInstalledPackages -features -long  | awk -F\: '{ print $3,$4}'
To uninstall all the different supporting packages and message bus probe.
~/IBM/InstallationManager/eclipse/tools/imcl uninstall com.ibm.tivoli.omnibus.integrations.transformer
~/IBM/InstallationManager/eclipse/tools/imcl uninstall com.ibm.tivoli.omnibus.integrations.transportmodule
~/IBM/InstallationManager/eclipse/tools/imcl uninstall com.ibm.tivoli.omnibus.integrations.sdk-java
~/IBM/InstallationManager/eclipse/tools/imcl uninstall com.ibm.tivoli.omnibus.integrations.nonnative-base
 ~/IBM/InstallationManager/eclipse/tools/imcl uninstall com.ibm.tivoli.omnibus.integrations.nco-p-message-bus
To install the latest message bus probe.
Extract the installation package from the package bundle.
To check package in general.
unzip -l im-nco8-p-message-bus-nn_nn.zip
Archive:  im-nco8-p-message-bus-nn_nn.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
197000836  01-01-2020 12:30   omnibus-probe-nco-p-message-bus-1.nn.nn.nn.zip
To unzip the message bus probe package.
unzip im-nco8-p-message-bus-nn_nn.zip omnibus-probe-nco-p-message-bus-1.nn.nn.nn.zip
To check the package is an imcl package.
~/IBM/InstallationManager/eclipse/tools/imcl listAvailablePackages -repositories ./omnibus-probe-nco-p-message-bus-1.22.0.2.zip
com.ibm.tivoli.omnibus.integrations.nco-p-message-bus_1.22.0.2
To install the package.
~/IBM/InstallationManager/eclipse/tools/imcl -c install com.ibm.tivoli.omnibus.integrations.nco-p-message-bus -repositories ./omnibus-probe-nco-p-message-bus-1.22.0.2.zip

[{"Type":"MASTER","Line of Business":{"code":"LOB45","label":"Automation"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSSHTQ","label":"Tivoli Netcool\/OMNIbus"},"ARM Category":[{"code":"a8m500000008a8TAAQ","label":"Probes-\u003E1 Individual Probes-\u003EMessage Bus JSON XML nco_p_message_bus"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions"}]

Document Information

Modified date:
11 May 2023

UID

ibm16989647