Revision [3853]
Last edited on 2010-09-20 18:51:42 by KenFongAdditions:
=== [[http://www.waterlovinghead.com/OracleInstall#responsefile Installing Oracle in text mode using response file]] ===
Deletions:
Revision [3711]
Edited on 2010-05-11 19:12:02 by KenFongAdditions:
./runInstaller -ignoreSysPrereqs -silent -responseFile $PWD/response/install.rsp
Deletions:
Revision [3710]
Edited on 2010-05-11 19:11:42 by KenFongAdditions:
# These are the default parameters from the sample response files
RESPONSEFILE_VERSION=2.2.1.0.0
NEXT_SESSION_RESPONSE=
TOPLEVEL_COMPONENT={"oracle.client","10.2.0.1.0"}
DEINSTALL_LIST={"oracle.client","10.2.0.1.0"}
SHOW_SPLASH_SCREEN=false
SHOW_WELCOME_PAGE=false
SHOW_CUSTOM_TREE_PAGE=false
SHOW_SUMMARY_PAGE=false
SHOW_INSTALL_PROGRESS_PAGE=false
SHOW_CONFIG_TOOL_PAGE=false
SHOW_XML_PREREQ_PAGE=false
SHOW_ROOTSH_CONFIRMATION=true
SHOW_END_SESSION_PAGE=false
SHOW_EXIT_CONFIRMATION=false
NEXT_SESSION=false
NEXT_SESSION_ON_FAIL=false
SHOW_DEINSTALL_CONFIRMATION=false
SHOW_DEINSTALL_PROGRESS=false
CLUSTER_NODES=
REMOVE_HOMES=
COMPONENT_LANGUAGES={"en"}
b_launchNETCA=true
s_responseFileName=
RESPONSEFILE_VERSION=2.2.1.0.0
NEXT_SESSION_RESPONSE=
TOPLEVEL_COMPONENT={"oracle.client","10.2.0.1.0"}
DEINSTALL_LIST={"oracle.client","10.2.0.1.0"}
SHOW_SPLASH_SCREEN=false
SHOW_WELCOME_PAGE=false
SHOW_CUSTOM_TREE_PAGE=false
SHOW_SUMMARY_PAGE=false
SHOW_INSTALL_PROGRESS_PAGE=false
SHOW_CONFIG_TOOL_PAGE=false
SHOW_XML_PREREQ_PAGE=false
SHOW_ROOTSH_CONFIRMATION=true
SHOW_END_SESSION_PAGE=false
SHOW_EXIT_CONFIRMATION=false
NEXT_SESSION=false
NEXT_SESSION_ON_FAIL=false
SHOW_DEINSTALL_CONFIRMATION=false
SHOW_DEINSTALL_PROGRESS=false
CLUSTER_NODES=
REMOVE_HOMES=
COMPONENT_LANGUAGES={"en"}
b_launchNETCA=true
s_responseFileName=
Revision [1772]
Edited on 2008-06-24 02:15:24 by WikiAdminAdditions:
- One will need gcc installed. Otherwise the install will appear to be successful, but the sqlplus and other binaries will be blank.
Revision [1734]
Edited on 2008-05-28 07:45:28 by WikiAdminAdditions:
# If you put a = in after -responseFile, you will get a TopLevelInstallType error !
Revision [1598]
Edited on 2008-04-02 00:38:02 by WikiAdminAdditions:
up2date compat* glibc* vnc vnc-server gnome-session xorg-x11-xauth xterm \
binutils control-center gcc gcc-c++ gnome-libs libstdc++ libstdc++-devel make \
pdksh sysstat xscreensaver libaio
binutils control-center gcc gcc-c++ gnome-libs libstdc++ libstdc++-devel make \
pdksh sysstat xscreensaver libaio
Deletions:
Revision [1597]
Edited on 2008-04-02 00:29:46 by WikiAdminAdditions:
Then run to confirm all the pre-req rpms are in place
./runInstaller -prereqchecker PREREQ_CONFIG_LOCATION=stage/prereq -entryPoint oracle.sysman.top.em_seed_Core -prereqLogLoc ./pre.log -silent -waitForCompletion
./runInstaller -prereqchecker PREREQ_CONFIG_LOCATION=stage/prereq -entryPoint oracle.sysman.top.em_seed_Core -prereqLogLoc ./pre.log -silent -waitForCompletion
Revision [1596]
Edited on 2008-04-02 00:26:38 by WikiAdminAdditions:
up2date compat* glibc* vnc vnc-server gnome-session xorg-x11-xauth xterm
Deletions:
Revision [1595]
Edited on 2008-04-02 00:23:48 by WikiAdminAdditions:
===RPM's you need for Oracle install===
Deletions:
Revision [1594]
Edited on 2008-04-02 00:23:29 by WikiAdminAdditions:
===Oracle===
===RPM's you need for Oracle install==
up2date compat* glibc* vnc vnc-server gnome-session
Passed
===RPM's you need for Oracle install==
up2date compat* glibc* vnc vnc-server gnome-session
Passed
Deletions:
Revision [1512]
Edited on 2008-03-18 20:55:34 by WikiAdminAdditions:
Extract the Oracle installation file. In the client/response directory, you will find a number of response file templates. Choose one and edit the required values. There are only a handful of values that need changes.
./runInstaller -silent -responseFile $PWD/response/install.rsp
Values in a response file that actually matters -
ORACLE_BASE="/u01/app/oracle"
ORACLE_HOME="/u01/app/oracle/product/11.1.0/client"
ORACLE_HOME_NAME="OraClient11ghome1"
./runInstaller -silent -responseFile $PWD/response/install.rsp
Values in a response file that actually matters -
ORACLE_BASE="/u01/app/oracle"
ORACLE_HOME="/u01/app/oracle/product/11.1.0/client"
ORACLE_HOME_NAME="OraClient11ghome1"
Deletions:
./runInstaller -silent -responseFile $PWD/response/install.rsp
My response file for client runtime only installation:
RESPONSEFILE_VERSION=2.2.1.0.0
NEXT_SESSION_RESPONSE=
ORACLE_HOME="/usr/local/oracle"
ORACLE_HOME_NAME="OraClient10gHome1"
TOPLEVEL_COMPONENT={"oracle.client","10.2.0.1.0"}
DEINSTALL_LIST={"oracle.client","10.2.0.1.0"}
SHOW_SPLASH_SCREEN=false
SHOW_WELCOME_PAGE=false
SHOW_CUSTOM_TREE_PAGE=false
SHOW_SUMMARY_PAGE=false
SHOW_INSTALL_PROGRESS_PAGE=false
SHOW_CONFIG_TOOL_PAGE=false
SHOW_XML_PREREQ_PAGE=false
SHOW_ROOTSH_CONFIRMATION=true
SHOW_END_SESSION_PAGE=false
SHOW_EXIT_CONFIRMATION=false
NEXT_SESSION=false
NEXT_SESSION_ON_FAIL=false
SHOW_DEINSTALL_CONFIRMATION=false
SHOW_DEINSTALL_PROGRESS=false
CLUSTER_NODES=
REMOVE_HOMES=
COMPONENT_LANGUAGES={"en"}
b_launchNETCA=true
s_responseFileName=
Revision [1320]
Edited on 2008-01-16 07:54:20 by WikiAdminAdditions:
=== [[OracleFedora Oracle on Fedora / CentOS]] ===
Deletions:
Revision [1305]
Edited on 2008-01-14 06:56:02 by WikiAdminAdditions:
=== [[OracleFedora Oracle on Fedora]] ===
Revision [847]
Edited on 2007-08-08 02:31:50 by WikiAdminAdditions:
=== [[OracleLinuxKernel LinuxkernelTuning]] ===
Revision [476]
Edited on 2007-05-04 07:30:05 by WikiAdminAdditions:
=== [[OraInst10gCOS5 Installing Oracle 10G on CentOS 5.0]]===
Deletions:
Revision [475]
Edited on 2007-05-04 07:29:39 by WikiAdminAdditions:
Extract the Oracle installation file
%%(bash)
# As root
%%(text;install.rsp)
%%(bash)
# As root
%%(text;install.rsp)
Deletions:
As root
Revision [474]
Edited on 2007-05-04 07:28:07 by WikiAdminAdditions:
==Deinstall Oracle with a response file==
Copy install.rsp to deinstall.rsp and edit the value for REMOVE_HOMES to where oracle client was installed.
Copy install.rsp to deinstall.rsp and edit the value for REMOVE_HOMES to where oracle client was installed.
Deletions:
Copy install.rsp to deinstall.rsp and edit the value for REMOVE_HOMES to where oracle client was isntalled.
Revision [473]
Edited on 2007-05-04 07:24:51 by WikiAdminAdditions:
Deletions:
Revision [472]
Edited on 2007-05-04 07:23:52 by WikiAdminAdditions:
=== [[http://wiki2.waterlovinghead.com/OracleInstall#responsefile Installing Oracle in text mode using response file]] ===