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

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

Target Cluster Configuration

Software Configuration

Assumptions

Installing and Configuring WebSphere MQ in an HA Container

Example: Prepare the Cluster for WebSphere MQ

Example: Configure the HA Container

Example: Install WebSphere MQ in the HA Container

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

Index

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

  1. Create the HA for WebSphere MQ queue manager configuration file.
    Vigor5# cat > /var/tmp/mgr3_config <<-EOF # +++ Required parameters +++ RS=wmq3-qmgr RG=wmq3-rg QMGR=qmgr3 LH=wmq3-lh HAS_RS=wmq3-ZFShas LSR_RS= CLEANUP=YES SERVICES=NO USERID=mqm # +++ Optional parameters +++ DB2INSTANCE= ORACLE_HOME= ORACLE_SID= START_CMD= STOP_CMD= # +++ HA container parameters +++ # These parameters are only required when WebSphere MQ should run # within a HA container managed by the Solaris Cluster Data Service # for Solaris Containers. RS_ZONE=wmq3-FOZ PROJECT=default TIMEOUT=300 EOF
  2. Register the HA for WebSphere MQ data service.
    Vigor5# /opt/SUNWscmqs/mgr/util/mgr_register -f /var/tmp/mgr3_config
  3. Enable the resource.
    Vigor5# clresource enable wmq3-qmgr