I installed oem 10.2.0.1 on a test machine.
And configured 6 agents across my 6 databases.
Great tool, test went fine.
I Re-Installed oem this time on a prod server with a different name.
All the agents could not talk to oem anymore because of the oem not having the same name.
Here is the Fix i did:
emctl stop agent
edited emd.properties file and changed REPOSITORY_URL and emdWalletSrcUrl.
emctl unsecure agent
emctl secure agent
emctl start agent
emctl status agent
Everything seems ok now. with the agent comminication.
OEM discovered the agent, the database, but not the listener.
Hi ,
You can add your Listener for Monitoring. by following steps..
On EM go to Agent Home page (Agent target will be like hostnameort)
for the node where Listener is running.
from Add combo box select Listener and click go.
It will ask you few details like
1) what Name you want to give to target.
2)listener.ora locatio
3) port
and few more.
Just go through next next and Monitor your Listener
Can you post the full output of
$emctl status agent
Also, Check the $ORACLE_HOME/sysman/config/emd.properties file for hostnames/port etc. Then check the targets.xml file to see if you see any targets. Else the same directory of targets.xml should have a trace file (.trc) with some error.
Bookmarks