Home | History | Annotate | Download | only in trm
      1 #
      2 # CDDL HEADER START
      3 #
      4 # The contents of this file are subject to the terms of the
      5 # Common Development and Distribution License (the License).
      6 # You may not use this file except in compliance with the License.
      7 #
      8 # You can obtain a copy of the license at usr/src/CDDL.txt
      9 # or http://www.opensolaris.org/os/licensing.
     10 # See the License for the specific language governing permissions
     11 # and limitations under the License.
     12 #
     13 # When distributing Covered Code, include this CDDL HEADER in each
     14 # file and include the License file at usr/src/CDDL.txt.
     15 # If applicable, add the following below this CDDL HEADER, with the
     16 # fields enclosed by brackets [] replaced with your own identifying
     17 # information: Portions Copyright [yyyy] [name of copyright owner]
     18 #
     19 # CDDL HEADER END
     20 #
     21 
     22 #
     23 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
     24 # Use is subject to license terms.
     25 #
     26 #ident   "@(#)trm_config 1.4     07/08/07 SMI"
     27 # 
     28 # This file will be sourced in by trm_register and the parameters
     29 # listed below will be used.
     30 #
     31 #       +++ Required parameters +++
     32 #
     33 #      RS - name of the SC resource for the Trigger Monitor
     34 #      RG - name of the SC resource group to contain RS
     35 #    QMGR - name of the Queue Manager
     36 # QMGR_RS - name of the SC Queue Manager resource
     37 #    TRMQ - name of the Queue Manager Trigger Monitor queue
     38 #           or "file" to read multiple entries from 
     39 #	    /opt/SUNWscmqs/trm/etc/<$QMGR>_trm_queues
     40 #
     41 #	    <$QMGR>_trm_queues is required on all nodes within 
     42 #           the cluster that runs this agent, alternatively this
     43 #	    could be a symbolic link to a Global File System
     44 #  USERID - name of the WebSphere MQ userid
     45 #           (Default USERID=mqm)
     46 #
     47 #       +++ Non-global (failover) zone parameters +++
     48 #
     49 #           Only required if WebSphere MQ should  
     50 #           run within a Solaris 10 failover zone 
     51 #
     52 # RS_ZONE - name of the non-global (failover) zone managed by the
     53 #           Sun Cluster Data Service for Solaris Containers
     54 # PROJECT - name for the Solaris Project to be used for this resource
     55 #           (Default PROJECT=default)
     56 #
     57 # Example 1 - Configuration parameters for deployment of WebSphere MQ
     58 #               within Solaris 10 global zone nodes or pre-Solaris 10 nodes.
     59 #
     60 #       +++ Required parameters +++
     61 #       RS=wmq1-trm
     62 #       RG=wmq1-rg
     63 #       QMGR=qmgr1
     64 #       QMGR_RS=wmq1-qmgr1
     65 #       USERID=mqm
     66 #       TRMQ=MY.TRIGGER.INIT.QUEUE
     67 #
     68 #       +++ Failover zone parameters +++
     69 #       RS_ZONE=
     70 #       PROJECT=default
     71 #
     72 # Example 2 - Configuration parameters for deployment of WebSphere MQ
     73 #               within a Solaris 10 non-global (failover) zone.
     74 #
     75 #       +++ Required parameters +++
     76 #       RS=zone1-trm
     77 #       RG=zone1-rg
     78 #       QMGR=qmgr1
     79 #       QMGR_RS=zone1-qmgr1
     80 #       USERID=mqm
     81 #       TRMQ=MY.TRIGGER.INIT.QUEUE
     82 #
     83 #       +++ Failover zone parameters +++
     84 #       RS_ZONE=zone1
     85 #       PROJECT=default
     86 #
     87 
     88 # +++ Required parameters +++
     89 RS=
     90 RG=
     91 QMGR=
     92 QMGR_RS=
     93 TRMQ=
     94 USERID=mqm
     95 
     96 # +++ Failover zone parameters +++
     97 # These parameters are only required when WebSphere MQ should run
     98 #  within a failover zone managed by the Sun Cluster Data Service
     99 # for Solaris Containers.
    100 RS_ZONE=
    101 PROJECT=default
    102