![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2245250.1 : Error When Applying DB Update During ODA Patching
In this Document
Created from <SR 3-14435197531> Applies to:Oracle Database Appliance - Version All Versions and laterInformation in this document applies to any platform. SymptomsWhile Applying the DB update using the below command oakcli update -patch <version> --database -local it could fail with below errors INFO: 2017-03-09 08:49:54: Applying patch on /u01/app/oracle/product/12.1.0.2/dbhome_1 Homes INFO: patching summary on local node INFO: Executing /tmp/pending_actions on local node
If you look at the actual patch update log(dbupdate_xxxxx.log) the errors reported are > System initialization log file is /u01/app/oracle/product/12.1.0.2/dbhome_1/cfgtoollogs/opatchautodb/systemconfig2017-03-09_08-49-55AM.log.
> > Failed: > Verifying shared storage accessibility > > WARNING: > User equivalence is not set for nodes: > oda0 > Verification will proceed with nodes: > oda1 > > Checking shared storage accessibility... > > "/u01/app/oracle/product/12.1.0.2/dbhome_1" is shared > > > Shared storage check was successful on nodes "oda1" > > Verification of shared storage accessibility was unsuccessful. > Checks did not pass for the following node(s): > oda0 > NODE_STATUS::oda1:SUCC > NODE_STATUS::oda0:EFAIL > The result of cluvfy command contain EFAIL NODE_STATUS::oda0:EFAIL > OPATCHAUTO-72050: System instance creation failed. > OPATCHAUTO-72050: Failed while retrieving system information. > OPATCHAUTO-72050: Please check log file for more details CauseThis is caused due to missing SSH user equivalence for the oracle user. In this case from oda1 to oda0 server. SolutionYou need to make sure that the SSH user equivalence is set correctly for the oracle user. Run the below command as oracle user to verify, $cluvfy comp admprv -n all -o user_equiv -verbose If there are any errors, please refer to the below document to re-setup SSH user equivalence for the oracle user How to reconfig ssh user equivalence Setup Post-Installation on ODA (Doc ID 1568647.1)
References<NOTE:1568647.1> - How to reconfig ssh user equivalence Setup Post-Installation on ODAAttachments This solution has no attachment |
||||||||||||||||||
|