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: 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 this step from the global zone.
Vigor5# zlogin z1 # su - mqm $ crtmqm qmgr1 $ strmqm qmgr1
Perform this step in zone z1.
$ runmqsc qmgr1 def ql(sc3test) defpsist(yes) end $ /opt/mqm/samp/bin/amqsput SC3TEST qmgr1 test test test test test ^C
Perform this step in zone z1.
$ endmqm -i qmgr1 $ exit # exit
Perform this step in the global zone.
Vigor5# cp /zones/z1/root/var/mqm/mqs.ini /zones/z2/root/var/mqm/mqs.ini
Perform this step in the global zone.
Vigor5# zpool export -f HAZpool1 Vigor5# zpool export -f HAZpool2 Vigor5# zpool import -R /zones/z2/root HAZpool1 Vigor5# zpool import -R /zones/z2/root HAZpool2
Perform this step from the global zone.
Vigor5# zlogin z2 # su - mqm $ strmqm qmgr1
Perform this step in zone z2.
$ /opt/mqm/samp/bin/amqsget SC3TEST qmgr1 ^C $ runmqsc qmgr1 delete ql(sc3test) end
Perform this step in zone z2.
$ endmqm -i qmgr1 $ exit # exit
Perform this step in the global zone.
Vigor5# zpool export -f HAZpool1 Vigor5# zpool export -f HAZpool2