Download the tar file from password advantage.If you want to use a trial version please download from
IBM MQ.
The MQ will be installed using rpm package so install rpm if not available in your linux environment.
Untar the package and Agree the license before installation using root user.
./mqlicense.sh -accept
Licensed Materials - Property of IBM
5724-H72
(C) Copyright IBM Corporation 1994, 2013 All rights reserved.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.
Agreement accepted: Proceed with install.
Use rpm to install MQ.
rpm --prefix <install path> -ivh MQSeriesRuntime-*.rpm MQSeriesServer-*.rpm
Preparing... ########################################### [100%]
1:MQSeriesRuntime ########################################### [ 50%]
2:MQSeriesServer ########################################### [100%]
We have installed only the MQSeriesRuntime and MQSeriesServer.IF you want to install all the component use
rpm -ivh *.rpm.
Refer the RPM useful commands.
To set this installation as primary one.Use the below command.
<installpath>/bin/setmqinst -i -p <install path>118 of 118 tasks have been completed successfuly.
'<installpath> set as the Primary Installation.
To check the system compatability run mqconfig under bin folder.
./mqconfig
It will check the ulimit and semaphore values .