I got ” INS-30131: Initial setup required for execution of installer validation failed ” error in Oracle database.
INS-30131: Initial setup required for execution of installer validation failed
Details of error are as follows.
[INS-30131] Initial setup required for the execution of installer validations failed. Cause - Failed to access the temporary location. Action - Ensure that the current user has required permissions to access the temporary location. Additional Information: - Framework setup check failed on all the nodes - Cause: Cause Of Problem Not Available - Action: User Action Not Available Summary of the failed nodes <hostname> - Version of exectask could not be retrieved from node "<hostname>" - Cause: Cause Of Problem Not Available - Action: User Action Not Available
Initial setup required for the execution of installer validations failed
This INS-30131 error is related with the Failed to access the temporary location.
Ensure that the current user has required permissions to access the temporary location.
Additional Information:
– Framework setup check failed on all the nodes
– Cause: Cause Of Problem Not Available
– Action: User Action Not Available
Summary of the failed nodes <hostname>
– Version of exectask could not be retrieved from node “<hostname>”
– Cause: Cause Of Problem Not Available
– Action: User Action Not Available
To solve this error, grant 777 to /tmp directory as follows.
# chmod 777 -R /tmp
OR
To solve this error, you should try to rename volume group and updating accordingly the fstab and the grub.conf.
OR
You can ignore this prerequirement in the setup command, run it as follows.
setup -ignorePrereq -J"-Doracle.install.db.validate.supportedOSCheck=false"
OR
If you use got this error in Windows, then try to stop the service service OracleRemExecServiceV2
Do you want to learn Oracle Database for Beginners, then read the following articles.
Oracle Tutorial | Oracle Database Tutorials for Beginners ( Junior Oracle DBA )