Installing a WebSphere® MQ client on a
32 bit or 64 bit Linux® system.
Before you begin
- Before you start the installation procedure, make sure that you
have completed the necessary steps outlined in Preparing the system.
- If this installation is not the first installation on the system,
you must ensure that you have write access to /var/tmp.
About this task
This task describes the installation of the client, using
the RPM Package Manager installer to select which components you want
to install. You must install at least the Runtime and Client components.
The components are listed in Choosing what to install.
Procedure
- Log in as root, or switch to the superuser using the su command.
- Make your current directory the location of the installation
file. The location might be the mount point of the DVD, a network
location, or a local file system directory.
- 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 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.
- If this installation is not the first installation
on the system, you must run crtmqpkg to create
a unique set of packages to install on the system:
- Enter the following command:
crtmqpkg suffix
where
suffix is a
name of your choosing, that will uniquely identify the installation
packages on the system.
suffix is not the same
as an installation name, although the names can be identical.
suffix is limited to 16 characters in the ranges A-Z, a-z,
and 0-9.
- Set your current directory to the location specified
when the crtmqpkg command completes.
This directory is a sub-directory of /var/tmp/mq_rpms, in which the unique set of packages is created. The packages have
the suffix value contained within the filename.
- Install IBM WebSphere MQ.
The minimum components you must install are the
MQSeriesRuntime and the MQSeriesClient.
- 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
- To install to a non-default location use the rpm --prefix option. For each installation, all of the IBM WebSphere MQ components that
you require must be installed in the same location.
The installation
path specified must either be an empty directory, the root of an unused
file system, or a path that does not exist. The length of the path
is limited to 256 bytes and must not contain spaces.
For example,
to install the runtime and server components to
/opt/customLocation on a 32-bit
Linux system:
rpm --prefix /opt/customLocation -ivh MQSeriesRuntime-7.5.0-0.i386.rpm
MQSeriesClient-7.5.0-0.i386.rpm