Quantcast
Channel: Doyensys Allappsdba Blog..
Viewing all articles
Browse latest Browse all 1640

How to Manually Remove the Enterprise Manager Grid/Cloud Control Agent

$
0
0
Steps to remove the agents in 12c:

$AGENT_HOME/bin/emctl stop agent

cd $OMS_HOME/bin

./emcli login -username=sysman

./emcli sync

[oracle@oem bin]$ emcli get_targets |grep Down

Status  Status           Target Type           Target Name
-------------------------------------------------------------------------
0       Down             oracle_database       db1.test.com


./emcli delete_target -name="db1.test.com" -type="oracle_database"


Query
=====

select TARGET_NAME,TARGET_TYPE,PROPERTY_VALUE,PROPERTY_NAME  from mgmt$target_properties where target_name = 'db1.test.com'

no rows selected


Viewing all articles
Browse latest Browse all 1640

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>