1- On your main Enterprise Manager Repository logon to your emcli utility.
2- Once conected run the sync command:
3 – Now let’s remove the target manually using the emcli command line utility:
Done
1
2
3
4
5
6
7
|
[oracle@HOST]$ cd /u00/oms12.0.3/oms/bin
[oracle@HOST]$ ./emcli login -username=SYSMAN
Enter password:xxxxxxx
Login successful
|
1
2
3
4
|
[oracle@HOST]$ ./emcli sync
Synchronized successfully
|
1
2
3
4
|
[oracle@HOST]$ ./emcli delete_target -name="name.domain:3872" -type="oracle_emd" -delete_monitored_targets
Target "name.domain:3872:oracle_emd" deleted successfully
|
No comments:
Post a Comment