Install Oracle Enterprise Manager
Install Oracle Enterprise Manager
Install Oracle Enterprise Manager
- Memory Requirements
Minimum: 6 GB of RAM
To determine the size of the configured swap space, enter the following command,
To determine the available RAM and swap space, enter the following command,
# free
To determine the amount of disk space available, enter the following command,
# df -h
2. Package Requirements
make-3.81
binutils-2.17.50.0.6
gcc -4.1.1
libaio-0.3.106
glibc-2.5-12
glibc-common-2.3.4
libstdc++ -4.1.1
setarch-1.6
sysstat-5.0.5
rng-utils-2.0
libXtst-1.0.1-3.1(x86_64)
xorg-x11-utils
glibc-devel-2.5-49
- For installing an OMS or a Management Agent on Unix operating systems (32-bit or 64-bit), set the
kernel.shmmax parameter to a value 1 byte less than 4 GB or 4294967295.
- Enter the below commands to view the current values of the kernel parameters,
- By specifying the value in the “/etc/sysctl.conf” file they persist when you restart the system. For
immediate effect of the changed parameters, restart the system or run below commad.
# sysctl -p
# /usr/sbin/groupadd oinstall
# /usr/sbin/groupadd dba
- Creating the Oracle Software Owner User
# passwd oracle
# vi /etc/hosts
- Update the resource limits in the “/etc/security/limits.conf” configuration file for the oracle user by
adding the following lines.
# vi /etc/security/limits.conf
- I have downloaded and copied the Oracle Enterprise Manager 12c software in the location
“/u01/oracle_software/”.
$ cd /u01/oracle_software/
$ unzip em12_linux64_disk1.zip
$ unzip em12_linux64_disk2.zip
$ unzip em12_linux64_disk3.zip
$ ./runInstaller
Uncheck the option of receiving security updates and Click on Next to continue.
Make sure that all the prechecks gets succeeded. Click on Next to continue.
- INSTALL TYPES Screen
Choose Advanced
You can observe the installation of EM 12c. At the end of installation, you will be asked to run the
configuration script as shown in below image.
Run the script as root user and click on OK to end the installation.
- FINISH Screen
Here you can see the URLs to access Enterprise Manager Cloud Control and Admin Server via web browser.
- The installation of Enterprise Manager 12c Cloud has been successfully done.
======================================================================================
1. Package Requirements
•make-3.81
•binutils-2.17.50.0.6
•gcc-4.1.1
•libaio-0.3.106
•glibc-common-2.3.4
•libstdc++-4.1.1
•sysstat-5.0.5
Create user group and users. Ex: group oinstall, users – oracle
3. Create directory
Create path [Path]/agent – make sure it’s under the ownership or the user acct that used for the
installation
4. Add IP Addresses to Hosts file for both Target and OEM server.
5. Login into OEM 12c and choose Add Target Manually from Setup option.
6.
connect sysman@poem
select job_id
from mgmt_job
connect sysman@poem
exec
mgmt_job_engine.stop_all_executions_with_id('459582F20C8B6AF4E0403E0ACECC4DCB',T
RUE);
commit;
connect sysman@poem
exec mgmt_job_engine.delete_job('BACKUP_ODS_ARCH_2HRS','SYSMAN');
commit;
***OEM PERFORMANCE***
1. Log into Weblogic -> servers -> EMGC_OMS1 -> Monitor Tab -> Thread Tab
3. Check to see if there are stuck thread on the database by using AWR(SQL Developer 4.0
and up)
4.