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 # Copyright 2008 Sun Microsystems, Inc. All rights reserved. 22 # Use is subject to license terms. 23 # 24 #ident "@(#)ids_config 1.4 08/05/27 SMI" 25 # 26 # 27 # This file will be sourced in by ids_register and the parameters 28 # listed below will be used. 29 # 30 # These parameters can be customized in (key=value) form 31 # 32 # RS - name of the SC resource for the Informix Dynamic Server 33 # RG - name of the SC resource group to contain RS 34 # LH_RS - name of the SC LogicalHostname resource 35 # HAS_RS - name of the SC HAStoragePlus resource 36 # USERID - name of the Informix userid 37 # ONCONFIG - name of the ONCONFIG filename within ${INFORMIXDIR}/etc 38 # INFORMIXDIR - name of the Informix directory 39 # INFORMIXSERVER - name of the Informix Database Server 40 # INFORMIXSQLHOSTS - name of the Informix SQL hosts file 41 # 42 # Example - Configuration parameters for deploying Infomix Dynamic Server 43 # 44 # RS=ids-rs 45 # RG=ids-rg 46 # LH_RS=ids-lh 47 # HAS_RS=ids-has 48 # USERID=informix 49 # ONCONFIG=onconfig.demo_on 50 # INFORMIXDIR=/opt/IBM/informix 51 # INFORMIXSERVER=demo_on 52 # INFORMIXSQLHOSTS=/opt/IBM/informix/etc/sqlhosts.demo_on 53 # 54 # 55 RS= 56 RG= 57 LH_RS= 58 HAS_RS= 59 USERID= 60 ONCONFIG= 61 INFORMIXDIR= 62 INFORMIXSERVER= 63 INFORMIXSQLHOSTS= 64