1. Installing and Configuring Solaris Cluster HA for WebSphere MQ
A. Deployment Example: Installing a WebSphere MQ Queue Manager in Non-Global Zones
Installing and Configuring WebSphere MQ
Example: Configure two Non-Global Zones
Example: Install WebSphere MQ in the Non-Global Zones
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
Perform all steps within this example in the global zone.
Install the following cluster software components on node Vigor5.
Oracle Solaris Cluster core software
Oracle Solaris Cluster data service for WebSphere MQ
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
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