IMG 6.9 Installation - Oracle Installer Exit Code: 126
Originally Published: 2014-12-01
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… 488Number of Views Startup fails with 'Job for aveksa_server.service failed because the control process exited with error code' when starting… 524Number of Views Via L&G Hard Appliance Dell R320 oracle installer error while upgrading from 6.0.2 to v7.0 2Number of Views Remote agent installation steps for RSA IMG 329Number of Views RSA Authentication Manager 8.2 SP1 patch 6 Web Tier installation on Windows fails with error code "Java returned: -1" 408Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Announces Critical Security Updates for RSA ID Plus Components - RSA Authentication Manager and RSA Identity Router Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures How to configure RSA Authentication Manager 8.1, 8.2, 8.3 to send data to multiple remote syslog servers Change Your Account Name and Password in the Cloud Administration Console
Don't see what you're looking for?