JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for WebSphere MQ Guide
search filter icon
search icon

Document Information

Preface

1.  Installing and Configuring Solaris Cluster HA for WebSphere MQ

A.  Deployment Example: Installing a WebSphere MQ Queue Manager in Non-Global Zones

Target Cluster Configuration

Software Configuration

Assumptions

Installing and Configuring WebSphere MQ

Example: Prepare the Cluster for WebSphere MQ

Example: Configure two Non-Global Zones

Example: Install WebSphere MQ in the Non-Global Zones

Example: Verify WebSphere MQ

Example: Configure Cluster Resources for WebSphere MQ

Example: Enable the WebSphere MQ Software to Run in the Cluster

Example: Verify the HA for WebSphere MQ Resource Group

Example: Creating Multiple Instances

B.  Deployment Example: Installing aWebSphere MQ Queue Manager in an HA Container

Index

Example: Install WebSphere MQ in the Non-Global Zones

  1. Mount the WebSphere MQ software in the zones.

    Perform this step in the global zone.

    In this example, the WebSphere MQ software has been copied to node Vigor5 in directory /export/software/ibm/wmqsv6 on .

    Vigor5# zlogin z1 mkdir -p /var/tmp/software
    Vigor5# zlogin z2 mkdir -p /var/tmp/software
    Vigor5#
    Vigor5# mount -F lofs /export/software /zones/z1/root/var/tmp/software
    Vigor5# mount -F lofs /export/software /zones/z2/root/var/tmp/software
  2. Mount the ZFS pools in the non-global zone.

    Perform this step in the global zone.

    Vigor5# zpool export -f HAZpool1
    Vigor5# zpool export -f HAZpool2
    Vigor5# zpool import -R /zones/z1/root HAZpool1
    Vigor5# zpool import -R /zones/z1/root HAZpool2
  3. Setup the ZFS file systems for user and group mqm
    Vigor5# zlogin z1 chown -R mqm:mqm /ZFSwmq1
  4. Login to each zone in two separate windows.

    Perform this step from the global zone.

    Vigor5# zlogin z1
    Vigor5# zlogin z2
  5. Install the WebSphere MQ software in each zone.

    Perform this step within each new window you used to login to the zone.

    # cd /var/tmp/software/ibm/wmqsv6
    # ./mqlicense.sh
    # pkgadd -d .
    # exit