Visit Counter

Wednesday, August 16, 2017

installing Oracle EBS 12.2.2.6 on LInux (64-bit) Kernel [Expected = "2.6.39" ; Found = "2.6.32-100.28.5.el6.x86_64"]

12.1.0.2 Installation on OL6 Fails with Error KERNEL OF PROPER VERSION IS NOT FOUND Expected = "2.6.39" (Doc ID 1924549.1)


Error:
------


INFO: FINE: [Task.perform:514]  
m_nodeList='apps12'
INFO: FINE: [VerificationCommand.execute:297]  
Output: '<CV_VAL>2.6.32-100.28.5.el6.x86_64
</CV_VAL><CV_VRES>0</CV_VRES><CV_LOG>Exectask: OS version retrieval successful</CV_LOG><CV_CMDLOG><CV_INITCMD>/tmp/CVU_12.1.0.2.0_oracle/exectask -getosver </CV_INITCMD><CV_CMD>/bin/uname -r</CV_CMD><CV_CMDOUT> 2.6.32-100.28.5.el6.x86_64</CV_CMDOUT><CV_CMDSTAT>0</CV_CMDSTAT></CV_CMDLOG><CV_ERES>0</CV_ERES>'
INFO: ERROR: [Result.addErrorDescription:624]  Kernel of proper version is not found on node "apps12" [Expected = "2.6.39" ; Found = "2.6.32-100.28.5.el6.x86_64"]
INFO: FINE: [Task.perform:594]  
TaskKernelVersion:OS Kernel Version[TASKKERNELVERSION]:TASK_SUMMARY:FAILED:CRITICAL:VERIFICATION_FAILED
          ERRORMSG(apps12): Kernel of proper version is not found on node "apps12" [Expected = "2.6.39" ; Found = "2.6.32-100.28.5.el6.x86_64"]
INFO: *************** End of CVU Error logs ***************
INFO: All forked task are completed at state prepInstall
INFO: ------------------List of failed Tasks------------------
INFO: *********************************************

INFO: *********************************************

INFO: *********************************************
INFO: OS Kernel Version: This is a prerequisite condition to test whether the system kernel version is at least "2.6.39".
INFO: Severity:CRITICAL
INFO: OverallStatus:VERIFICATION_FAILED

INFO: -----------------End of failed Tasks List----------------






Solution:
-----------


 1)Verify the kernel version manually by using uname -a :

    It should be equal or higher than  2.6.32-71  .

2)Ignore the message & continue the Installation.





[root@apps12 logs]# uname -a
Linux apps12.ora.com 2.6.32-100.28.5.el6.x86_64 #1 SMP Wed Feb 2 18:40:23 EST 2011 x86_64 x86_64 x86_64 GNU/Linux

[root@apps12 logs]#