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: Configure Cluster Resources for WebSphere MQ

Perform all steps within this example in the global zone.

  1. Register the required resource types.
    Vigor5# clresourcetype register SUNW.HAStoragePlus
    Vigor5# clresourcetype register SUNW.gds
  2. Create the resource group.
    Vigor5# clresourcegroup create -n Vigor5:z1,Vigor5:z2 wmq1-rg
  3. Create the logical hosts.
    Vigor5# clreslogicalhostname create -g wmq1-rg -h qmgr1 wmq1-lh
  4. Create the HAStoragePlus resource in the wmq1-rg resource group.
    Vigor5# clresource create -g wmq1-rg -t SUNW.HAStoragePlus \
    > -p Zpools=HAZpool1,HAZpool2 wmq1-ZFShas
  5. Enable the resource group.
    Vigor5# clresourcegroup online -M wmq1-rg