Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> 8.1.7.0.0 (8iR3) EE Universal Installer Response File Does Not Launch Config Assts Using Separate Response Files

8.1.7.0.0 (8iR3) EE Universal Installer Response File Does Not Launch Config Assts Using Separate Response Files

From: Jonathan Scott <jonathans_at_razorleafcorp.com>
Date: 26 Aug 2002 07:10:10 -0700
Message-ID: <cd668263.0208260610.39b9ef40@posting.google.com>


I am trying to automate 8iR3 EE server installation through response files. I want to automate the software installation AND configuration by providing response files for the Universal Installer AND the Configuration Assistants. I believe I have the software installation part working, but I cannot get the Configuration Assistants (any of them) to run unattended by specifying their own response files. Please offer me any advice you may have.

I have searched Oracle Metalink and comp.databases.oracle without any luck and have cross-posted this to Oracle Metalink.

My main response file follows:

#####################################################################

[General]

RESPONSEFILE_VERSION=1.7.0
[SESSION]

FROM_LOCATION="E:\OrclDist\stage\products.jar" ORACLE_HOME="C:\Oracle\ORACLE"
ORACLE_HOME_NAME="OracleHome"
TOPLEVEL_COMPONENT={"oracle.server","8.1.7.0.0"}
SHOW_SPLASH_SCREEN=true
SHOW_WELCOME_PAGE=false
SHOW_COMPONENT_LOCATIONS_PAGE=false
SHOW_CUSTOM_TREE_PAGE=false
SHOW_SUMMARY_PAGE=false
SHOW_INSTALL_PROGRESS_PAGE=false
SHOW_REQUIRED_CONFIG_TOOL_PAGE=false
SHOW_OPTIONAL_CONFIG_TOOL_PAGE=false
SHOW_RELEASE_NOTES=false
SHOW_END_SESSION_PAGE=true
SHOW_EXIT_CONFIRMATION=false
NEXT_SESSION=false

[oracle.server_8.1.7.0.0]

COMPONENT_LANGUAGES={"en"}
INSTALL_TYPE="Custom"
DEPENDENCY_LIST={"oracle.rdbms","8.1.7.0.0","oracle.options","8.1.7.0.0","oracle.networking","8.1.7.0.0","oracle.utilities","8.1.7.0.0","oracle.emprod","8.1.7.0.0","oracle.assistants","8.1.7.0.0","oracle.p2k.devtools","8.1.7.0.0","oracle.mmc.admin","8.1.7.0.0","oracle.doc.windoc","8.1.7.0.0"}

[oracle.options_8.1.7.0.0]

DEPENDENCY_LIST={"oracle.rdbms.advrep","8.1.7.0.0"}

[oracle.networking_8.1.7.0.0]

DEPENDENCY_LIST={"oracle.networking.netclt","8.1.7.0.0","oracle.networking.netsrv","8.1.7.0.0","oracle.networking.cman","8.1.7.0.0"}

[oracle.utilities_8.1.7.0.0]

DEPENDENCY_LIST={"oracle.utilities.perfmon","8.1.7.0.0","oracle.utilities.util","8.1.7.0.0","oracle.rdbms.sqlplus","8.1.7.0.0"}

[oracle.emprod_8.1.7.0.0]

DEPENDENCY_LIST={"oracle.emprod.oemagent","8.1.7.0.0","oracle.sysman.oms","2.2.0.0.0","oracle.sysman.client","2.2.0.0.0"}

[oracle.assistants_8.1.7.0.0]

DEPENDENCY_LIST={"oracle.assistants.dbca","8.1.7.0.0"}

[oracle.p2k.devtools_8.1.7.0.0]

DEPENDENCY_LIST={"oracle.rdbms.oci","8.1.7.0.0"}

[oracle.sysman.client_2.2.0.0.0]

DEPENDENCY_LIST={"oracle.sysman.dbappext","2.2.0.0.0","oracle.sysman.dbapp","2.2.0.0.0"}

[oracle.sysman.dbappext_2.2.0.0.0]

DEPENDENCY_LIST={"oracle.networking.netmgr.emint","8.1.7.0.0"}

[oracle.sysman.dbapp_2.2.0.0.0]

DEPENDENCY_LIST={"oracle.sysman.dbapp.schema","2.2.0.0.0","oracle.sysman.dbapp.storage","2.2.0.0.0","oracle.sysman.dbapp.security","2.2.0.0.0","oracle.sysman.dbapp.instance","2.2.0.0.0","oracle.sysman.dbapp.sqlplusworksheet","2.2.0.0.0","oracle.sysman.database","2.2.0.0.0" }

################# BEGIN CONFIGURATION ASSISTANTS ####################

[oracle.sysman.oms_2.2.0.0.0]

DEPENDENCY_LIST={}
OPTIONAL_CONFIG_TOOLS={"emca"}
ServerRepository_index=1

# ??? I've seen this syntax
EMCARspFileLocation="E:\OrclDist\Response\EMCA.rsp"

# ??? And I've seen this syntax - they both appear to be for the same purpose
s_responseFileEMCA="E:\OrclDist\Response\EMCA.rsp"

[oracle.networking.netca_8.1.7.0.0]

OPTIONAL_CONFIG_TOOLS={"netca"}
s_responseFileName="E:\OrclDist\Response\NET8CA.rsp" b_launchNETCA=true

[oracle.assistants.dbma_8.1.7.0.0]

OPTIONAL_CONFIG_TOOLS={}
[oracle.assistants.dbca_8.1.7.0.0]

OPTIONAL_CONFIG_TOOLS={"dbca"}
#s_seedLocation="%ORACLE_HOME%\starterdb"

b_createStarterDBReturn=true
s_responseFileName="E:\OrclDist\Response\DBCA.rsp"
s_globalDBName="STORCL.RAZORLEAFCORP.COM"
s_dbSid="STORCL"

################### END CONFIGURATION ASSISTANTS ####################

[oracle.swd.oui_1.7.1.10.0]

PROD_HOME="C:\Program Files\Oracle\OUI"

[oracle.swd.jre_1.1.7.30]

PROD_HOME="C:\Program Files\Oracle\jre"

#####################################################################

TIA, Jonathan Scott
PDM Consultant
Razorleaf Corporation Received on Mon Aug 26 2002 - 09:10:10 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US