Oracle Enterprise Manager (OEM) Grid Control is monitoring software for Oracle Database, Fusion MiddleWare (FMW including OAS & SOA Suite), Oracle E-Business Suite, Siebel, SAP ….
This post covers overview of various components in OEM Grid Control
Oracle Enterprise Manager (OEM) / Grid Control Component
1. Oracle Management Agent: is software that sits on all nodes(machines) which you would like to monitor. Configuration file for Management Agent is $OH/ <hostname>_<sid>/ sysman/ config/ emd.properties. Agent uploads managed data (from server its monitoring) to Management Service via HTTP Server (URL of management Service HTTP Server is defined by REPOSITORY_URL parameter in emd.properties)
Management Agent software also includes inbuilt HTTP Listener (different from standalone HTTP Server) to accept messages(data) from Management Service and this URL is defined by parameter EMD_URL in emd.properties.
Management Agent Log & Trace files are in $AGENT_HOME (or $OH/ <hostname>_<sid>) / sysman/ emagent.log, emagent.trc, emagentfetchlet.log, emagentfetchlet.trc , emagent.nohup
.
2. Oracle Management Service : Management Service upload data (from Management Agent via HTTP Server) to Management Repository (sysman schema in oracle database) using JDBC. Configuration file for Management Service is $OH/<hostname>_<sid>/ sysman/ config/ emoms.properties.
Repository connection details are defined by parameter emdRepSID, emdRepServer, emdRepConnectDescriptor and emdRepUser in emoms.properties
Management Service also monitors Management Agent (to check its up and running), submit enterprise manager jobs and other functions using EMD_URL (Management Agent runs inbuilt HTTP listener) defined in emoms.properties
Management Service Log & Tracefiles are in $AS_HOME (or $OH/ <hostname>_<sid>) / sysman/ emoms.log, emoms.trc
.
3. Oracle Management Repository : is Database Schema (sysman) to store Enterprise Manager Data. Management Service connects to Management Repository using JDBC
4. Oracle Enterprise Manager (OEM) Grid Control Console: is browser based tool to monitor and manage targets. Administrator uses console (URL on browser using webcache post of Grid Control Server) which connects to Webcache Port of OEM Grid Console.
Webcache in turn forward request to HTTP server of OEM Grid Middle Tier. HTTP Server retrieve data from Management Repository via Management Service.
5. HTTP Server: recieve requests from webcache, pulls data from Repository via Management Serviceand return response back to Webcache. HTTP Server also receive data from Management Agents, forward it to Management Service to store them in Management Repository.
6. Webcache : acts as web accelerator; forward request from Users (console) to HTTP Server and response back from HTTP server to Users (Console)
.
Communication between Management Agent & Service
Management Agent connect to Management Service via HTTP Server of Grid Control Middleware where as Management Service connect directly (using HTTP protocol) to Management Agent (Agent software include inbuilt http server)
.
References
Related Posts for OEM
- Oracle Enterprise Manager (OEM) - Basics
- Enterprise Manager - iAS Console : Changes in 10.1.3
- OEM DBConsole startup issues on 10g R2 database for 11i/R12
- Installing Oracle Enterprise Manager (OEM) Grid - Management Agent
- Install Application (11i/R12) Management Pack 3.0 with OEM Grid Control
- Oracle Enterprise Manager (OEM) Grid Control 10.2.0.1 Installation & Startup overview
- Book Review : Middleware Management with Oracle Enterprise Manager Grid Control
Popularity: 7% [?]







Good hands-on exercises (installation, patching, cloning), very experienced trainer worth for Money 
3 users commented in " Oracle Enterprise Manager (OEM) - Basics "
Follow-up comment rss or Leave a Trackback[…] What is OEM Grid Control Management Agent ? Management Agent is software installed on node (machine) which you are planning to monitor. Agent collects information on target node (Host, Database, Listener, Application Server …) and transports that information to Oracle Management Service(OMS) which inturn pass on that information to Management Repository (Oracle Database). For overview of OEM Grid Control and various components Click Here […]
[…] This post covers installation of Oracle Application Management Pack (AMP) on existing Oracle Enterprise Manager Grid Control Component (Oracle Management Service & Oracle Management Agent) . To know more about OEM Grid Control components click here […]
[…] Oracle Enterprise Manager (OEM) Grid Control 10.2.0.1 Installation & Startup overview Posted in January 6th, 2010 byAtul Kumar in installation, oem Print This Post This post covers installation overview of Oracle Enterprise Manager Grid Control 10g R5 10.2.0.1 and start/stop of OEM Grid Control components (OEM Repository, Management Server and Agents) If you are new to Oracle Enterprise Manager (OEM) then go through OEM Architecture here […]
Leave A Reply