Installing an IBM MQ client on AIX systems

You can interactively install the IBM® MQ client for AIX® using smit .

Before you begin

Before you start the installation procedure, make sure that you have completed the necessary steps outlined in Preparing the system.

About this task

IBM MQ is supplied as a set of filesets that are installed using the standard AIX installation tools. The procedure uses the System Management Interface Tool ( smit ), but you can choose to use installp, geninstall or the web-based System Manager. You can select which components you want to install. The components and filesets are listed in Choosing what to install. You must install at least the Runtime and Client components.

This procedure installs IBM MQ into the default location. If you want to install to a non-default location, you must use installp, see Non-interactive installation of IBM MQ client for AIX.

Procedure

  1. Log in as root, or switch to the superuser using the su command.
  2. 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.
  3. Select the required smit window using the following sequence:
    
    Software Installation and Maintenance
    Install and Update Software
    Install and Update from ALL Available Software
    
  4. Click List to display the input device or directory for the software and select the location that contains the installation images.
  5. Select the SOFTWARE to install field to obtain a list of available filesets, and select the filesets you want to install. Ensure that you include the appropriate message catalog if you require messages in a language different from the language specified by the locale specified on your system. Enter ALL to install all applicable filesets.
  6. Change Preview new LICENSE agreements? to yes and press Enter to view the license agreements.
  7. If you have a previous version of the product on your system, change the Automatically install requisite software to no.
  8. Change ACCEPT new license agreements? to yes and press Enter to accept the license agreements.
  9. Change Preview new LICENSE agreements? to no and press Enter to install IBM MQ.

What to do next

  • If you have chosen this installation to be the primary installation on the system, you must now set it as the primary installation. Enter the following command at the command prompt:
    
     MQ_INSTALLATION_PATH/bin/setmqinst -i -p MQ_INSTALLATION_PATH
    
    You can have only one primary installation on a system. If there is already a primary installation on the system, you must unset it before you can set another installation as the primary installation. For more information, see Changing the primary installation.
  • You might want to set up the environment to work with this installation. You can use the setmqenv or crtmqenv command to set various environment variables for a particular installation of IBM MQ. For more information, see setmqenv and crtmqenv.
  • For instructions on how to verify your installation, see Verifying a client installation.