0% found this document useful (0 votes)
278 views

MQ Installation Process

The document outlines the steps to install and uninstall IBM MQ on Linux: 1. Create a user "mqm" and filesystems for MQ data. Unzip the MQ package. 2. Run commands as root to install RPM packages and accept the license. 3. Verify installation and set it as the primary installation.

Uploaded by

j. koteswarao
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
278 views

MQ Installation Process

The document outlines the steps to install and uninstall IBM MQ on Linux: 1. Create a user "mqm" and filesystems for MQ data. Unzip the MQ package. 2. Run commands as root to install RPM packages and accept the license. 3. Verify installation and set it as the primary installation.

Uploaded by

j. koteswarao
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

MQ installation process

Step1:

 Create user with name of mqm.


 Create File system /var/mqm &/opt/mqm w.r.t 500GB & 100GB.
 Copy the MQ package in proper place

Installation:

Imp while installation do with root user only.

 Unzip the packages. Then go to MQServer folder execute below command


 tar -xvf IBM_MQ_9.1_LINUX_X86-64_TRIAL.tar
Accept License by using ./mqlicense.sh -accept then use install below command.

Command: rpm -ivh MQSeriesRuntime-9.3.0-0.x86_64.rpm MQSeriesSDK-9.3.0-0.x86_64.rpm


MQSeriesSamples-9.3.0-0.x86_64.rpm MQSeriesJava-9.3.0-0.x86_64.rpm MQSeriesJRE-9.3.0-
0.x86_64.rpm MQSeriesServer-9.3.0-0.x86_64.rpm MQSeriesGSKit-9.3.0-0.x86_64.rpm

 After installation verify the installed packs by using below command


rpm -qa |grep -i mq

 Then Set as Primary installation by using below command


/opt/mqm/bin/setmqinst -i -p /opt/mqm

Uninstall Process;
Login as root user then execute rpm -qa |grep -i mq commad

Command rpm -ev MQSeriesRuntime-9.1.0-0.x86_64.rpm MQSeriesSDK-9.1.0-0.x86_64.rpm


MQSeriesSamples-9.1.0-0.x86_64.rpm MQSeriesJava-9.1.0-0.x86_64.rpm MQSeriesJRE-
9.1.0-0.x86_64.rpm MQSeriesServer-9.1.0-0.x86_64.rpm

You might also like