Oracle Rapid Clone Errors Check Name: CertifiedVersions Failed

Error:

During Rapid Clone, the following pre-req checks showed warnings:
WARNING : Packages Global inventory loc = /etc/oraInst.loc Log: /opt/oraInventory/logs/install2016-04-05_05-05-11PM.log contextFile:/u01/TEST/fs1/EBSapps/comn/clone/prereq/webtier/Scripts/prereq/oui/agent_prereq_context.xml The entry point is: oracle.installType.all Check Name: CertifiedVersions Check Description: This is a prerequisite condition to test whether the Oracle software is certified on the current O/S or not. Expected result: One of oracle-6, oracle-5.8, oracle-5.7, oracle-5.6, enterprise-6.6, enterprise-4, enterprise-5, redhat-6.6, redhat-4, redhat-5, SuSE-10, SuSE-11 Actual Result: redhat-7.9 Check complete. The overall result of this check is: Failed

Solution:

To fix this error, update the refhost.xml file so the Rapid Clone tool correctly recognizes your OS version.

Steps:

1. Edit the file:

/u01/TEST/fs1/EBSapps/comn/clone/prereq/webtier/Scripts/prereq/linux64/refhost.xml


2. Update the <VERSION> entry.

Example change:

Before:
<OPERATING_SYSTEM> <VERSION VALUE="6"/> <ARCHITECTURE VALUE="x86_64"/> <NAME VALUE="Linux"/> <VENDOR VALUE="oracle"/> <GLIBC ATLEAST="2.12-1.7.el6">


After:
<OPERATING_SYSTEM> <VERSION VALUE="7"/> <ARCHITECTURE VALUE="x86_64"/> <NAME VALUE="Linux"/> <VENDOR VALUE="redhat"/> <GLIBC ATLEAST="2.12-1.7.el6">



3. Save the file and re-run Rapid Clone after cleanup the files which got generated.

Please do like and subscribe to my youtube channel: https://www.youtube.com/@foalabs If you like this post please follow,share and comment