Advertisement

Friday, June 26, 2020

Oracle Enterprise Manager: Un-install OEM Agent (Host and OMS)

This blog discusses on steps to un-install OEM agent from the host and remove from OMS



Step 1: Uninstall OEM Agent
$<AGENT_HOME>/perl/bin/perl <AGENT_HOME>/sysman/install/AgentDeinstall.pl -agentHome <AGENT_HOME>

Example
/u01/app/oracle/product/agent/agent_13.3.0.0.0/perl/bin/perl /u01/app/oracle/product/agent/agent_13.3.0.0.0/sysman/install/AgentDeinstall.pl -agentHome /u01/app/oracle/product/agent/agent_13.3.0.0.0


Step2: Remove OEM from OMS
emcli login -username=sysman
emcli sync
emcli delete_target -name="<target name:port>" -type="oracle_emd" -delete_monitored_targets

And that is it :)

No comments:
Write comments