Sun Cluster Data Service for WebSphere MQ Guide for Solaris OS

ProcedureExample: Install WebSphere MQ in the failover zone

  1. Mount the WebSphere MQ software in the zones.

    In this example, the WebSphere MQ software has been copied to node Vigor5 in directory /export/software/ibm/wmqsv6.


    Vigor5# zlogin z3 mkdir -p /var/tmp/software
    Vigor5#
    Vigor5# mount -F lofs /export/software /FOZzones/z3/root/var/tmp/software
    
  2. Mount the ZFS pools in the zone.


    Vigor5# zpool export -f HAZpool1
    Vigor5# zpool export -f HAZpool2
    Vigor5# zpool import -R /FOZones/z3/root HAZpool1
    Vigor5# zpool import -R /FOZones/z3/root HAZpool2
    
  3. Setup the ZFS file systems for user and group mqm


    Vigor5# zlogin z3 chown -R mqm:mqm /ZFSwmq3
    
  4. Login to the failover zone in a separate window.


    Vigor5# zlogin z3
    
  5. Install the WebSphere MQ software in the failover zone.

    Perform this step within each new window you used to login to the zone.


    # cd /var/tmp/softwareibm/wmqsv6
    # ./mqlicense.sh
    # pkgadd -d .
    # exit