Perform the following steps to install WebSphere® MQ for Websphere Commerce Server
use.
Before you begin
Ensure that you created a user ID and group ID for WebSphere MQ. You can run
the
system-config-users command to create both
a user ID and group ID. For example, user ID:
mqm and
group ID:
mqm.
Procedure
- Go to the directory where you have downloaded the WebSphere MQ packages, for
example, /opt/software/WCS/MQ.
- Run the run mqlicense.sh –text_only command
to validate your licenses.
- Press 1 to accept the licenses.
- Install the runtime, client, and server packages for WebSphere MQ. To do that,
run the cd wc_install rpm -ivh MQSeries* command.
- Go back to the previous directory, and run the rpm
-ivh MQSeries* command.
If you receive a
dependency error, you will need to install the dependency first. An
example of a failed dependency looks similar to the following:
gsk7bas64 >= 7.0-4.27 is needed by MQSeriesKeyMan-7.0.1-3.x86_64
- Install the dependency first. In this case, run the rpm
-ivh gsk7bas* command.
- Run the rpm -ivh MQSeries* command again.