Monday, April 5, 2010

WARNING: Could not find all the required OS utilities in the $PATH. Please review the checks above

When cloning one of the nodes for a R12 application I faced the below error message on invoking adcfgclone.pl


applmgr > /oracle/STAGE/apps/tech_st/10.1.3/perl/bin/perl adcfgclone.pl appsTier

Copyright (c) 2002 Oracle Corporation
Redwood Shores, California, USA
Oracle Applications Rapid Clone
Version 12.0.0
adcfgclone Version 120.20.12000000.12

Enter the APPS password :

WARNING: Could not find all the required OS utilities in the $PATH. Please review the checks above

applmgr >

- Even-though I have set the required executable like ld,ar,make,zip in $PATH.
I was continuously getting this error.

- Verified the $LD_LIBRARY_PATH (all correct)

- Verified $PERL5LIB correctly set.

Issue
======

When I checked the disk space I came to know that the /tmp was full and there was no free space.

On deleting old and unwanted files I reclaimed some space in /tmp.

After clearing files in /tmp on invoking adcfgclone.pl it was successful and clone completed without any issues.