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 "@(#)chi_config 1.3 07/08/07 SMI" 27 # 28 # This file will be sourced in by chi_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 Channel Initiator 36 # RG - name of the SC resource group to contain RS 37 # QMGR - name of the Queue Manager 38 # CHIQ - name of the Queue Mangger Channel Initiation Queue 39 # QMGR_RS - name of the SC Queue Manager resource 40 # USERID - name of the WebSphere MQ userid 41 # (Default USERID=mqm) 42 # 43 # +++ Non-global (failover) zone parameters +++ 44 # +++ Only required if WebSphere MQ should +++ 45 # +++ run within a Solaris 10 failover zone +++ 46 # 47 # RS_ZONE - name of the non-global (failover) zone managed by the 48 # Sun Cluster Data Service for Solaris Containers 49 # PROJECT - name for the Solaris Project to be used for this resource 50 # (Default PROJECT=default) 51 # 52 # Example 1 - Configuration parameters for deployment of WebSphere MQ 53 # within Solaris 10 global zone nodes or pre-Solaris 10 nodes. 54 # 55 # +++ Required parameters +++ 56 # RS=wmq1-chl 57 # RG=wmq1-rg 58 # QMGR=qmgr1 59 # CHIQ=MY.CHANNEL.INITQ 60 # QMGR_RS=wmq1-qmgr1 61 # USERID=mqm 62 # 63 # +++ Failover zone parameters +++ 64 # RS_ZONE= 65 # PROJECT=default 66 # 67 # Example 2 - Configuration parameters for deployment of WebSphere MQ 68 # within a Solaris 10 non-global (failover) zone. 69 # 70 # +++ Required parameters +++ 71 # RS=zone1-chl 72 # RG=zone1-rg 73 # QMGR=qmgr1 74 # CHIQ=MY.CHANNEL.INITQ 75 # QMGR_RS=zone1-qmgr1 76 # USERID=mqm 77 # 78 # +++ Failover zone parameters +++ 79 # RS_ZONE=zone1 80 # PROJECT=default 81 # 82 # +++ Required parameters +++ 83 RS= 84 RG= 85 QMGR= 86 CHIQ= 87 QMGR_RS= 88 USERID=mqm 89 90 # +++ Failover zone parameters +++ 91 # These parameters are only required when WebSphere MQ should run 92 # within a failover zone managed by the Sun Cluster Data Service 93 # for Solaris Containers. 94 RS_ZONE= 95 PROJECT=default 96 97