How to resolve ERROR Failed to execute FMW pre-requisite check

Introduction: –

In this post we will identify the cloning issue and fix failed to execute fmw accordingly. Error failed to execute fmw pre-requisite check.

How to resolve ERROR Failed to execute FMW pre-requisite check?

Here we will identify the cloning issue and fix accordingly. Whie executing dualfs, we faced ERROR: Failed to execute FMW pre-requisite check.

 

$perl adcfgclone.pl appsTier dualfs

Target System Port Pool [0-99]: 2

Checking the port pool 2

done: Port Pool 2 is free

Report file located at /oracle/EBSFS/fs2/inst/apps/UAT_samarthapps/admin/out/portpool.lst

The new APPL_TOP context file has been created:

 /oracle/EBSFS/fs2/inst/apps/UAT_samarthapps/appl/admin/UAT_samarthapps.xml

Check Clone Context logfile /oracle/EBSFS/fs1/EBSapps/comn/clone/bin/CloneContextPatch_0610164000.log for details.

FMW Pre-requisite check log file location:

/oracle/EBSFS/fs1/EBSapps/comn/clone/FMW/logs/prereqcheck.log

Running: FMW pre-req check…

ERROR: Failed to execute FMW pre-requisite check

ERROR: Run file system configuration has failed

Check the logfile /oracle/EBSFS/fs1/inst/apps/UAT_samarthapps/admin/log/clone/run/RCloneApplyAppstier_06101635.log

ERROR: Failed to configure the target system,

please check the logfile in: /oracle/EBSFS/fs1/inst/apps/UAT_samarthapps/admin/log/clone

Error while executing /oracle/EBSFS/fs1/EBSapps/comn/clone/bin/alter_ebs_logon_trigger.sql

Failed to enable EBS_LOGON trigger

Prerequisite log: –

 

Check Name:Packages

Check Description:This is a prerequisite condition to test whether the packages recommended for

installing the product are available on 

Checking for binutils-2.20.51.0.2-5.11.el6-x86_64; found binutils-2.20.51.0.2-5.42.el6-x86_64.  Passed

Checking for compat-libcap1-1.10-1-x86_64; Not found.   Failed <<<<

Checking for compat-libstdc++-33-3.2.3-69.el6-x86_64; found compat-libstdc++-33-3.2.3-69.el6-x86_64.    Passed

Checking for compat-libstdc++-33-3.2.3-69.el6-i686; found compat-libstdc++-33-3.2.3-69.el6-i686.       

Passed

Checking for libgcc-4.4.4-13.el6-i686; found libgcc-4.4.7-23.0.1.el6-i686.      Passed

Checking for libgcc-4.4.4-13.el6-x86_64; found libgcc-4.4.7-23.0.1.el6-x86_64.  Passed

Checking for libstdc++-4.4.4-13.el6-x86_64; found libstdc++-4.4.7-23.0.1.el6-x86_64.    Passed

Checking for libstdc++-4.4.4-13.el6-i686; found libstdc++-4.4.7-23.0.1.el6-i686.        Passed

Checking for libstdc++-devel-4.4.4-13.el6-x86_64; found libstdc++-devel-4.4.7-23.0.1.el6-x86_64.       

Passed

Checking for sysstat-9.0.4-11.el6-x86_64; found sysstat-9.0.4-33.0.1.el6_9.1-x86_64.    Passed

Checking for gcc-4.4.4-13.el6-x86_64; found gcc-4.4.7-23.0.1.el6-x86_64.        Passed

Checking for gcc-c++-4.4.4-13.el6-x86_64; found gcc-c++-4.4.7-23.0.1.el6-x86_64.        Passed

Checking for glibc-2.12-1.7.el6-i686; found glibc-2.12-1.212.0.3.el6_10.3-i686. Passed

Checking for glibc-2.12-1.7.el6-x86_64; found glibc-2.12-1.212.0.3.el6_10.3-x86_64.     Passed

Checking for glibc-devel-2.12-1.7.el6-x86_64; found glibc-devel-2.12-1.212.0.3.el6_10.3-x86_64. Passed

Checking for glibc-devel-2.12-1.7.el6; found glibc-devel-2.12-1.212.0.3.el6_10.3-x86_64.        Passed

Checking for libaio-0.3.107-10.el6-x86_64; found libaio-0.3.107-10.el6-x86_64.  Passed

Checking for libaio-devel-0.3.107-10.el6-x86_64; found libaio-devel-0.3.107-10.el6-x86_64.      Passed

Check complete. The overall result of this check is: Failed <<<<

Error: –

 compat-libcap1-1.10-1-x86_64; Not found.   Failed <<<<

Solution: –

 rpm -Uvh compat-libcap1-1.10-1.x86_64.rpm

Preparing…                ########################################### [100%]

 

   1: compat-libcap1         ########################################### [100%]

 
 
After that retest the issue.
 

2 thoughts on “How to resolve ERROR Failed to execute FMW pre-requisite check”

Leave a Comment