Home | History | Annotate | Download | only in lsr
      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   "@(#)lsr_config 1.3     07/08/07 SMI"
     27 # 
     28 # This file will be sourced in by lsr_register and the parameters
     29 # listed below will be used.
     30 #
     31 # These parameters can be customized in (key=value) form
     32 #
     33 #	+++ Required parameters +++
     34 #
     35 #      RS - name of the SC resource for the Listener
     36 #      RG - name of the SC resource group to contain RS
     37 #    QMGR - name of the Queue Manager
     38 #    PORT - name of the Queue Manager port number
     39 #           For multiple ports entries, enter port numbers
     40 #	    separated by a "/", e.g. PORT=1414/1415/1416 
     41 #  IPADDR - name of the IP address for the Listener
     42 #	    (WebSphere MQ v6 onwards, refer to the runmqlsr(1)
     43 #	    man page for additional information)
     44 # BACKLOG - tcp/ip backlog number (100)
     45 #      LH - name of the SC LogicalHostname resource
     46 # QMGR_RS - name of the SC Queue Manager resource
     47 #	    (Leave blank if the Listener should not 
     48 #           be dependent on the Queue Manager)
     49 #  USERID - name of the WebSphere MQ userid 
     50 #           (Default USERID=mqm)
     51 #
     52 #       +++ Non-global (failover) zone parameters +++
     53 #       +++ Only required if WebSphere MQ should  +++
     54 #       +++ run within a Solaris 10 failover zone +++
     55 #
     56 # RS_ZONE - name of the non-global (failover) zone managed by the
     57 #           Sun Cluster Data Service for Solaris Containers
     58 # PROJECT - name for the Solaris Project to be used for this resource
     59 #           (Default PROJECT=default)
     60 #
     61 # Example 1 - Configuration parameters for deployment of WebSphere MQ
     62 #               within Solaris 10 global zone nodes or pre-Solaris 10 nodes.
     63 #
     64 #       +++ Required parameters +++
     65 #       RS=wmq1-lsr
     66 #       RG=wmq1-rg
     67 #       QMGR=qmgr1
     68 #       PORT=1414/1415/1416
     69 #       IPADDR=192.168.1.100
     70 #       BACKLOG=100
     71 #       LH=wmq1-lh
     72 #	QMGR_RS=
     73 #       USERID=mqm
     74 #
     75 #       +++ Failover zone parameters +++
     76 #       RS_ZONE=
     77 #       PROJECT=default
     78 #
     79 # Example 2 - Configuration parameters for deployment of WebSphere MQ
     80 #               within a Solaris 10 non-global (failover) zone.
     81 #
     82 #       +++ Required parameters +++
     83 #       RS=zone1-lsr
     84 #       RG=zone1-rg
     85 #       QMGR=qmgr1
     86 #       PORT=1414/1415/1416
     87 #       IPADDR=192.168.1.100
     88 #       BACKLOG=100
     89 #       LH=zone1-lh
     90 #	QMGR_RS=zone1-qmgr1
     91 #       USERID=mqm
     92 #
     93 #       +++ Failover zone parameters +++
     94 #       RS_ZONE=zone1
     95 #       PROJECT=default
     96 
     97 # +++ Required parameters +++
     98 RS=
     99 RG=
    100 QMGR=
    101 PORT=
    102 IPADDR=
    103 BACKLOG=100
    104 LH=
    105 QMGR_RS=
    106 USERID=mqm
    107 
    108 # +++ Failover zone parameters +++
    109 # These parameters are only required when WebSphere MQ should run
    110 #  within a failover zone managed by the Sun Cluster Data Service
    111 # for Solaris Containers.
    112 RS_ZONE=
    113 PROJECT=default
    114