INS-30131 Failed to access the temporary location

While doing the 12c1 installation in AIX , I have faced the below error.

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 all  

– Version of exectask could not be retrieved from node ” ” 
– Cause: Cause Of Problem Not Available 
– Action: User Action Not Available
The error code is [INS-30131]. I’ve the full privileges of an administrator-ship.

Solution :-

By seeing the error “not able to access temporary location” , I thought it is a privilage issue. But this is issue is due to the insufficient space in /tmp filesystem. I have manually set the TEMP variable to different file system. After that it worked fine.

export TMP=’/u01/app/stage/database’
export TEMP=’/u01/app/stage/database’
export TMPDIR=’/u01/app/stage/database’

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s