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: Prepare the Cluster for WebSphere MQ
Example: Configure two 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 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
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
Vigor5# zlogin z1 chown -R mqm:mqm /ZFSwmq1
Perform this step from the global zone.
Vigor5# zlogin z1 Vigor5# zlogin z2
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