Revision [3853]

Last edited on 2010-09-20 18:51:42 by KenFong
Additions:
=== [[http://www.waterlovinghead.com/OracleInstall#responsefile Installing Oracle in text mode using response file]] ===
Deletions:
=== [[http://wiki2.waterlovinghead.com/OracleInstall#responsefile Installing Oracle in text mode using response file]] ===


Revision [3711]

Edited on 2010-05-11 19:12:02 by KenFong
Additions:
./runInstaller -ignoreSysPrereqs -silent -responseFile $PWD/response/install.rsp
Deletions:
./runInstaller -silent -responseFile $PWD/response/install.rsp


Revision [3710]

Edited on 2010-05-11 19:11:42 by KenFong
Additions:
# 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=


Revision [1772]

Edited on 2008-06-24 02:15:24 by WikiAdmin
Additions:
- 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 WikiAdmin
Additions:
# If you put a = in after -responseFile, you will get a TopLevelInstallType error !


Revision [1598]

Edited on 2008-04-02 00:38:02 by WikiAdmin
Additions:
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
Deletions:
up2date compat* glibc* vnc vnc-server gnome-session xorg-x11-xauth xterm


Revision [1597]

Edited on 2008-04-02 00:29:46 by WikiAdmin
Additions:
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


Revision [1596]

Edited on 2008-04-02 00:26:38 by WikiAdmin
Additions:
up2date compat* glibc* vnc vnc-server gnome-session xorg-x11-xauth xterm
Deletions:
up2date compat* glibc* vnc vnc-server gnome-session


Revision [1595]

Edited on 2008-04-02 00:23:48 by WikiAdmin
Additions:
===RPM's you need for Oracle install===
Deletions:
===RPM's you need for Oracle install==


Revision [1594]

Edited on 2008-04-02 00:23:29 by WikiAdmin
Additions:
===Oracle===
===RPM's you need for Oracle install==
up2date compat* glibc* vnc vnc-server gnome-session
Passed
Deletions:
Passed


Revision [1512]

Edited on 2008-03-18 20:55:34 by WikiAdmin
Additions:
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"
Deletions:
Extract the Oracle installation file
./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 WikiAdmin
Additions:
=== [[OracleFedora Oracle on Fedora / CentOS]] ===
Deletions:
=== [[OracleFedora Oracle on Fedora]] ===


Revision [1305]

Edited on 2008-01-14 06:56:02 by WikiAdmin
Additions:
=== [[OracleFedora Oracle on Fedora]] ===


Revision [847]

Edited on 2007-08-08 02:31:50 by WikiAdmin
Additions:
=== [[OracleLinuxKernel LinuxkernelTuning]] ===


Revision [476]

Edited on 2007-05-04 07:30:05 by WikiAdmin
Additions:
=== [[OraInst10gCOS5 Installing Oracle 10G on CentOS 5.0]]===
Deletions:
=== [[OraInst10gCOS5 Installing Oracle 10G on CentOS 5.0]]


Revision [475]

Edited on 2007-05-04 07:29:39 by WikiAdmin
Additions:
Extract the Oracle installation file
%%(bash)
# As root
%%(text;install.rsp)
Deletions:
Extract the Oracle instalaltion file
As root


Revision [474]

Edited on 2007-05-04 07:28:07 by WikiAdmin
Additions:
==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.
Deletions:
Deinstall Oracle with a response file
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 WikiAdmin
Additions:
"" ""
Deletions:
""""


Revision [472]

Edited on 2007-05-04 07:23:52 by WikiAdmin
Additions:
=== [[http://wiki2.waterlovinghead.com/OracleInstall#responsefile Installing Oracle in text mode using response file]] ===
Deletions:
=== [[OracleInstall#responsefile Installing Oracle in text mode using response file]] ===


Revision [471]

The oldest known version of this page was created on 2007-05-04 07:23:00 by WikiAdmin
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki