Platform Framework
R24 AMR | Min(s) read

Installing WebSphere MQ 8.0

This section shows you how to install WebSphere MQ 8.0 with root user.

From the install/MQINST folder, run the command below.

./mqlicense.sh -accept

Licensed Materials - Property of IBM
5724-H72
(C) Copyright IBM Corporation 1994, 2012 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.

Step 1: Installing WebSphere MQ Components

You can install the WebSphere MQ Components using the following procedure.

  1. With root user, install the following components:
    • MQSeriesRuntime
    • MQSeriesServer
    • MQSeriesClient
    • MQSeriesSDK
    • MQSeriesJava
    • MQSeriesMan
    • MQSeriesJRE
  2. From the folder install/MQINST, run the following commands:
    rpm -ivh MQSeriesRuntime-8.0.0-4.x86_64.rpm
    rpm -ivh MQSeriesServer-8.0.0-4.x86_64.rpm
    rpm -ivh MQSeriesClient-8.0.0-4.x86_64.rpm
    rpm -ivh MQSeriesSDK-8.0.0-4.x86_64.rpm
    rpm -ivh MQSeriesJava-8.0.0-4.x86_64.rpm
    rpm -ivh MQSeriesMan-8.0.0-4.x86_64.rpm
    rpm -ivh MQSeriesJRE-8.0.0-4.x86_64.rpm

Step 2 (Optional): Installing WebSphere MQ Components Fix patch (if any)

You can install the WebSphere MQ Components Fix patch using the following procedure.

  1. With root user, update the following components:
    • MQSeriesRuntime
    • MQSeriesServer
    • MQSeriesClient
    • MQSeriesSDK
    • MQSeriesJava
    • MQSeriesMan
    • MQSeriesJRE
  2. From the folder install/MQINST_FP, run the following commands:
    rpm -ivh MQSeriesRuntime-U200491-8.0.0-4.x86_64.rpm
    rpm -ivh MQSeriesServer-U200491-8.0.0-4.x86_64.rpm
    rpm -ivh MQSeriesClient-U200491-8.0.0-4.x86_64.rpm
    rpm -ivh MQSeriesSDK-U200491-8.0.0-4.x86_64.rpm
    rpm -ivh MQSeriesJava-U200491-8.0.0-4.x86_64.rpm
    rpm -ivh MQSeriesMan-U200491-8.0.0-4.x86_64.rpm
    rpm -ivh MQSeriesJRE-U200491-8.0.0-4.x86_64.rpm

Step 3: Completing the Post Installation Tasks

You can complete the post installation tasks using the following procedure.

  1. With root user, run the command below to validate the system configuration.

    su mqm -c "/opt/mqm/bin/mqconfig"

    mqconfig: Analyzing Red Hat Enterprise Linux Server release 6.6 (Santiago)
    settings for WebSphere MQ V8.0
    System V Semaphores
    semmsl     (sem:1)  500 semaphores                                    IBM>=500               PASS
    semmns   (sem:2)  1 of 256000 semaphores     (0%)    IBM>=256000       PASS
    semopm   (sem:3)  250 operations                                         IBM>=250               PASS
    semmni     (sem:4)  1 of 1024 sets                            (0%)    IBM>=1024             PASS
    System V Shared Memory
    shmmax              4398046511104 bytes                               IBM>=268435456   PASS
    shmmni               1 of 4096 sets                                    (0%)    IBM>=4096              PASS
    shmall                  3 of 4294967296 pages               (0%)    IBM>=2097152      PASS
    System Settings
    file-max                736 of 6815744 files       (0%)    IBM>=524288       PASS
    tcp_keepalive_time  300 seconds                        IBM<=300          PASS
    Current User Limits (mqm)
    nofile       (-Hn)  10240 files                        IBM>=10240        PASS
    nofile       (-Sn)  10240 files                        IBM>=10240        PASS
    nproc        (-Hu)  9 of 16384 processes       (0%)    IBM>=4096         PASS
    nproc        (-Su)  9 of 16384 processes       (0%)    IBM>=4096         PASS
    
  2. Set the default installation with root user.

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

    118 of 118 tasks have been completed successfuly.
    'Installation1' (/opt/mqm) set as the Primary Installation.
    

Copyright © 2020- Temenos Headquarters SA

Published on :
Monday, May 27, 2024 5:03:27 PM IST