Sun Java System Message Queue 4.3 Installation Guide

ProcedureTo Install Message Queue in GUI Mode

  1. Create a temporary directory.

    From your system’s command line, enter the command

    $ mkdir tempDir

    where tempDir is any name you choose for your temporary directory.

  2. Download the Message Queue Installer to the temporary directory.

    The Installer is available for download from the Message Queue product Web site at

    http://www.sun.com/software/products/message_queue

    It is distributed as a compressed archive (.zip) file named

       mq4_3-installer-AIX.zip
    
  3. Go to the temporary directory.

    Enter the following command:

    $ cd tempDir

    where tempDir is the temporary directory to which you downloaded the Installer in step 3.

  4. Decompress the Installer archive.

    Enter the following command:

    $ unzip mq4_3-installer-AIX.zip

    This creates a subdirectory named

       mq4_3-installer
    

    containing the files needed for Message Queue 4.3 installation.

  5. Switch to the Installer subdirectory.

    Enter the following command:

    $ cd mq4_3-installer

  6. Start the Installer.

    Enter the following command:

    $ installer


    Note –

    The installer command requires that a JDK or JRE be specified, either by using the JAVA_HOME environment variable or by using the -j option on the command line, as follows:

    $ installer -j JDK/JRE-path

    where JDK/JRE-path is the path of the specified JDK or JRE.


    The Installer’s Welcome screen (Figure 4–1) appears.

    Figure 4–1 Installer Welcome Screen

    Screen capture showing Message Queue Installer’s
Welcome screen.

  7. Click the Next button.

    The Installer’s License screen (Figure 4–2) appears.

    Figure 4–2 Installer License Screen

    Screen capture showing Message Queue Installer’s
License screen.

  8. Read and accept the product license agreement.

    Installation and use of the Message Queue product are subject to your acceptance of the license agreement. You must read and accept the terms of the license agreement before installing the product.

    1. Read the product license agreement.

    2. Make sure the radio button labeled “I accept the terms in the license agreement” is selected.

      If you instead select “I do not accept the terms in the license agreement,” the Next button becomes disabled. You cannot proceed with installation without accepting the license terms.

    3. Click the Next button.

      The Installer’s Install Home screen (Figure 4–3) appears.

      Figure 4–3 Installer Install Home Screen

      Screen capture showing Message Queue Installer’s
Install Home screen.

  9. Specify the directory in which to install Message Queue.

    1. Provide the location of the installation home directory.

      Enter the path to the installation home directory in the text field, or use the button marked with an ellipsis () to browse to it interactively.


      Note –

      If you enter a path to a directory that does not exist on your system, the Installer will create the directory for you automatically.


    2. Click the Next button.

      The Installer’s JDK Selection screen (Figure 4–4) appears.

      Figure 4–4 Installer JDK Selection Screen

      Screen capture showing Message Queue Installer’s
JDK Selection screen.

  10. Specify the version of the Java SDK for Message Queue to use.

    1. Select a Java SDK.

      You can do this in either of two ways:

      • Choose an SDK already installed on your system.

        The drop-down menu under the option “Choose a JavaTM SDK from the list below” lists existing SDKs found in standard locations on your system. You can use this option to specify one of these SDKs for Message Queue to use.

      • Provide an explicit path to an existing SDK.

        To use an SDK from a location other than the standard ones, enter its path in the text field under the option “Type in a Java SDK location below,” or use the button marked with an ellipsis () to browse to it interactively.


      Note –

      The third option in the JDK Selection screen, “Install and use the default version of the Java SDK,” is intended for use on other platforms; it is disabled and unavailable for AIX installation.



      Tip –

      After installation is complete, you can check which version of the Java runtime Message Queue is using with the command

         imqbrokerd  -version
      

    2. Click the Next button.

      The Installer’s Multilingual Packages screen (Figure 4–5) appears.

      Figure 4–5 Installer Multilingual Packages Screen

      Screen capture showing Message Queue Installer’s
Multilingual Packages screen.

  11. Specify whether to install multilingual packages.

    By default, Message Queue is installed to operate in the English language only. The Multilingual Packages screen allows you to install it for use in another language.

    1. If you will be using Message Queue in a language other than English, select the checkbox labeled “Install Message Queue multilingual packages.”

      If you will be using Message Queue only in English, leave this checkbox deselected.


      Caution – Caution –

      If you choose not to install the multilingual packages and later decide that you do need them after all, there is no convenient way to install them incrementally: you will have to uninstall Message Queue and then repeat the entire installation procedure with the multilingual packages selected. Before proceeding to install without the multilingual packages, be sure you will not be needing them in the future.


    2. Click the Next button.

      The Installer’s Ready screen (Figure 4–6) appears.

      Figure 4–6 Installer Ready Screen

      Screen capture showing Message Queue Installer’s
Ready screen.

  12. Click Install to begin the installation.

    The Installer’s Progress screen (Figure 4–7) appears, tracking the progress of the installation as it proceeds.

    Figure 4–7 Installer Progress Screen

    Screen capture showing Message Queue Installer’s
Progress screen.

    When installation is complete, the Installer's Sun Connection Registration screen (Figure 4–8) appears.

    Figure 4–8 Sun Connection Registration Screen

    Screen for Sun Connection registration.

  13. Register Message Queue with Sun Connection.

    Sun Connection is a Sun-hosted service that helps you track, organize, and maintain Sun hardware and software. When you register a Message Queue installation with Sun Connection, information such as the release version, host name, operating system, installation date, and other such basic information is securely transmitted to the Sun Connection database. The Sun Connection inventory service can help you organize your Sun hardware and software, while the update service can inform you of the latest available security fixes, recommended updates, and feature enhancements.

    Registration requires that you have a Sun Online account or create one. If you do not already have an account, the installer provides the following screen (Figure 4–9) for creating a Sun Online account:

    Figure 4–9 Create Sun Online Account Screen

    Screen for creating a Sun Online account.


    Note –

    If you choose not to register Message Queue during installation, you can subsequently register Message Queue by running the installer in register-only mode, as follows:

    $ installer -r

    The register-only mode requires that Message Queue 4.3 already be installed and will display only the installer screens related to registration.


    When Sun Connection registration is complete, the Installer’s Summary screen (Figure 4–10) appears, summarizing the steps that were performed during installation.

    Figure 4–10 Installer Summary Screen

    Screen capture showing Message Queue Installer’s
Summary screen.

    You can click the links on this screen for a detailed summary report and a log file giving more details on the installation.

  14. Click the Exit button to dismiss the Summary screen.

    Message Queue installation is now complete.


    Tip –

    After installation is complete, you can check that the expected version of Message Queue has been installed by navigating to the mqInstallHome/mq/bin directory and executing the command

    $ imqbrokerd -version

    The output from this command identifies the versions of Message Queue and the Java SDK that are installed on your system.