Today I ran adcfgclone at Apps Tier to refresh my TEST Instance and faced the below issue.
Issue:
no linkxlC in /u01/oracle/ERPDEV3/apps/apps_st/comn/clone/bin/../jre/bin /usr/bin /etc /usr/sbin /usr/ucb /home/oracle/bin /usr/bin/X11 /sbin .
Checking for make... found - /usr/bin/make
Checking for ld... found - /usr/bin/ld
Checking for linkxlC...
Unable to locate 'linkxlC' utility in path
Checking for ar... found - /usr/bin/ar
Unable to locate all utilities with system path.
PATH = /u01/oracle/ERPDEV3/apps/apps_st/comn/clone/bin/../jre/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oracle/bin:/usr/bin/X11:/sbin:.
WARNING: Could not find all the required OS utilities in the $PATH. Please review the checks above
Solution:
Export the path variable along with the location of linkxlC
Steps:
which linkxlC
/usr/vacpp/bin/linkxlC
$ export PATH=/usr/vacpp/bin:$PATH
Now run adcfgclone, this time it should run without any issues.
****************************நன்றி****************************
Issue:
no linkxlC in /u01/oracle/ERPDEV3/apps/apps_st/comn/clone/bin/../jre/bin /usr/bin /etc /usr/sbin /usr/ucb /home/oracle/bin /usr/bin/X11 /sbin .
Checking for make... found - /usr/bin/make
Checking for ld... found - /usr/bin/ld
Checking for linkxlC...
Unable to locate 'linkxlC' utility in path
Checking for ar... found - /usr/bin/ar
Unable to locate all utilities with system path.
PATH = /u01/oracle/ERPDEV3/apps/apps_st/comn/clone/bin/../jre/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oracle/bin:/usr/bin/X11:/sbin:.
WARNING: Could not find all the required OS utilities in the $PATH. Please review the checks above
Solution:
Export the path variable along with the location of linkxlC
Steps:
which linkxlC
/usr/vacpp/bin/linkxlC
$ export PATH=/usr/vacpp/bin:$PATH
Now run adcfgclone, this time it should run without any issues.
****************************நன்றி****************************
No comments:
Post a Comment