Oracle Enterprise Manager Cloud control 12c Architecture
Oracle enterprise Manager Cloud control 12c is used for managing and monitoring multiple oracle database and related targets from a single console.Although Enterprise Manager Cloud Control is viewed as single entity, It has below components.
Oracle Management Agent:
Oracle Management Agent (Management Agent) component is deployed on each monitored host. It is responsible for monitoring all of the targets running on those hosts, communicating that information to the middle-tier Oracle Management Service, and managing and maintaining the hosts and its targets.
Oracle Management Service:
Oracle Management Service is a Web-based application that is connected with the Management Agents and the Management Plug-ins to discover targets, monitor and manage those targets, and dump the collected information in a repository . Oracle Management Service also provide the user interface for Enterprise Manager Cloud Control.
Oracle Management Repository:
The Oracle Management Repository is a storage location where all of the information collected by the Management Agent is stored. It is basically a database, Where Oracle Management Service uploads the monitoring data it receives from the Management Agents to the Management Repository.Oracle Management service retrieves the data from this repository database and display it in the Enterprise Manager Cloud Control console.
Management Console:
The OEM Cloud Control console is the web-based user interface for Enterprise Manager Cloud Control. With the help of the console, we can monitor and administer all the systems and services like databases, hosts, middleware application servers, listeners, and so on, are easily managed from one central location.
Below is the simple Architectural Diagram:
Required Softwares:
1. Oracle database 12.1.0.2
2. Oracle Enterprise Manager Cloud control 12C
Installing OEM 12C cloud Control:
Before Installing OEM cloud control, We need to do below 2 steps.
Installing oracle database software 12c
Install the oracle database software 12.1.0.2 on the server, where the cloud will be installed. This ORACLE_HOME will be used for creating the repository database.
ORACLE_HOME : /oracle/app/oracle/product/12.1.0/dbhome_1
Creating Repository database
Now create a repository database by using dbca utility. Make sure to use template while creating db. Once database is created, add below entry in the oratab.
BSSCCNTL:/oracle/app/oracle/product/12.1.0/dbhome_1:N
Now Unzip the cloud software and execute runInstaller.
cd /data/software/12cloud$ cd /data/software/12cloud
unzip /data/software/12cloud$ unzip em12105_sol64_disk1.zip
unzip /data/software/12cloud$ unzip em12105_sol64_disk2.zip
unzip /data/software/12cloud$ unzip em12105_sol64_disk3.zip
./runInstaller
Here, provide the REPOSITORY DATABASE details.
Run the above allroot.sh script as root user. And press ok.
With this cloud installation has been completed. Now it will generate below url to access the cloud console.
https://172.20.204.67:7799/em
SEE ALSO:
How to deploy Management Agents in target host:
How to restart Agent in oracle 12c cloud control: