Oracle Enterprise Manager
From Wikipedia, the free encyclopedia
The computer application Oracle Enterprise Manager (OEM) aims to manage software produced by Oracle Corporation as well as by some non-Oracle entities.
Contents |
[edit] Releases
Oracle Enterprise Manager includes three releases:
[edit] Oracle Enterprise Manager Database Control
The best-known release aims to manage Oracle databases. The oldest release, it originated as a Java client able to configure and manage databases.
[edit] Oracle Enterprise Manager Application Server Control
Oracle Application Server also has a web-interface to manage the application server.
[edit] Oracle Enterprise Manager Grid Control
For managing lots of databases and application servers (according to Oracle Corporation, preferably in a grid solution) one could use the Oracle Enterprise Manager Grid Control. It can manage multiple instances of Oracle deployment platforms; the most recent edition also allows for management and monitoring of other platforms such as Microsoft .NET, Microsoft SQL Server, NetApp Filers, BEA weblogic and others. Partners and IT organizations can build extensions to Oracle Enterprise Manager, and make them available to other Enterprise Manager users via Oracle Enterprise Manager 10g Grid Control Extensions Exchange.
The architecture of the OEM for Grid Control has three distinct components:
- the collection agent (Oracle Management Agent or OMA)
- the aggregation agent (Oracle Management Server or OMS)
- the repository agent (Oracle Management Repository or OMR)
The OMA runs on the target host and collects information on the hardware, operating system, and applications that run on the target. The OMS runs on one or two servers and collects the data generated by the OMAs. The OMS pulls the information from the OMAs and aggregates the collections into the repository. The OMS also acts as the user-interface — by generating web-pages for database administrators to view the status of systems and services. The OMR comprises an instance of the Oracle database that stores the data collected by the OMS. Installaers can make the OMR highly available or fault-tolerant by running it on an Oracle RAC instance across multiple nodes.
Plug-ins on each of the OMAs can customise or manipulate the data presented by the OEM by extending the data that the OMAs collect. Administrators can customize the analysis of the data with "management packs" to look at specific collections of data to display a system's performance. The current release of OEM allows for the design and configuration of custom management packs to monitor any application desired. OMAs collect the data using a custom-built plug-in and transmit the results in XML format back to the OMS, which then uses a custom-built management pack to store and analyze the data as desired.
[edit] Functionality
Oracle Enterprise Manager performs much of its activity through intelligent agents which Oracle Corporation refers to as Oracle Management Agents. These run as autonomous proxy processes on a managed node, and perform execution and monitoring tasks for Oracle Enterprise Manager, communicating using the Hypertext Transfer Protocol (HTTP or HTTPS). Oracle Release 10g has 14 additional packs (plug-ins) which require separate licensing. By default, upon installation, the OMA enables several packs(Change Management, Performance & Tuning, Diagnostics and Configuration Management) without any regard to what a customer has licensed. Users need to deselect unlicensed packs after installing the agent on a target database.
[edit] Implementation
OEM uses by default the SYSMAN
schema in an Oracle database as a super-administrator account/repository.
[edit] See also
- Oracle Management Server (OMS)