Skip to main content

Posts

Showing posts with the label em12c cloud control on linux 5.6. 32 bit

Oracle EM 12c agent deployment on Host

This article will illustrate how we can deploy an agent on Hosts with Oracle Enterprise manager 12c cloud control. If we want to manage any resources (database, OS, Web Server) then we need to have a management agent on these resources in order to manage them. In Oracle EM these resources will be called as targets. Oracle EM 12c cloud control offers 2 type of agent deployment: 1) Configuring Automatic Discovery 2) Manually Adding targets Here in this post i am going to demonstrate how to manually add an host to Oracle 12c EM. Step 1: Perform Agent deployment pre-reqs on Host Step 2: Deploy agent from EM 12c cloud control console Step 1: Perform Agent deployment pre-reqs on Host: -> create OS user (owner of EM agent) [root@erpappl1 ~]# useradd agent12c You have new mail in /var/spool/mail/root [root@erpappl1 ~]# passwd agent12c Changing password for user agent12c. New UNIX password: BAD PASSWORD: it is based on a dictionary word Retype new UNIX password: passwd: all authentication to...

Installation of Oracle Enterprise Manager 12c cloud control on Linux

This article will demonstrate step-by-step procedure to Install Oracle Enterprise Manager Cloud Control 12c software on Linux. The Installation is performed on Oracle Enterprise Linux 5.6 (32-bit). Oracle EM 12 c cloud control is the next generation system management and monitoring software. This software is certified on Oracle enterprise Linux 4 and 5 only. Its still not certified on oracle Linux 6. Software's used: 1) Oracle Enterprise Linux 5.6 2) Oracle Database 11.2.0.1 3) Oracle Enterprise manager 12c cloud control The complete Installation and configuration is performed in three steps: step 1 : Perform all OS related per-requisites step 2 : Install and configure database step 3 : Install Oracle 12c cloud control step 1 : Perform all OS related per-requisites -> Hardware requirement: CPU - 2 cores RAM - 4 GB Min. HDD Space - 8 GB required I've used one virtual machine with single core CPU, 4 GB RAM and 20 GB HDD space. -> Os package requirement: The...