PROBLEM:
cd $COMMON_TOP/clone/bin and run perl adcfgclone.pl appsTier :
bash-3.2$ perl adcfgclone.pl appsTier
Copyright (c) 2002 Oracle Corporation
Redwood Shores, California, USA
Oracle Applications Rapid Clone
Version 12.0.0
adcfgclone Version 120.31.12010000.8
Enter the APPS password :
Checking for make...
Unable to locate 'make' utility in path
Checking for ld...
Unable to locate 'ld' utility in path
Checking for ar...
Unable to locate 'ar' utility in path
Unable to locate all utilities with system path.
PATH = $COMMON_TOP/clone/bin/../jre/bin:/bin:/usr/bin:/usr/bin:/bin:/opt/openv/pdde/pdopensource/bin:/usr/X11/bin:/usr/openwin/bin
WARNING: could not find all the required os utilities in the $path. please review the checks above w the checks above
SOLUTION:
To implement the solution, please execute the following steps:
1. Locate the missing utilities. On most releases of unix, they are in /usr/ccs/bin
2. Include a reference to the utilities path in the $PATH environment variable for the applmgr user used to manage the instance. Remember to export the PATH for changes to take effect.
3. Rerun the command 'perl adcfgclone.pl appsTier'
ref: adcfgclone.pl is Unable to Locate All Utilities in the System Path - 'Could not find all the required OS utilities in the $PATH' Error (Doc ID 397742.1)
No comments:
Post a Comment