I have installed OEM 13.2 .0.0 agent on one server(redhat 6 x86_64) via silent method using script agentpull.sh.
After the installation i don't see agent is not recognizing any target .
>./emctl status agent
Oracle Enterprise Manager Cloud Control 13c Release 2
Copyright (c) 1996, 2016 Oracle Corporation. All rights reserved.
---------------------------------------------------------------
Agent Version : 13.2.0.0.0
OMS Version : 13.2.0.0.0
Protocol Version : 12.1.0.1.0
Agent Home : /u00/oracle/agent13c/agent_inst
Agent Log Directory : /u00/oracle/agent13c/agent_inst/sysman/log
Agent Binaries : /u00/oracle/agent13c/agent_13.2.0.0.0
Core JAR Location : /u00/oracle/agent13c/agent_13.2.0.0.0/jlib
Agent Process ID : 17388
Parent Process ID : 17353
Agent URL : https://:3872/emd/main/
Local Agent URL in NAT : https:///emd/main/
Repository URL : https:/:4903/empbs/upload
Started at : 2017-06-20 14:08:13
Started by user : oracle
Operating System : Linux version 2.6.32-642.15.1.el6.x86_64 (amd64)
Number of Targets : (none)
Last Reload : (none)
Last successful upload : 2017-06-20 14:08:16
Last attempted upload : 2017-06-20 14:08:16
Total Megabytes of XML files uploaded so far : 0
Number of XML files pending upload : 0
Size of XML files pending upload(MB) : 0
Available disk space on upload filesystem : 81.34%
Collection Status : Collections enabled
Heartbeat Status : Ok
Last attempted heartbeat to OMS : 2017-06-20 14:25:16
Last successful heartbeat to OMS : 2017-06-20 14:25:16
Next scheduled heartbeat to OMS : 2017-06-20 14:26:16
---------------------------------------------------------------
Agent is Running and Ready
Same script and process worked on other server but not on this one.
steps i took to install
1> curl "...." insecure -o AgentPull.sh
2.created a properties file
3. ran the script ./AgentPull.sh RSPFILE_LOC=/u00/oracle/agent13c/agent.properties
4. ran root.sh at the end
5. tried below:
./emctl status agent
./emctl secure agent
>./emctl secure agent
Oracle Enterprise Manager Cloud Control 13c Release 2
Copyright (c) 1996, 2016 Oracle Corporation. All rights reserved.
Agent successfully stopped... Done.
Securing agent... Started.
Enter Agent Registration Password :
Agent successfully restarted... Done.
Securing agent... Successful.
./emctl start agent
./emctl upload agent
Oracle Enterprise Manager Caloud Control 13c Release 2
Copyright (c) 1996, 2016 Oracle Corporation. All rights reserved.
---------------------------------------------------------------
EMD upload completed successfully
./emctl config agent listtargets
Oracle Enterprise Manager Cloud Control 13c Release 2
Copyright (c) 1996, 2016 Oracle Corporation. All rights reserved.
::/u00/oracle/agent13c/agent_inst/bin}
Has anyone else faced such thing in 13c?
thanks
Sub