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