IMG 6.9 Installation - Oracle Installer Exit Code: 126
Originally Published: 2014-12-01
Last Modified: 2023-10-06
Article Number
Applies To
Issue
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
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
- 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
Related Articles
RSA Identity Governance and Lifecycle 7.0.x upgrade or installation fails with [FATAL] [INS-13013] and Oracle Installer Ex… 496Number of Views Missing Product Downloads in RSA Link for RSA Identity Governance & Lifecycle 216Number of Views 8.5P4 linux webtier shows online-reinstall required 357Number of Views Changing replication status to Out of Sync for RSA Authentication Manager 8.2 or later with a script (Script attached) 2.53KNumber of Views Urgent Notice: Issue with Embedded IDR Image Downloads 216Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Manual synchronization introduced in RSA Authentication Manager 8.2 Service Pack 1 patch 6 Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory How to verify NTP server synchronization is not working in RSA Authentication Manager 8.x RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?