Install Oracle Enterprise Manager Cloud Control 13c release on Red Hat Linux

Steps:

    1. Install Oracle database 12c using Oracle database template for Enterprise Manager Cloud Control 13C

    2. Install Enterprise Manager Cloud Control 13C

1. Install Oracle database 12c using Oracle database template for Enterprise Manager Cloud Control 13C

1.1 Install following packages as root

# OL6 and OL7

yum install make -y

yum install binutils -y

yum install gcc -y

yum install libaio -y

yum install glibc-common -y

yum install libstdc++ -y

yum install libXtst -y

yum install sysstat -y

yum install glibc -y

yum install glibc-devel -y

yum install glibc-devel*i686 –y

1.2 Download binaries Oracle Enterprise Manager Cloud Control 13C (13.2.0.0). Copy them to ORACLE_HOME.

1.3 Unzip template to directory $ORACLE_HOME/assistants/dbca/templates

[oracle@cloud templates]$ cp /Download/db_template/12.1.0.2.0_Database_Template_for_EM13_2_0_0_0_Linux_x64.zip /opt/oracle/product/12.1.0/assistants/dbca/templates/

[oracle@cloud templates]$ unzip /opt/oracle/product/12.1.0/assistants/dbca/templates/12.1.0.2.0_Database_Template_for_EM13_2_0_0_0_Linux_x64.zip

1.4 Start the Database Configuration Assistant (DBCA) and create a new database using the template.

[oracle@cloud templates]$ export ORACLE_BASE=/opt/oracle

[oracle@cloud templates]$ export ORACLE_HOME=/opt/oracle/product/12.1.0/

[oracle@cloud templates]$ PATH=$ORACLE_HOME/bin:$ORACLE_HOME/OPatch:/sbin/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin

[oracle@cloud templates]$ export PATH

[root@cloud Download]# chown oracle:oinstall /usr/local/etc/

[oracle@cloud templates]$ /opt/oracle/product/12.1.0/bin/dbca

1.5 Use default option “Create Database” and click “Next” button

1.6 elect “Advanced Mode” and click “Next” button

1.7 Select appropriate template for your EM installation, Small /Medium/Large then click “Next” button. I have chosen Small Option here.

1.8 Provide global database name and SID for your EM then click “Next” button

1.9 Both options “Configure Enterprise Manager (EM) Database Express” and “Register with Enterprise Manager (EM) Cloud Control” must be unchecked. Click “Next” button.

1.10 Enter separate password for user SYS, SYSTEM or define the same password for both accounts (presented here). Then click “Next” button.

1.11 Register new database in current LISTENER(presented here) or other option you can create new dedicated listener for the database. Click “Next” button.

1.12 Specify where to install new database. Then click “Next” button.

1.13 Specify if you want install extra sample schemas (it’s optional not required for EM). Click “Next” button.

1.14 On four tabes you can modify extra settings for new database. I have changed only character set page to AL32UTF8 rest are defaults. Click “Next” button.

1.15 Just click “Next” button.

1.16 On this page you can review new database before it will be created. Click “Finish” button to start installation.

1.17 nstallation in progress ….

1.18 Database is created just click “Close” button.

2. Install Enterprise Manager Cloud Control 13C

2.1 Create folder for Oracle publisher

[oracle@cloud 12.1.0]$ mkdir -p /opt/oracle/product/12.1.0/bip/config

[oracle@cloud 12.1.0]$ mkdir -p /opt/oracle/product/12.1.0/bip/cluster

2.2 Start installation. It will take some time before first screen appears, be patient …

[oracle@cloud 13c]$ ./em13200_linux64.bin

** The directory "/tmp" does not have enough space. At least 10241 MB of free sp ace are required.

Please input another directory or [Exit]: /Download/temp/

0%.........................................................................100%

Launcher log file is /Download/temp/OraInstall2017-01-04_10-31-26AM/launcher2017 -01-04_10-31-26AM.log.

Starting Oracle Universal Installer

Checking if CPU speed is above 300 MHz. Actual 2666.000 MHz Passed

Checking monitor: must be configured to display at least 256 colors. Actual unknown. Failed <<<<

Checking swap space: must be greater than 512 MB. Actual 21163 MB Passed

Checking if this platform requires a 64-bit JVM. Actual 64 Passed (64-bit not required)

Some system prerequisite checks failed.

You must fulfill these requirements before continuing.

Continue? (yes [y] / no [n]) [n]

y

You have confirmed that the product can be installed on this platform.

Continuing with the installation.

>>> Ignoring failure(s) of required prerequisite checks. Continuing...

Preparing to launch the Oracle Universal Installer from /Download/temp/OraInstal l2017-01-04_10-31-26AM

====Prereq Config Location main===

/Download/temp/OraInstall2017-01-04_10-31-26AM/stage/prereq

EMGCInstaller args -scratchPath

EMGCInstaller args /Download/temp/OraInstall2017-01-04_10-31-26AM

EMGCInstaller args -sourceType

EMGCInstaller args network

EMGCInstaller args -timestamp

EMGCInstaller args 2017-01-04_10-31-26AM

EMGCInstaller args -paramFile

EMGCInstaller args /Download/temp/sfx_vpXuWX/Disk1/install/linux64/oraparam.ini

EMGCInstaller args -nocleanUpOnExit

DiskLoc inside SourceLoc/Download/13c

EMFileLoc:/Download/temp/OraInstall2017-01-04_10-31-26AM/oui/em/

ScratchPathValue :/Download/temp/OraInstall2017-01-04_10-31-26AM

2.3 If you don’t want to get email after installation just uncheck “I wish to receive security updates via My Oracle Support” and click “Next” button.

2,4 Select “Skip” to avoid latest patch downloading and click “Next”.

2.5 Prerequisite checks are executed.

2.6 Select “Simple” installation method then click “Next” button.

2.7 Enter middleware, agent directory and click “Next” button.

2.8 Enter administrator password for EM and database credentials. Click “Next” button.

2.9 Provide the location of BI Publisher and Click “Next” Button. You can uncheck “Configure a Shared Location for Oracle BI Publisher” then click “Next” button.

2.10 Summary screen. It’s last moment to modify settings before starting installation. Click “Install” button.

2.11 Installation in progress …

2.12 When prompted run script as root. Once done click “OK” button.