Oracle Systems DBA Reference

Database, UNIX, etc. @ 15zips

OEM Clean Restart

1. Stop the agent

/bin/emctl stop agent

* This is the point where you would change emd.properties, etc.

2. Clean start the agent:

2.1. Delete any pending upload files from the agent home

rm -r sysman/emd/state/*
rm -r sysman/emd/collection/*
rm -r sysman/emd/upload/*
rm sysman/emd/lastupld.xml
rm sysman/emd/agntstmp.txt
rm sysman/emd/blackouts.xml
rm sysman/emd/protocol.ini

2.2. Start the agent

/bin/emctl start agent

2.3. Issue an agent clearstate from the agent home

/bin/emctl clearstate

2.4. Force an upload to the OMS

/bin/emctl upload

Comments are currently closed.