Advertisement

Tuesday, January 15, 2019

Oracle Database 18c: RAC Patching: NODE_STATUS::rac18c03:EFAIL

In this blog I am going to talk about issue I faced during patching of a RAC cluster - GI HOME

I have a 3 node cluster which I was trying to patch and faced issue as below 

OPATCHAUTO-72050: System instance creation failed.
OPATCHAUTO-72050: Failed while retrieving system information.
OPATCHAUTO-72050: Please check log file for more details.


019-01-15 05:49:00,386 INFO  [1] oracle.dbsysmodel.driver.sdk.util.OsysUtility - Output message :::
2019-01-15 05:49:36,771 WARNING [1] oracle.dbsysmodel.driver.sdk.util.OsysUtility - Failed:
Verifying '/tmp/' ...FAILED (PRVF-7546)
Verifying Shared Storage Accessibility:/u01/app/180/grid/crs/install ...FAILED

NODE_STATUS::rac18c03:EFAIL


Finally I realized after hours of debugging and going through many blogs, my /tmp directory was full which was causing this. Clearing this on node rac18c03 fixed my issue.

This issue can come due to many reasons such as user equivalence not set and others, so read the log carefully

No comments:
Write comments