Sun Cluster Data Service for WebSphere MQ Guide for Solaris OS

ProcedureExample: Install WebSphere MQ in the Non-Global Zones

  1. Mount the WebSphere MQ software in the zones.

    Perform this step in the global zone.

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


    Vigor5# zlogin z1 mkdir -p /var/tmp/software
    Vigor5# zlogin z2 mkdir -p /var/tmp/software
    Vigor5#
    Vigor5# mount -F lofs /export/software /zones/z1/root/var/tmp/software
    Vigor5# mount -F lofs /export/software /zones/z2/root/var/tmp/software
    
  2. Mount the ZFS pools in the non-global zone.

    Perform this step in the global zone.


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


    Vigor5# zlogin z1 chown -R mqm:mqm /ZFSwmq1
    
  4. Login to each zone in two separate windows.

    Perform this step from the global zone.


    Vigor5# zlogin z1
    Vigor5# zlogin z2
    
  5. Install the WebSphere MQ software in each zone.

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


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