Hi gurus,
I'm trying to install Oracle Database software in silent mode, but nothing happens:
$ ./runInstaller -silent -invPtrLoc /etc/oraInst.loc -responseFile /private/drs/db_install.rsp
********************************************************************************
Your platform requires the root user to perform certain pre-installation
OS preparation. The root user should run the shell script 'rootpre.sh' before
you proceed with Oracle installation. rootpre.sh can be found at the top level
of the CD or the stage area.
Answer 'y' if root has run 'rootpre.sh' so you can proceed with Oracle
installation.
Answer 'n' to abort installation and then ask root to run 'rootpre.sh'.
********************************************************************************
Has 'rootpre.sh' been run by root? [y/n] (n)
y
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 190 MB. Actual 1965 MB Passed
Checking swap space: must be greater than 150 MB. Actual 12288 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-09-10_07-56-17PM. Please wait ...oracle@tsbr1k01:/private/drs/binaries/database$
As you see, I was returned the prompt. In the log I see the following:
Using paramFile: /private/drs/binaries/database/install/oraparam.ini
Checking Temp space: must be greater than 190 MB. Actual 1965 MB Passed
Checking swap space: must be greater than 150 MB. Actual 12288 MB Passed
The commandline for unzip:
/private/drs/binaries/database/install/unzip -qqqo ../stage/Components/oracle.jdk/1.5.0.12.4/1/DataFiles/\*.jar -d /tmp/OraInstall2013-09-10_07-56
-17PM
Using the umask value '022' available from oraparam.ini
Execvp of the child jre : the cmdline is /tmp/OraInstall2013-09-10_07-56-17PM/jdk/jre/bin/java, and the argv is
/tmp/OraInstall2013-09-10_07-56-17PM/jdk/jre/bin/java
-Doracle.installer.library_loc=/tmp/OraInstall2013-09-10_07-56-17PM/oui/lib/aix
-Doracle.installer.oui_loc=/tmp/OraInstall2013-09-10_07-56-17PM/oui
-Doracle.installer.bootstrap=TRUE
-Doracle.installer.startup_location=/private/drs/binaries/database/install
-Doracle.installer.jre_loc=/tmp/OraInstall2013-09-10_07-56-17PM/jdk/jre
-Doracle.installer.nlsEnabled="TRUE"
-Doracle.installer.prereqConfigLoc=/tmp/OraInstall2013-09-10_07-56-17PM/prereq
-Doracle.installer.unixVersion=1
-Doracle.install.setup.workDir=/private/drs/binaries/database
@
This is my user:
$ id
uid=501(oracle) gid=501(oinstall)
/app is owned by root, however /app/oracle is owned by oracle:
drwxr-xr-x 5 root system 256 Sep 09 11:35 app
drwxr-xr-x 5 oracle oinstall 256 Sep 10 16:10 oracle (/app/oracle)
Thanks for your help guys.