Sun Cluster Data Service for WebSphere MQ Guide for Solaris OS

ProcedureExample: 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