How to add OID/OVD/WebLogic/Middleware Target in OEMGC 12C


Oracle Enterprise Manager (OEM) Cloud Control is recommended monitoring tool for Oracle Identity Management components like Oracle Internet Directory (OID),  Oracle Virtual Directory (OVD), Oracle Access Manager(OAM), and Oracle Identity Manager (OIM).


1.      Log into Enterprise Manager Grid Control 12C.

2.      Discover Host/Agent running OID/OVD service (This can be done using auto discovery or manual discovery) : OEM CC -> Setup -> Add Target ->  Add Target Manually (or Auto Discover).













3. Once Target Host and OEM Agent (hosting OID/OVD/WebLogic with EM) are discovered then add Middleware Target: OEM CC -> Targets -> Middleware ->Add -> Oracle Fusion Middleware/WebLogic Domain.





No comments:

How to add a datafile to a bigfile tablespace in Oracle 23ai Database.

  Syntax for Bigfile Tablespace: SQL > ALTER TABLESPACE tablespace_name ADD DATAFILE SIZE 10G AUTOEXTEND ON NEXT 1G MAXSIZE UNLIMITED; Ho...