In this post we will be setting up a new VM with OEL 8.10 and install OEM 13.5

prepare a new VM with below details

Setting up VM

network adapters as below

Once the OEL8 is installed, make the following changes. Use the nmtui utility in network adapters to enable internet access and a putty session.

current laptop settings

for NAT adapter 1 enp0s3

For putty adapter 3 – enp0s9

once changes activated you will be able to take putty and access internet.

Installing Oracle 19c database

First we will install 19c software only and then create db using OEM templates

export CV_ASSUME_DISTID=OEL7.8

[root@OEL8-VM01 /]# free -g
total used free shared buff/cache available
Mem: 19 0 5 0 13 18
Swap: 0 0 0
[root@OEL8-VM01 /]# swapon -s
Filename Type Size Used Priority
/dev/sda2 partition 1048572 0 -2
[root@OEL8-VM01 /]# sudo swapoff -a
[root@OEL8-VM01 /]# sudo rm -f /swapfile
[root@OEL8-VM01 /]# sudo fallocate -l 16G /swapfile
[root@OEL8-VM01 /]# sudo chmod 600 /swapfile
[root@OEL8-VM01 /]# sudo mkswap /swapfile
Setting up swapspace version 1, size = 16 GiB (17179865088 bytes)
no label, UUID=e1852e29-007c-47de-8954-cdba5d631d41
[root@OEL8-VM01 /]# sudo swapon /swapfile
[root@OEL8-VM01 /]# sudo vi /etc/fstab
#Add below line at end and save the file
/swapfile swap swap defaults 0 0
[root@OEL8-VM01 /]# free -g
total used free shared buff/cache available
Mem: 19 0 5 0 13 18
Swap: 15 0 15
press check again

create database using template

[oracle@OEL8-VM01 19c_db_sw]$ cd /u01/app/oracle/19c/assistants/dbca/templates/
[oracle@OEL8-VM01 templates]$ pwd
/u01/app/oracle/19c/assistants/dbca/templates
[oracle@OEL8-VM01 templates]$ cp /shared_dir/12c_OEM/19c_template/19_11_0_0_0_Database_Template_for_EM13_5_0_0_0_Linux_x64.zip .
[oracle@OEL8-VM01 templates]$
[oracle@OEL8-VM01 templates]$ unzip 19_11_0_0_0_Database_Template_for_EM13_5_0_0_0_Linux_x64.zip
Archive: 19_11_0_0_0_Database_Template_for_EM13_5_0_0_0_Linux_x64.zip
inflating: set_repo_param_19_11_0_0_0_Database_SQL_for_EM13_5_0_0_0_Large_deployment.sql
inflating: set_repo_param_19_11_0_0_0_Database_SQL_for_EM13_5_0_0_0_Medium_deployment.sql
inflating: set_repo_param_19_11_0_0_0_Database_SQL_for_EM13_5_0_0_0_Small_deployment.sql
inflating: shpool_19_11_0_0_0_Database_SQL_for_EM13_5_0_0_0.sql
inflating: 19_11_0_0_0_Database_Template_for_EM13_5_0_0_0_Large_deployment.dbc
inflating: 19_11_0_0_0_Database_Template_for_EM13_5_0_0_0_Medium_deployment.dbc
inflating: 19_11_0_0_0_Database_Template_for_EM13_5_0_0_0_Small_deployment.dbc
inflating: 19_11_0_0_0_Database_Template_for_EM13_5_0_0_0.dfb
inflating: 19_11_0_0_0_Database_Template_for_EM13_5_0_0_0.ctl
[oracle@OEL8-VM01 templates]$

Install OMS s/w

