How to Install IBM MQ Client - RS Digitech

IBM MQ Client installation:


1. Download the MQ Client installer file for Linux "mqc75_7.5.0.4_linuxx86-64.tar.gz”.

2. This file is already downloaded and present in path "C:\Softwares\IBM MQ\Client" on RDP machine.

3. Copy this file to the Linux machine where MQ client need to be installed in /tmp or any other directory and execute following commands.

gunzip mqc75_7.5.0.4_linuxx86-64.tar.gz

It will extract and create one tar file along with other files which can be extracted using following command.

tar -xvf mqc75_7.5.0.4_linuxx86-64.tar

4. Once extracted following files will be created in directory.

-rw-r--r--. 1 devops root   250027 Aug 7 2014 MQSeriesSDK-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root   858311 Aug 7 2014 MQSeriesSamples-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root 20351058 Aug 7 2014 MQSeriesRuntime-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root 72399460 Aug 7 2014 MQSeriesJRE-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root 28274654 Aug 7 2014 MQSeriesJava-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root  4453144 Aug 7 2014 MQSeriesClient-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root  7181049 Aug 7 2014 MQSeriesXRClients-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root   151451 Aug 7 2014 MQSeriesMsg_Zh_TW-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root   149426 Aug 7 2014 MQSeriesMsg_Zh_CN-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root   155039 Aug 7 2014 MQSeriesMsg_ru-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root   161857 Aug 7 2014 MQSeriesMsg_pt-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root   163030 Aug 7 2014 MQSeriesMsg_pl-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root   144835 Aug 7 2014 MQSeriesMsg_ko-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root   151502 Aug 7 2014 MQSeriesMsg_ja-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root   162011 Aug 7 2014 MQSeriesMsg_it-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root   163770 Aug 7 2014 MQSeriesMsg_hu-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root   160749 Aug 7 2014 MQSeriesMsg_fr-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root   160411 Aug 7 2014 MQSeriesMsg_es-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root   168254 Aug 7 2014 MQSeriesMsg_de-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root   161931 Aug 7 2014 MQSeriesMsg_cs-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root   298423 Aug 7 2014 MQSeriesMan-7.5.0-4.x86_64.rpm

-rw-r--r--. 1 devops root 22383872 Aug 7 2014 MQSeriesGSKit-7.5.0-4.x86_64.rpm

drwxr-xr-x. 4 devops root     4096 Aug 7 2014 lap

-rwxr-xr-x. 1 devops root     5627 Aug 7 2014 crtmqpkg

-rw-r--r--. 1 devops root      261 Aug 7 2014 copyright

drwxr-xr-x. 2 devops root     4096 Aug 7 2014 repackage

drwxr-xr-x. 3 devops root     4096 Aug 7 2014 PreReqs

-rwxr-xr-x. 1 devops root     6549 Aug 7 2014 mqlicense.sh

drwxr-xr-x. 2 devops root     4096 Aug 7 2014 licenses

 

5. Run the mqlicense.sh script. If you want to view a text-only version of license, which can be read by a screen-reader, type:

./mqlicense.sh -text_only

The license is displayed.

If you want to accept the license without it being displayed, you can run the mqlicense.sh script with the -accept option.

./mqlicense.sh -accept

You must accept the license agreement before you can proceed with the installation.

6. After accepting the license, to install to the default location, /opt/mqm, use the rpm -ivh command to install each component that you require. For example, to install all components to the default location use the following command:

rpm -ivh MQSeries*.rpm

7. Once MQ client is installed you can locate all installed files in "/opt/mqm" directory.

**************

BW Plugin for MQ Installation:



1. If you have added MQ Jars path explicitly in "bw-engine.tra" in class path and path environment variables, remove them from all places in TRA file.

2. Download and copy the file "TIB_bwpluginmq_7.4.0_linux26gl23_x86_64" on Linux machine.

3. Run the TIBCO installer in console mode by executing below command

./TIBCOUniversalInstaller-lnx-x86-64.bin -console

4. Proceed with installation, during the installation process it will request for the location of MQ Client directory, provide the value "/opt/mqm" as the input directory location

5. Once the installation is complete, copy the following library files from MQ client directory to TIBCO tpcl directory. Execute the following commands.

cd /opt/tibco/tpcl/5.9/lib/

cp /opt/mqm/java/lib/*.jar .

cp /opt/mqm/java/lib64/* .

chmod 755 *