Home | History | Annotate | Download | only in 9ias
      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 2007 Sun Microsystems, Inc.  All rights reserved.
     24 # Use is subject to license terms.
     25 # 
     26 # ident	"@(#)10gas_config	1.3	07/08/07 SMI"
     27 #
     28 # This file will be sourced in by 10gas_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_OPMN - name of the SC Oracle Process Monitor Notification resource
     35 #         RS_EM - name of the SC Enterprise Manager Web site resource
     36 #		(Not required for Oracle Application Server v10.1.3.0 or higher)
     37 #
     38 #   ORACLE_HOME - name of the Oracle home directory
     39 #    ORACLE_SID - name of the Oracle SID
     40 #    OIAS_LHOST - name of the Oracle 10gAS Infrastructure logical hostname
     41 #     OIAS_USER - name of the Oracle 10gAS Infrastructure userid
     42 #    OIAS_ADMIN - name of the Oracle 10gAS Internet Directory Admin password
     43 #    OIAS_INFRA - name of the Oracle 10gAS Infrastructure /var/opt/oracle
     44 #     OIAS_FQDN - name of the Oracle 10gAS fully qualified domainname
     45 #     OIAS_OPMN - name of the Oracle 10gAS ias-components
     46 #               e.g. OIAS_OPMN=OID/HTTP_Server/OC4J or OIAS_OPMN=all
     47 #
     48 #       ALL indicates all the installed ias-components 
     49 #
     50 #         RS_LH - name of the SC Logical Hostname resource
     51 #        RS_HAS - name of the SC Oracle 10gAS 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_OPMN=
     58 RS_EM=
     59 
     60 ORACLE_HOME=
     61 ORACLE_SID=
     62 OIAS_LHOST=
     63 OIAS_USER=
     64 OIAS_ADMIN=
     65 OIAS_INFRA=
     66 OIAS_FQDN=
     67 OIAS_OPMN=
     68 
     69 RS_LH=
     70 RS_HAS=
     71 RS_ORACLE=
     72 RS_ORALSR=
     73