Home | History | Annotate | Download | only in sib
      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   "@(#)sib_config 1.3     07/08/07 SMI"
     27 # 
     28 # This file will be sourced in by sib_register and the parameters
     29 # listed below will be used.
     30 #
     31 # These parameters can be customized in (key=value) form
     32 #
     33 #        RS - name of the resource for the application
     34 #        RG - name of the resource group containing RS
     35 #      QMGR - name of the Queue Manager
     36 #        LH - name of the LogicalHostname SC resource
     37 #    HAS_RS - name of the Queue Manager HAStoragePlus SC resource
     38 #    SC3_IN - name of the Test Message Flow (Inbound)
     39 #		(Default SC3_IN=NONE)
     40 #   SC3_OUT - name of the Test Message Flow (Outbound)
     41 #		(Default SC3_OUT=NONE)
     42 #   MQSI_ID - name of the WebSphere Message Broker userid
     43 #    BROKER - name of the WebSphere Message Broker
     44 #   QMGR_RS - name of the Queue Manager SC resource
     45 #
     46 #       +++ Optional parameters +++
     47 #
     48 # START_CMD - pathname and name of the renamed strmqm program
     49 #  STOP_CMD - pathname and name of the renamed endmqm program
     50 #
     51 #
     52 # Note 1: Optional parameters
     53 #
     54 #       Null entries for optional parameters are allowed if not used.
     55 #
     56 # Note 2: SC3_IN=NONE and SC3_OUT=NONE
     57 #	
     58 #	Instructs the probe to not perform a message flow test.
     59 #	If a message flow test is required you must create and deploy
     60 #	a message flow on the Configuration Manager and specify the 
     61 #	MQInput and MQOutput queues in SC3_IN and SC3_OUT variables.
     62 #
     63 # Note 3: Renamed strmqm/endmqm programs
     64 #       
     65 #       This is only recommended if WebSphere MQ is deployed onto 
     66 #       Global File Systems for qmgr/log files. You should specify 
     67 #       the full pathname/program, i.e. /opt/mqm/bin/<renamed_strmqm>
     68 #
     69 # 
     70 #
     71 
     72 RS=
     73 RG=
     74 QMGR=
     75 LH=
     76 HAS_RS=
     77 SC3_IN=NONE
     78 SC3_OUT=NONE
     79 MQSI_ID=
     80 BROKER=
     81 QMGR_RS=
     82 RDBMS_RS=
     83 START_CMD=
     84 STOP_CMD=
     85