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: Prepare the Cluster for WebSphere MQ

Perform all steps within this example in the global zone.

  1. Install and configure the cluster as instructed in Oracle Solaris Cluster Software Installation Guide.

    Install the following cluster software components on node Vigor5.

    • Oracle Solaris Cluster core software

    • Oracle Solaris Cluster data service for WebSphere MQ

  2. Add the logical host name to /etc/hosts and /etc/inet/ipnodes in the global zone.

    The following output shows logical host name entries for qmgr1.

    Vigor5# grep qmgr1 /etc/hosts /etc/inet/ipnodes
    /etc/hosts:192.168.1.150    qmgr1
    /etc/inet/ipnodes:192.168.1.150    qmgr1
  3. Install and configure a Zettabyte file system.

    Create two ZFS pools.


    Note - The following zpool definitions represent a very basic configuration for deployment on a single-node cluster.

    You should not consider this example for use within a productive deployment, instead it is a very basic configuration for testing or development purposes only.


    Vigor5# zpool create -m /ZFSwmq1/log HAZpool1 c1t1d0
    Vigor5# zpool create -m /ZFSwmq1/qmgrs HAZpool2 c1t4d0