Cloud control 12 c deployment agent and the problems of auto-discovery

Hi all

I installed EM12c on Linux64 and now I'm running out of luck. :)

I'm me got stuck when the manual target deployment. I want to deploy the agent from my server Linux CC12c to HP - UX Itanium servers, where we have production db.
I managed to download HP - UX agents, but the deployment will fail.
I get an error
The shell path is invalid or not set. : / usr/local/bin/bash (SH_PATH),-c (SH_ARGS) on host XXX. Check the property values in the following files in that order, the ssPaths_ < dish > .properties or the sPaths.properties or the Paths.properties, in ' / oracle/em12c/who/Yes/Prov./resources "directory. For more details, see the Setup Guide base Oracle Enterprise Manager.

When I took a glance at /oracle/em12c/oms/oui/prov/resources/ssPaths_hpi.properties (I hope this is the right configuration for HP - UX file) I discovered that I have not SH_PATH = / usr/local/bin/bash is installed on the target server.

So the question is: can I change this variable to any other shell?
I'm usually using/bin/sh, and bash shell installed cannot be found.

Just to clear something else. When you specify the deployment agent settings in the section named (the OS user) credentials. This user will be the owner of the AGENT_HOME & the user under which the agent will run?

I also tried to manually download the agent SW (12.1.0.1 - same version, I wanted to deploy) via OTN, but why there is an installer for this version? I found "The Oracle (11.1.0.1.0) for HP - UX Itanium management officer" and lower...

-----------------------------------

Second problem I have is with automatic detection of target. When I run Assistant auto-discovery using agent on the CC12c Server I get an error:
c++ / oracle/em12c/agent/agent_inst/discovery/nmap/bin/nmap: error while loading shared libraries: libssl.so.4: cannot open shared object file: no such file or directory.

Then of course, there is a problem with some libraries on my Linux server so that it cannot run nmap. Should what package?
I found that I have some libssl installed libraries, but do not know why it is not working.

[root@vcloud ~] # locate libssl
/usr/lib/VMware-tools/lib32/libssl.so.0.9.8
/usr/lib/VMware-tools/lib32/libssl.so.0.9.8/libssl.so.0.9.8
/usr/lib/VMware-tools/lib64/libssl.so.0.9.8
/usr/lib/VMware-tools/lib64/libssl.so.0.9.8/libssl.so.0.9.8
/usr/lib64/.libssl.so.1.0.0.HMAC
/usr/lib64/.libssl.so.10.HMAC
/usr/lib64/libssl.so.1.0.0
/usr/lib64/libssl.so.10
/usr/lib64/libssl3.so
/usr/lib64/libsslcommon.so.6
/usr/lib64/libsslcommon.so.6.0.0

Is this library included in the openssl.x86_64 package which is installed? Need me a 32-bit version of this package - openssl.i686?
When I try to install the i686 with yum version, I get an error:
Error: Protected versions multi-bibliotheques: openssl - 1.0.0 - 20.el6_2.5.i686! = openssl - 1.0.0 - 20.el6_2.4.x86_64
What should I do?

TNX.
BR

For the indication of the error:

The shell path is invalid or not set. : / usr/local/bin/bash (SH_PATH),-c (SH_ARGS) on host XXX. Check the property values in the following files in this order, ssPaths_.properties or sPaths.properties or Paths.properties, in ' / oracle/em12c/who/Yes/Prov./resources "directory. For more details, see the Setup Guide base Oracle Enterprise Manager.

Yes, you are suppose to change the shell as his patch in a different place.

The file where you need to change is: $/oui/prov/resources/hpi.properties and change the variable: SH_PATH =
Try deploying the agent

On your other question: deploy agent manually, you must get the agent console update binary usings elf em12c. For more information on the update auto and how you can use it to download the software, refer to the chapter on the auto update in the Oracle Enterprise Manager Administrator's Guide control clouds.
http://docs.Oracle.com/CD/E24628_01/doc.121/e24473/self_update.htm#CACBHCBH

Tags: Enterprise Manager

Similar Questions

Maybe you are looking for