IMG 6.9 Installation - Oracle Installer Exit Code: 126
3 years ago
Originally Published: 2014-12-01
Article Number
000049648
Applies To
RSA IMG 6.9 Installation 
Issue
Error while installing IMG 6.9 

Installing Oracle... 

Expand the Oracle Installers... 
Check the System Configuration... 
Install Oracle Grid Software... 
-bash: line 5: ./runInstaller: Permission denied 
Oracle Installer Exit Code: 126 
Step failed! See /tmp/aveksa-install.log for more information. 

aveksa-install.log

Verification of system requirement was successful. 
Install Oracle Grid Software...
Waiting for Oracle install log
Oracle Installer Exit Code: 126
Cause
Special case: When the customer Installed Redhat 5 u8 vulnerability patches.
This affects the " chmod –R a+X " command in installOracle.sh script not to be applied.
In that case the command accepts only the numerical values i.e "chmod 777 /home/oracle/install"
Resolution
As a root: 

- Go to /tmp/aveksa/staging/deploy directory
- Edit the following script by typing the following: 
# vi installOracle.sh 
- Change the following line

# guarentee permissions of directories 
chmod -R a+X ${AVEKSA_HOME}/install 
To 
# guarentee permissions of directories 
chmod -R 755 ${AVEKSA_HOME}/install
"
- Go back to the staging director by typing 
# cd ..
- Run the installation script:
# ./install.sh