[oracle@OEL8-VM01 ~]$ mkdir -p /u01/app/oracle/middleware
[oracle@OEL8-VM01 ~]$ mkdir -p /u01/app/oracle/agent
[oracle@OEL8-VM01 ~]$
vi /etc/sysctl.conf
modify as below
# oracle-database-preinstall-19c setting for net.ipv4.ip_local_port_range is 9000 65500
net.ipv4.ip_local_port_range = 11000 65000
[root@OEL8-VM01 ~]# /sbin/sysctl -p
fs.file-max = 6815744
kernel.sem = 250 32000 100 128
kernel.shmmni = 4096
kernel.shmall = 1073741824
kernel.shmmax = 4398046511104
kernel.panic_on_oops = 1
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048576
net.ipv4.conf.all.rp_filter = 2
net.ipv4.conf.default.rp_filter = 2
fs.aio-max-nr = 1048576
net.ipv4.ip_local_port_range = 11000 65000
[root@OEL8-VM01 ~]# yum install glibc-devel.i686
Last metadata expiration check: 1:03:27 ago on Mon 23 Feb 2026 09:44:28 AM IST.
Dependencies resolved.
=============================================================================================================================================================================================
Package Architecture Version Repository Size
=============================================================================================================================================================================================
Installing:
glibc-devel i686 2.28-251.0.3.el8_10.27 ol8_baseos_latest 94 k
Installing dependencies:
glibc i686 2.28-251.0.3.el8_10.27 ol8_baseos_latest 1.9 M
glibc-headers i686 2.28-251.0.3.el8_10.27 ol8_baseos_latest 500 k
libgcc i686 8.5.0-28.0.1.el8_10 ol8_baseos_latest 102 k
libxcrypt i686 4.1.1-6.el8 ol8_baseos_latest 74 k
libxcrypt-devel i686 4.1.1-6.el8 ol8_baseos_latest 25 k
Installing weak dependencies:
glibc-gconv-extra i686 2.28-251.0.3.el8_10.27 ol8_baseos_latest 1.6 M
Transaction Summary
=============================================================================================================================================================================================
Install 7 Packages
Total download size: 4.3 M
Installed size: 14 M
Is this ok [y/N]: y
Downloading Packages:
(1/7): glibc-devel-2.28-251.0.3.el8_10.27.i686.rpm 320 kB/s | 94 kB 00:00
(2/7): glibc-gconv-extra-2.28-251.0.3.el8_10.27.i686.rpm 3.4 MB/s | 1.6 MB 00:00
(3/7): glibc-headers-2.28-251.0.3.el8_10.27.i686.rpm 2.8 MB/s | 500 kB 00:00
(4/7): libgcc-8.5.0-28.0.1.el8_10.i686.rpm 2.2 MB/s | 102 kB 00:00
(5/7): glibc-2.28-251.0.3.el8_10.27.i686.rpm 3.2 MB/s | 1.9 MB 00:00
(6/7): libxcrypt-devel-4.1.1-6.el8.i686.rpm 241 kB/s | 25 kB 00:00
(7/7): libxcrypt-4.1.1-6.el8.i686.rpm 510 kB/s | 74 kB 00:00
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 6.8 MB/s | 4.3 MB 00:00
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : glibc-gconv-extra-2.28-251.0.3.el8_10.27.i686 1/7
Running scriptlet: glibc-gconv-extra-2.28-251.0.3.el8_10.27.i686 1/7
Running scriptlet: glibc-2.28-251.0.3.el8_10.27.i686 2/7
Installing : glibc-2.28-251.0.3.el8_10.27.i686 2/7
Running scriptlet: glibc-2.28-251.0.3.el8_10.27.i686 2/7
Running scriptlet: glibc-headers-2.28-251.0.3.el8_10.27.i686 3/7
Installing : glibc-headers-2.28-251.0.3.el8_10.27.i686 3/7
Installing : libxcrypt-4.1.1-6.el8.i686 4/7
Installing : libgcc-8.5.0-28.0.1.el8_10.i686 5/7
Running scriptlet: libgcc-8.5.0-28.0.1.el8_10.i686 5/7
Installing : glibc-devel-2.28-251.0.3.el8_10.27.i686 6/7
Running scriptlet: glibc-devel-2.28-251.0.3.el8_10.27.i686 6/7
Installing : libxcrypt-devel-4.1.1-6.el8.i686 7/7
Running scriptlet: libxcrypt-devel-4.1.1-6.el8.i686 7/7
Verifying : glibc-2.28-251.0.3.el8_10.27.i686 1/7
Verifying : glibc-devel-2.28-251.0.3.el8_10.27.i686 2/7
Verifying : glibc-gconv-extra-2.28-251.0.3.el8_10.27.i686 3/7
Verifying : glibc-headers-2.28-251.0.3.el8_10.27.i686 4/7
Verifying : libgcc-8.5.0-28.0.1.el8_10.i686 5/7
Verifying : libxcrypt-4.1.1-6.el8.i686 6/7
Verifying : libxcrypt-devel-4.1.1-6.el8.i686 7/7
Installed:
glibc-2.28-251.0.3.el8_10.27.i686 glibc-devel-2.28-251.0.3.el8_10.27.i686 glibc-gconv-extra-2.28-251.0.3.el8_10.27.i686 glibc-headers-2.28-251.0.3.el8_10.27.i686
libgcc-8.5.0-28.0.1.el8_10.i686 libxcrypt-4.1.1-6.el8.i686 libxcrypt-devel-4.1.1-6.el8.i686
Complete!
[root@OEL8-VM01 ~]#
[root@OEL8-VM01 oracle]# /u01/app/oracle/middleware/allroot.sh
Starting to execute allroot.sh .........
Starting to execute /u01/app/oracle/middleware/root.sh ......
Check /u01/app/oracle/middleware/install/root_OEL8-VM01.localdomain_2026-02-23_14-48-09.log for the output of root script
Finished product-specific root actions.
/etc exist
Finished execution of /u01/app/oracle/middleware/root.sh ......
Starting to execute /u01/app/oracle/agent/agent_13.5.0.0.0/root.sh ......
Finished product-specific root actions.
/etc exist
Finished execution of /u01/app/oracle/agent/agent_13.5.0.0.0/root.sh ......
[root@OEL8-VM01 oracle]#
[oracle@OEL8-VM01 ~]$ /u01/app/oracle/agent/agent_13.5.0.0.0/bin/emctl status agent
Oracle Enterprise Manager Cloud Control 13c Release 5
Copyright (c) 1996, 2021 Oracle Corporation. All rights reserved.
---------------------------------------------------------------
Agent Version : 13.5.0.0.0
OMS Version : 13.5.0.0.0
Protocol Version : 12.1.0.1.0
Agent Home : /u01/app/oracle/agent/agent_inst
Agent Log Directory : /u01/app/oracle/agent/agent_inst/sysman/log
Agent Binaries : /u01/app/oracle/agent/agent_13.5.0.0.0
Core JAR Location : /u01/app/oracle/agent/agent_13.5.0.0.0/jlib
Agent Process ID : 140652
Parent Process ID : 140572
Agent URL : https://OEL8-VM01.localdomain:3872/emd/main/
Local Agent URL in NAT : https://OEL8-VM01.localdomain:3872/emd/main/
Repository URL : https://OEL8-VM01.localdomain:4903/empbs/upload
Started at : 2026-02-23 14:32:50
Started by user : oracle
Operating System : Linux version 5.15.0-206.153.7.1.el8uek.x86_64 (amd64)
Number of Targets : 35
Last Reload : (none)
Last successful upload : 2026-02-23 14:50:21
Last attempted upload : 2026-02-23 14:50:21
Total Megabytes of XML files uploaded so far : 1.9
Number of XML files pending upload : 0
Size of XML files pending upload(MB) : 0
Available disk space on upload filesystem : 40.26%
Collection Status : Collections enabled
Heartbeat Status : Ok
Last attempted heartbeat to OMS : 2026-02-23 14:50:24
Last successful heartbeat to OMS : 2026-02-23 14:50:24
Next scheduled heartbeat to OMS : 2026-02-23 14:51:24
---------------------------------------------------------------
Agent is Running and Ready
[oracle@OEL8-VM01 ~]$