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