Operating System - HP-UX
1748185 Members
4284 Online
108759 Solutions
New Discussion юеВ

Unable to locate all utilities with system path.

 
VNC Server Itanium HP-U
Occasional Advisor

Unable to locate all utilities with system path.

Hi,

O-S : HP-UX Itanium 11.31

When I run adcfgclone i am getting the below mentioned error i.e Unable to locate all utilities with system path.

# whereis aCC
aCC:
for aCC i am not getting anything that implies this is not installed.
Kindly let me know the patch number for aCC.

# whereis aCC_link
aCC_link: /usr/ccs/bin/aCC_link /usr/share/man/man1.Z/aCC_link.1

$ perl adcfgclone.pl dbTier



Copyright (c) 2002 Oracle Corporation

Redwood Shores, California, USA



Oracle Applications Rapid Clone



Version 12.0.0



adcfgclone Version 120.31.12010000.1



Enter the APPS password :



Checking for make... found - /usr/bin/make

Checking for ld... found - /usr/bin/ld

Checking for cc... found - /usr/bin/cc

Checking for aCC...

Unable to locate 'aCC' utility in path

Checking for ar... found - /usr/bin/ar

Unable to locate all utilities with system path.
PATH = /u01/oracle_db/db/tech_st/11.1.0/appsutil/clone/bin/../jre/bin:/usr/bin:/usr/ccs/bin:/usr/cntrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/ipf/bin:/opt/gvsd/bin:/opt/nettladm/bin:/opt/fcms/in:/opt/wbem/bin:/opt/wbem/sbin:/opt/sas/bin:/opt/graphics/common/bin:/opt/atok/bin:/usr/bin/X11:/ur/contrib/bin/X11:/opt/sec_mgmt/bastille/bin:/opt/caliper/bin:/opt/drd/bin:/opt/dsau/bin:/opt/dsau/bin:/opt/resmon/bin:/opt/firefox:/opt/gnome/bin:/usr/contrib/kwdb/bin:/opt/mozilla:/opt/perl_32/bin/opt/perl_64/bin:/opt/prm/bin:/opt/sfm/bin:/opt/swm/bin:/opt/sec_mgmt/spc/bin:/opt/ssh/bin:/opt/seninel/bin:/opt/swa/bin:/opt/hpsmh/bin:/opt/thunderbird:/opt/langtools/bin:/opt/gwlm/bin:/opt/ignite/
in:.
WARNING: Could not find all the required OS utilities in the $PATH. Please review the checks above.

what about the rest which is mentioned in the path.

Do i need to mention all the paths in /etc/PATHS.

Kindly let me know how to overcome this error.

Thanks and regards,
Waseem
6 REPLIES 6
Pete Randall
Outstanding Contributor

Re: Unable to locate all utilities with system path.

So find out where it is, add it in to your path and start again. If you have a problem with any of those three steps, we can explain further.


Pete

Pete
James R. Ferguson
Acclaimed Contributor

Re: Unable to locate all utilities with system path.

Hi:

You need to purchase the C/aC++ compiler for 'aCC'.

http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA

There is an evaluation copy described in the link above, too.

Regards!

...JRF...

Waseem Showkat (HP-UX I
Occasional Contributor

Re: Unable to locate all utilities with system path.

>Pete : I have checked aCC
if u look above i have given whereis aCC
unable to give PATH like the one given for aCC_link.

>JRF : As per you we need to purchase it from HP.

Is there any trail version available to check it.


regards,
Waseem
Dennis Handly
Acclaimed Contributor

Re: Unable to locate all utilities with system path.

>Do I need to mention all the paths in /etc/PATH?
>let me know how to overcome this error.

If you just need aCC to link, you could try setting up a symlink to aCC_link:
ln -s /usr/ccs/bin/aCC_link aCC

And put this in some directory that's in your PATH.

>Is there any trial version available to check it.

The whole reason I created aCC_link was to enable linking during installation, so you wouldn't have to purchase aC++ or download the Eval version.
VNC Server Itanium HP-U
Occasional Advisor

Re: Unable to locate all utilities with system path.

Thanks Denis.

Creating symbolic link works.

#ln -s /usr/ccs/bin/aCC_link /usr/bin/aCC


NO need of downloading any software.

VNC Server Itanium HP-U
Occasional Advisor

Re: Unable to locate all utilities with system path.


Thanks 2 all for sending replies.

By creating symbolic link it works as I posted.