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 "@(#)9ias_config 1.4 07/06/06 SMI" 27 # 28 # This file will be sourced in by 9ias_register and the parameters 29 # listed below will be used. 30 # 31 # These parameters can be customized in (key=value) form 32 # 33 # RG - name of the SC resource group containing the resources 34 # RS_OIDMON - name of the SC Oracle Internet Directory Monitor resource 35 # RS_OIDLDAP - name of the SC Oracle Internet Directory resource 36 # RS_OPMN - name of the SC Oracle Process Monitor Notification resource 37 # RS_EM - name of the SC Enterprise Manager Web site resource 38 # 39 # ORACLE_HOME - name of the Oracle home directory 40 # ORACLE_SID - name of the Oracle SID 41 # OIAS_LHOST - name of the Oracle 9iAS Infrastructure logical hostname 42 # OIAS_USER - name of the Oracle 9iAS Infrastructure userid 43 # OIAS_ADMIN - name of the Oracle 9iAS Internet Directory Admin password 44 # OIAS_INFRA - name of the Oracle 9iAS Infrastructure /var/opt/oracle 45 # OIAS_FQDN - name of the Oracle 9iAS fully qualified domainname 46 # OIAS_OPMN - name of the Oracle 9iAS OPMN instance names to start 47 # e.g. OIAS_OPMN=ohs,OC4J_DAS or ALL 48 # ALL indicates all instance names in $ORACLE_HOME/opmn/conf/opmn.xml 49 # 50 # RS_LH - name of the SC Logical Hostname resource 51 # RS_HAS - name of the SC Oracle 9iAS HAStoragePlus resource 52 # RS_ORACLE - name of the SC Oracle resource 53 # RS_ORALSR - name of the SC Oracle Listener resource 54 # 55 56 RG= 57 RS_OIDMON= 58 RS_OIDLDAP= 59 RS_OPMN= 60 RS_EM= 61 62 ORACLE_HOME= 63 ORACLE_SID= 64 OIAS_LHOST= 65 OIAS_USER= 66 OIAS_ADMIN= 67 OIAS_INFRA= 68 OIAS_FQDN= 69 OIAS_OPMN= 70 71 RS_LH= 72 RS_HAS= 73 RS_ORACLE= 74 RS_ORALSR= 75