On AIX 7.1 as root execute the rootpre.sh script which part of the Oracle zip files that you downloaded from the Oracle site. eg.
$ pwd
/home/oracle/database
$ ls
doc response rootpre.sh runInstaller stage
install rootpre rpm sshsetup welcome.html
Next as user oracle run runInstaller to start the installation of Oracle binaries using the GUI
$ ./runInstaller
********************************************************************************
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
Next you'll get the below message even if you have met all the pre-reqs as per the Oracle docs. I was told that this a know issue, so say Yes to it, and continue.
Check the posting http://shettymayur.blogspot.com/2011/02/oracle-11g-r2-installation-fails-with.html for the getting around the below error message.
$ pwd
/home/oracle/database
$ ls
doc response rootpre.sh runInstaller stage
install rootpre rpm sshsetup welcome.html
Next as user oracle run runInstaller to start the installation of Oracle binaries using the GUI
$ ./runInstaller
********************************************************************************
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
Next you'll get the below message even if you have met all the pre-reqs as per the Oracle docs. I was told that this a know issue, so say Yes to it, and continue.
Check the posting http://shettymayur.blogspot.com/2011/02/oracle-11g-r2-installation-fails-with.html for the getting around the below error message.
No comments:
Post a Comment