Wednesday, April 21, 2010

Reinstall of Oracle Agent Did Not Reconnect to Oracle Management Service

After the reinstall of the Oracle Agent on Oracle Enterprise Linux 5 Update 4, the agent did not start communicating with the Oracle Management Service as it did before. I ran through the following which started the communication again.

1. Stop the agent.

AGENT_HOME/bin/emctl stop agent

2. Remove the files from the following locations.

AGENT_HOME/sysman/emd/lastupld.xml
AGENT_HOME/sysman/emd/state/
AGENT_HOME/sysman/emd/recv/
AGENT_HOME/sysman/emd/uploads/
AGENT_HOME/sysman/log/

3. Re-secure the agent.

AGENT_HOME/bin/emctl secure agent

4. Start the agent.

AGENT_HOME/bin/emctl start agent

No comments:

Post a Comment