[root@redhatos ~]# su - oracle
[oracle@redhatos ~]$ lsnrctl start
LSNRCTL for Linux: Version 19.0.0.0.0 - Production on 24-FEB-2026 20:08:17
Copyright (c) 1991, 2019, Oracle. All rights reserved.
Starting /app/oracle/product/19/db_1/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 19.0.0.0.0 - Production
Log messages written to /app/oracle/diag/tnslsnr/redhatos/listener/alert/log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=redhatos)(PORT=1521)))
Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 19.0.0.0.0 - Production
Start Date 24-FEB-2026 20:08:17
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Log File /app/oracle/diag/tnslsnr/redhatos/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=redhatos)(PORT=1521)))
The listener supports no services
The command completed successfully
[oracle@redhatos ~]$ export ORACLE_SID=orcl
[oracle@redhatos ~]$ sqlplus / as sysdba
SQL*Plus: Release 19.0.0.0.0 - Production on Tue Feb 24 20:08:33 2026
Version 19.3.0.0.0
Copyright (c) 1982, 2019, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 8589930600 bytes
Fixed Size 8917096 bytes
Variable Size 805306368 bytes
Database Buffers 7767851008 bytes
Redo Buffers 7856128 bytes
Database mounted.
Database opened.
SQL>
SQL> exit
Disconnected from Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
Version 19.3.0.0.0
[oracle@redhatos ~]$ mkdir -p /app/oem
[oracle@redhatos ~]$ export OEM_HOME=/app/oem
[oracle@redhatos ~]$ mkdir -p $OEM_HOME/agent
[oracle@redhatos ~]$ mkdir -p $OEM_HOME/gc_inst
[oracle@redhatos ~]$ mkdir -p $OEM_HOME/swlib
[oracle@redhatos ~]$ mkdir -p $OEM_HOME/middleware
[oracle@redhatos ~]$ chown -R oracle:oinstall $OEM_HOME
[oracle@redhatos ~]$ ll
total 4
-rw-r--r--. 1 oracle oinstall 2216 Feb 24 19:24 installdb.rsp
[oracle@redhatos ~]$ [wd
-bash: [wd: command not found
[oracle@redhatos ~]$ l
-bash: l: command not found
[oracle@redhatos ~]$ ll
total 4
-rw-r--r--. 1 oracle oinstall 2216 Feb 24 19:24 installdb.rsp
[oracle@redhatos ~]$ cd /shared/ora-oem-base/
[oracle@redhatos ora-oem-base]$ ll
total 8363808
-rwxrwx---. 1 root vboxsf 1897494675 Feb 14 2025 em13500_linux64-2.zip
-rwxrwx---. 1 root vboxsf 2130750885 Feb 14 2025 em13500_linux64-3.zip
-rwxrwx---. 1 root vboxsf 1454982045 Feb 14 2025 em13500_linux64-4.zip
-rwxrwx---. 1 root vboxsf 1494500710 Feb 14 2025 em13500_linux64-5.zip
-rwxrwx---. 1 root vboxsf 1586801533 Feb 14 2025 em13500_linux64.bin
[oracle@redhatos ora-oem-base]$ ./em13500_linux64.bin -J-Djava.io.tmpdir=/app/01 -silent -responseFile /shared/install.rsp
ERROR: Cannot determine the path of the temporary directory /app/01 (No such file or directory).
ERROR: Cannot setup the extract directory (-1).
[oracle@redhatos ora-oem-base]$ ./em13500_linux64.bin -J-Djava.io.tmpdir=/app/01 -silent -responseFile /shared/install.rsp
ERROR: Cannot determine the path of the temporary directory /app/01 (No such file or directory).
ERROR: Cannot setup the extract directory (-1).
[oracle@redhatos ora-oem-base]$ mkdir -p /app/01
[oracle@redhatos ora-oem-base]$ ./em13500_linux64.bin -J-Djava.io.tmpdir=/app/01 -silent -responseFile /shared/install.rsp
Launcher log file is /app/01/OraInstall2026-02-24_08-12-15PM/launcher2026-02-24_08-12-15PM.log.
Extracting the installer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Done
Checking swap space: must be greater than 512 MB. Actual 18431 MB Passed
Checking if this platform requires a 64-bit JVM. Actual 64 Passed (64-bit not required)
Preparing to launch the Oracle Universal Installer from /app/01/OraInstall2026-02-24_08-12-15PM
ScratchPathValue :/app/01/OraInstall2026-02-24_08-12-15PM
Feb 24, 2026 8:20:04 PM org.apache.sshd.common.io.DefaultIoServiceFactoryFactory getIoServiceProvider
INFO: No detected/configured IoServiceFactoryFactory using Nio2ServiceFactoryFactory
Session log file is /app/01/OraInstall2026-02-24_08-12-15PM/install2026-02-24_08-12-15PM.log
Installation in progress
Install successful
Linking in progress
Link successful
Setup in progress
Setup successful
Session log file is /app/01/OraInstall2026-02-24_08-12-15PM/install2026-02-24_08-12-15PM.log
Installation in progress
Install successful
Linking in progress
Link successful
Setup in progress
Setup successful
Session log file is /app/01/OraInstall2026-02-24_08-12-15PM/install2026-02-24_08-12-15PM.log
..................................................................................................
Installation in progress (Tuesday, February 24, 2026 8:23:35 PM EST)
98% Done.
Install successful
Linking in progress (Tuesday, February 24, 2026 8:23:35 PM EST)
Link successful
Setup in progress (Tuesday, February 24, 2026 8:23:35 PM EST)
Setup successful
Saving inventory (Tuesday, February 24, 2026 8:23:35 PM EST)
Saving inventory complete
End of install phases.(Tuesday, February 24, 2026 8:23:39 PM EST)
Session log file is /app/01/OraInstall2026-02-24_08-12-15PM/install2026-02-24_08-12-15PM.log
............................................................... 42% Done.
............................................................... 85% Done.
...................
Installation in progress (Tuesday, February 24, 2026 8:23:55 PM EST)
98% Done.
Install successful
Linking in progress (Tuesday, February 24, 2026 8:23:55 PM EST)
Link successful
Setup in progress (Tuesday, February 24, 2026 8:23:55 PM EST)
Setup successful
Saving inventory (Tuesday, February 24, 2026 8:23:55 PM EST)
Saving inventory complete
End of install phases.(Tuesday, February 24, 2026 8:23:59 PM EST)
Session log file is /app/01/OraInstall2026-02-24_08-12-15PM/install2026-02-24_08-12-15PM.log
..................................................................................................
Installation in progress (Tuesday, February 24, 2026 8:24:06 PM EST)
98% Done.
Install successful
Linking in progress (Tuesday, February 24, 2026 8:24:06 PM EST)
Link successful
Setup in progress (Tuesday, February 24, 2026 8:24:06 PM EST)
Setup successful
Saving inventory (Tuesday, February 24, 2026 8:24:06 PM EST)
Saving inventory complete
End of install phases.(Tuesday, February 24, 2026 8:24:10 PM EST)
Session log file is /app/01/OraInstall2026-02-24_08-12-15PM/install2026-02-24_08-12-15PM.log
............................................................... 21% Done.
............................................................... 42% Done.
............................................................... 63% Done.
............................................................... 84% Done.
..........................................
Installation in progress (Tuesday, February 24, 2026 8:24:47 PM EST)
98% Done.
Install successful
Linking in progress (Tuesday, February 24, 2026 8:24:48 PM EST)
Link successful
Setup in progress (Tuesday, February 24, 2026 8:24:48 PM EST)
Setup successful
Saving inventory (Tuesday, February 24, 2026 8:24:48 PM EST)
Saving inventory complete
End of install phases.(Tuesday, February 24, 2026 8:24:52 PM EST)
Session log file is /app/01/OraInstall2026-02-24_08-12-15PM/install2026-02-24_08-12-15PM.log
............................................................... 48% Done.
............................................................... 96% Done.
..
Installation in progress (Tuesday, February 24, 2026 8:25:30 PM EST)
98% Done.
Install successful
Linking in progress (Tuesday, February 24, 2026 8:25:31 PM EST)
Link successful
Setup in progress (Tuesday, February 24, 2026 8:25:31 PM EST)
Setup successful
Saving inventory (Tuesday, February 24, 2026 8:25:31 PM EST)
Saving inventory complete
End of install phases.(Tuesday, February 24, 2026 8:25:35 PM EST)
Installing agent plugins if not upgrade
&Decline License Agreement/app/oem/middleware/sysman/install/plugins/oracle.sysman.emas/13.5.1.0.0/oracle.sysman.emas.agent.plugin-13.5.1.0.0.farb
Session log file is /app/01/OraInstall2026-02-24_08-12-15PM/install2026-02-24_08-12-15PM.log
..................................................................................................
Installation in progress (Tuesday, February 24, 2026 8:25:39 PM EST)
98% Done.
Install successful
Linking in progress (Tuesday, February 24, 2026 8:25:40 PM EST)
Link successful
Setup in progress (Tuesday, February 24, 2026 8:25:40 PM EST)
Setup successful
Saving inventory (Tuesday, February 24, 2026 8:25:40 PM EST)
Saving inventory complete
End of install phases.(Tuesday, February 24, 2026 8:25:44 PM EST)
&Decline License Agreement/app/oem/middleware/sysman/install/plugins/oracle.sysman.emrep/13.5.0.0.0/oracle.sysman.emrep.agent.plugin-13.5.0.0.0.farb
Session log file is /app/01/OraInstall2026-02-24_08-12-15PM/install2026-02-24_08-12-15PM.log
.....................................................................................
Installation in progress (Tuesday, February 24, 2026 8:25:46 PM EST)
85% Done.
Install successful
Linking in progress (Tuesday, February 24, 2026 8:25:46 PM EST)
Link successful
Setup in progress (Tuesday, February 24, 2026 8:25:46 PM EST)
Setup successful
Saving inventory (Tuesday, February 24, 2026 8:25:46 PM EST)
Saving inventory complete
End of install phases.(Tuesday, February 24, 2026 8:25:50 PM EST)
&Decline License Agreement/app/oem/middleware/sysman/install/plugins/oracle.sysman.beacon/13.5.0.0.0/oracle.sysman.beacon.agent.plugin-13.5.0.0.0.farb
Session log file is /app/01/OraInstall2026-02-24_08-12-15PM/install2026-02-24_08-12-15PM.log
............................................................................................
Installation in progress (Tuesday, February 24, 2026 8:25:52 PM EST)
92% Done.
Install successful
Linking in progress (Tuesday, February 24, 2026 8:25:52 PM EST)
Link successful
Setup in progress (Tuesday, February 24, 2026 8:25:52 PM EST)
Setup successful
Saving inventory (Tuesday, February 24, 2026 8:25:52 PM EST)
Saving inventory complete
End of install phases.(Tuesday, February 24, 2026 8:25:56 PM EST)
&Decline License Agreement/app/oem/middleware/sysman/install/plugins/oracle.sysman.oh/13.5.0.0.0/oracle.sysman.oh.agent.plugin-13.5.0.0.0.farb
Session log file is /app/01/OraInstall2026-02-24_08-12-15PM/install2026-02-24_08-12-15PM.log
.................................................................................................
Installation in progress (Tuesday, February 24, 2026 8:25:58 PM EST)
97% Done.
Install successful
Linking in progress (Tuesday, February 24, 2026 8:25:58 PM EST)
Link successful
Setup in progress (Tuesday, February 24, 2026 8:25:58 PM EST)
Setup successful
Saving inventory (Tuesday, February 24, 2026 8:25:58 PM EST)
Saving inventory complete
End of install phases.(Tuesday, February 24, 2026 8:26:01 PM EST)
&Decline License Agreement/app/oem/middleware/sysman/install/plugins/oracle.sysman.csa/13.5.0.0.0/oracle.sysman.csa.agent.plugin-13.5.0.0.0.farb
Session log file is /app/01/OraInstall2026-02-24_08-12-15PM/install2026-02-24_08-12-15PM.log
........................................................................
Installation in progress (Tuesday, February 24, 2026 8:26:03 PM EST)
72% Done.
Install successful
Linking in progress (Tuesday, February 24, 2026 8:26:03 PM EST)
Link successful
Setup in progress (Tuesday, February 24, 2026 8:26:03 PM EST)
Setup successful
Saving inventory (Tuesday, February 24, 2026 8:26:03 PM EST)
Saving inventory complete
End of install phases.(Tuesday, February 24, 2026 8:26:07 PM EST)
Checking the current seesion Index -10
&Decline License Agreement/app/oem/middleware/sysman/install/plugins/oracle.sysman.si/13.5.1.0.0/oracle.sysman.si.discovery.plugin-13.5.1.0.0.farb
Session log file is /app/01/OraInstall2026-02-24_08-12-15PM/install2026-02-24_08-12-15PM.log
.............................................................................
Installation in progress (Tuesday, February 24, 2026 8:26:09 PM EST)
77% Done.
Install successful
Linking in progress (Tuesday, February 24, 2026 8:26:09 PM EST)
Link successful
Setup in progress (Tuesday, February 24, 2026 8:26:09 PM EST)
Setup successful
Saving inventory (Tuesday, February 24, 2026 8:26:09 PM EST)
Saving inventory complete
End of install phases.(Tuesday, February 24, 2026 8:26:13 PM EST)
&Decline License Agreement/app/oem/middleware/sysman/install/plugins/oracle.sysman.db/13.5.1.0.0/oracle.sysman.db.discovery.plugin-13.5.1.0.0.farb
Session log file is /app/01/OraInstall2026-02-24_08-12-15PM/install2026-02-24_08-12-15PM.log
...........................................................................................
Installation in progress (Tuesday, February 24, 2026 8:26:14 PM EST)
91% Done.
Install successful
Linking in progress (Tuesday, February 24, 2026 8:26:15 PM EST)
Link successful
Setup in progress (Tuesday, February 24, 2026 8:26:15 PM EST)
Setup successful
Saving inventory (Tuesday, February 24, 2026 8:26:15 PM EST)
Saving inventory complete
End of install phases.(Tuesday, February 24, 2026 8:26:19 PM EST)
&Decline License Agreement/app/oem/middleware/sysman/install/plugins/oracle.sysman.emas/13.5.1.0.0/oracle.sysman.emas.discovery.plugin-13.5.1.0.0.farb
Session log file is /app/01/OraInstall2026-02-24_08-12-15PM/install2026-02-24_08-12-15PM.log
..................................................................................................
Installation in progress (Tuesday, February 24, 2026 8:26:21 PM EST)
98% Done.
Install successful
Linking in progress (Tuesday, February 24, 2026 8:26:21 PM EST)
Link successful
Setup in progress (Tuesday, February 24, 2026 8:26:21 PM EST)
Setup successful
Saving inventory (Tuesday, February 24, 2026 8:26:21 PM EST)
Saving inventory complete
End of install phases.(Tuesday, February 24, 2026 8:26:25 PM EST)
&Decline License Agreement/app/oem/middleware/sysman/install/plugins/oracle.sysman.csa/13.5.0.0.0/oracle.sysman.csa.discovery.plugin-13.5.0.0.0.farb
Session log file is /app/01/OraInstall2026-02-24_08-12-15PM/install2026-02-24_08-12-15PM.log
.................................................................................................
Installation in progress (Tuesday, February 24, 2026 8:26:26 PM EST)
96% Done.
Install successful
Linking in progress (Tuesday, February 24, 2026 8:26:26 PM EST)
Link successful
Setup in progress (Tuesday, February 24, 2026 8:26:26 PM EST)
Setup successful
Saving inventory (Tuesday, February 24, 2026 8:26:26 PM EST)
Saving inventory complete
End of install phases.(Tuesday, February 24, 2026 8:26:30 PM EST)
&Decline License Agreement/app/oem/middleware/sysman/install/plugins/oracle.sysman.oh/13.5.0.0.0/oracle.sysman.oh.discovery.plugin-13.5.0.0.0.farb
Session log file is /app/01/OraInstall2026-02-24_08-12-15PM/install2026-02-24_08-12-15PM.log
........................................................................
Installation in progress (Tuesday, February 24, 2026 8:26:32 PM EST)
72% Done.
Install successful
Linking in progress (Tuesday, February 24, 2026 8:26:32 PM EST)
Link successful
Setup in progress (Tuesday, February 24, 2026 8:26:32 PM EST)
Setup successful
Saving inventory (Tuesday, February 24, 2026 8:26:32 PM EST)
Saving inventory complete
End of install phases.(Tuesday, February 24, 2026 8:26:37 PM EST)
&Decline License Agreement/app/oem/middleware/sysman/install/plugins/oracle.sysman.xa/13.5.1.0.0/oracle.sysman.xa.discovery.plugin-13.5.1.0.0.farb
Session log file is /app/01/OraInstall2026-02-24_08-12-15PM/install2026-02-24_08-12-15PM.log
..............................................................................
Installation in progress (Tuesday, February 24, 2026 8:26:39 PM EST)
78% Done.
Install successful
Linking in progress (Tuesday, February 24, 2026 8:26:39 PM EST)
Link successful
Setup in progress (Tuesday, February 24, 2026 8:26:39 PM EST)
Setup successful
Saving inventory (Tuesday, February 24, 2026 8:26:39 PM EST)
Saving inventory complete
End of install phases.(Tuesday, February 24, 2026 8:26:43 PM EST)
.13NGCHEKAGGREGATE : OuiConfigVariables
13NGCHEKAGGREGATE : oracle.sysman.top.oms
13NGCHEKAGGREGATE : encap_oms
13NGCHEKAGGREGATE : oracle.sysman.top.agent
13NGCHEKAGGREGATE : OuiConfigVariables
2026-02-24_08-31-44PM: Configuration Assistant "Plugins Prerequisites Check" is in progress.
2026-02-24_08-31-53PM: Configuration Assistant "Plugins Prerequisites Check" has Succeeded.
2026-02-24_08-31-53PM: Configuration Assistant "Repository Configuration" is in progress.
Calling the EMSCHEMA MANAGER: CREATE
before starting RCU
Repository Creation Utility - Checking Prerequisites
Checking Global Prerequisites
Repository Creation Utility - Checking Prerequisites
Checking Component Prerequisites
Repository Creation Utility - Creating Tablespaces
Validating and Creating Tablespaces
Create tablespaces in the repository database
Repository Creation Utility - Create
Repository Create in progress.
Executing pre create operations
Creating EM Repository Common(EM_REPOS_COMMON)
Creating EM Repository Init Configuration(EM_REPOS_INIT)
Check the Repository Configuration Assistant logs at: /app/oem/middleware/sysman/log/schemamanager
INVOKING with sslConfig
TNS Test Inserted Successfully
Successfully Added TNS Query Descriptors
******** ORACLE_HOME is /app/oem/middleware
test properties path: /app/oem/middleware/sysman/admin/emdrep/prop/imap.properties
CreateTestType:createCompleteTest: BEGIN
CreateTestType:createTestMetadataObject: BEGIN
CreateTestType:createTestMetadataObject: END
CreateTestType:createPropertyGroups: BEGIN
CreateTestType:createPropertyGroups: END
CreateTestType:createStrayProperties: BEGIN
CreateTestType:createStrayProperties: END
CreateTestType:createDefaultPromotions: BEGIN
CreateTestType:createDefaultPromotions: END
CreateTestType:createDefaultThresholds: BEGIN
CreateTestType:createDefaultThresholds: END
CreateTestType:createMetrics4TestType: BEGIN
CreateTestType:createMetrics4TestType: END
PropertyName :imap_host
PropertyName :imap_port
PropertyName :imap_user_name
PropertyName :imap_password
PropertyName :numretries
PropertyName :retryinterval
CreateTestType:createQueryDescriptor: BEGIN
CreateTestType:createQueryDescriptor: END
Enabled test for: IMAP , generic_service , 1.0
Enabled test for: IMAP , aggregate_service , 1.0
CreateTestType:createCompleteTest: END
******** ORACLE_HOME is /app/oem/middleware
INVOKING with sslConfig
INVOKING with sslConfig
Creating EM Repository Creation Configuration(EM_REPOS_CONFIG)
Executing post create operations
Repository Creation Utility: Create - Completion Summary
Database details:
-----------------------------
Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=redhatos)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
Connected As : SYS
RCU Logfile : No log file specified
Component schemas created:
-----------------------------
Component Status Logfile
EM Repository Creation Configuration Success /app/oem/middleware/sysman/log/schemamanager/m_022426_0831_PM/m_022426_0831_PM.CREATE/RCU2026-02-24_20-31_2042609151/logs/em_repos_config.log
EM Repository Init Configuration Success /app/oem/middleware/sysman/log/schemamanager/m_022426_0831_PM/m_022426_0831_PM.CREATE/RCU2026-02-24_20-31_2042609151/logs/em_repos_init.log
EM Repository Common Success /app/oem/middleware/sysman/log/schemamanager/m_022426_0831_PM/m_022426_0831_PM.CREATE/RCU2026-02-24_20-31_2042609151/logs/em_repos_common.log
Repository Creation Utility - Create : Operation Completed
after starting RCU
The creation of Repository is completed now running the MOS
-------------------This action is not required ------------------
The correct order of execution is :
-showPrereqs , -runPrerequisites , -showCorrectiveActions , -runCorrectiveActions , -runPrerequisites(optional at this point), -showPostCorrectiveActions , -runPostCorrectiveActions
2026-02-24_09-33-00PM: Configuration Assistant "Repository Configuration" has Succeeded.
2026-02-24_09-33-00PM: Configuration Assistant "MDS Schema Configuration" is in progress.
jdbcURL:[jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=redhatos)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))]
ssl info is null
-silent -createRepository -compInfoXMLLocation /app/oem/middleware/sysman/emdrep/config/mds/ComponentInfo.xml -storageXMLLocation /app/oem/middleware/sysman/emdrep/config/mds/Storage.xml -connectString (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=redhatos)(PORT=1521)))(CONNECT_DATA=(SID=orcl))) -dbUser SYS -dbRole sysdba -schemaPrefix SYSMAN -component MDS
Repository Creation Utility - Checking Prerequisites
Checking Global Prerequisites
Repository Creation Utility - Checking Prerequisites
Checking Component Prerequisites
Repository Creation Utility - Creating Tablespaces
Validating and Creating Tablespaces
Create tablespaces in the repository database
Repository Creation Utility - Create
Repository Create in progress.
Percent Complete: 30
Executing pre create operations
Percent Complete: 65
Percent Complete: 65
Percent Complete: 70
Percent Complete: 70
Percent Complete: 75
Percent Complete: 75
Creating Metadata Services(MDS)
Percent Complete: 95
Executing post create operations
Percent Complete: 100
Repository Creation Utility: Create - Completion Summary
Database details:
-----------------------------
Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=redhatos)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
Connected As : SYS
Prefix for (prefixable) Schema Owners : SYSMAN
RCU Logfile : No log file specified
Component schemas created:
-----------------------------
Component Status Logfile
Metadata Services Success /app/oem/middleware/sysman/log/schemamanager/m_022426_0831_PM/m_022426_0831_PM.CREATE/RCU2026-02-24_21-33_1854631896/logs/mds.log
Repository Creation Utility - Create : Operation Completed
jdbcURL:[jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=redhatos)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))]
Repository Creation Utility - Checking Prerequisites
Checking Global Prerequisites
Repository Creation Utility - Checking Prerequisites
Checking Component Prerequisites
Repository Creation Utility - Creating Tablespaces
Validating and Creating Tablespaces
Create tablespaces in the repository database
Repository Creation Utility - Create
Repository Create in progress.
Executing pre create operations
Percent Complete: 50
Percent Complete: 55
Percent Complete: 65
Percent Complete: 65
Percent Complete: 80
Percent Complete: 90
Percent Complete: 95
Percent Complete: 95
Creating Oracle Platform Security Services(OPSS)
Percent Complete: 97
Executing post create operations
Percent Complete: 100
Repository Creation Utility: Create - Completion Summary
Database details:
-----------------------------
Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=redhatos)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
Connected As : SYS
Prefix for (prefixable) Schema Owners : SYSMAN122140
RCU Logfile : No log file specified
Component schemas created:
-----------------------------
Component Status Logfile
Oracle Platform Security Services Success /app/oem/middleware/sysman/log/schemamanager/m_022426_0831_PM/m_022426_0831_PM.CREATE/RCU2026-02-24_21-33_1854631896/logs/opss.log
Repository Creation Utility - Create : Operation Completed
Repository Creation Utility - Checking Prerequisites
Checking Global Prerequisites
Repository Creation Utility - Checking Prerequisites
Checking Component Prerequisites
Repository Creation Utility - Creating Tablespaces
Validating and Creating Tablespaces
Create tablespaces in the repository database
Repository Creation Utility - Create
Repository Create in progress.
Executing pre create operations
Percent Complete: 50
Percent Complete: 50
Percent Complete: 55
Percent Complete: 60
Percent Complete: 65
Percent Complete: 65
Percent Complete: 70
Percent Complete: 70
Creating Common Infrastructure Services(STB)
Percent Complete: 85
Executing post create operations
Percent Complete: 100
Repository Creation Utility: Create - Completion Summary
Database details:
-----------------------------
Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=redhatos)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
Connected As : SYS
Prefix for (prefixable) Schema Owners : SYSMAN
RCU Logfile : No log file specified
Component schemas created:
-----------------------------
Component Status Logfile
Common Infrastructure Services Success /app/oem/middleware/sysman/log/schemamanager/m_022426_0831_PM/m_022426_0831_PM.CREATE/RCU2026-02-24_21-33_1854631896/logs/stb.log
Repository Creation Utility - Create : Operation Completed
2026-02-24_09-33-12PM: Configuration Assistant "MDS Schema Configuration" has Succeeded.
2026-02-24_09-33-12PM: Configuration Assistant "OMS Configuration" is in progress.
Executing the OMSCA command...
Check the log files of the OMS Configuration Assistant at: /app/oem/middleware/cfgtoollogs/omsca
OMS Configuration Assistant completed successfully.
2026-02-24_09-45-49PM: Configuration Assistant "OMS Configuration" has Succeeded.
2026-02-24_09-45-49PM: Configuration Assistant "Plugins Deployment and Configuration" is in progress.
2026-02-24_09-52-00PM: Configuration Assistant "Plugins Deployment and Configuration" has Succeeded.
2026-02-24_09-52-00PM: Configuration Assistant "Start Oracle Management Service" is in progress.
Starting OMS ...
Executing the command: /app/oem/middleware/bin/emctl start oms
Starting of OMS is successful.
Starting export oms config...
Executing command: /app/oem/middleware/bin/emctl exportconfig oms -dir /app/oem/gc_inst/em/EMGC_OMS1/sysman/backup
Export config of OMS is successful.
2026-02-24_09-56-27PM: Configuration Assistant "Start Oracle Management Service" has Succeeded.
2026-02-24_09-56-27PM: Configuration Assistant "Agent Configuration Assistant" is in progress.
The AgentFreshInstaller is starting now
Oraclehome : ../app/oem/agent/agent_13.5.0.0.0
InstanceHome : /app/oem/agent/agent_inst
Agent Base Directory : /app/oem/agent
The oraclehome /app/oem/agent/agent_13.5.0.0.0
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: /app/oem/agent/agent_13.5.0.0.0
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: /app/oem/agent/agent_inst
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: /app/oem/agent
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: RESPONSE_FILE=/app/oem/agent/agentInstall.rsp
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: ORACLE_HOME=/app/oem/agent/agent_13.5.0.0.0
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: AGENT_PORT=
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: ORACLE_HOSTNAME=redhatos
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_doDiscovery=true
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: AGENT_BASE_DIR=/app/oem/agent
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: AGENT_INSTANCE_HOME=/app/oem/agent/agent_inst
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: s_hostname=redhatos
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: OMS_HOST=redhatos
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: START_AGENT=true
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_secureAgent=true
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_chainedInstall=true
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_forceConfigure=false
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: EM_UPLOAD_PORT=4903
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_forceAgentDefaultPort=false
Fesb t2a4r,t A2g0e2n6t 9i:s5:6t:r2u7e
PsMe coir aicsl e:.tsryusem
asnt.aargteAngte.nitn sitsa:ltlreure.
Aseci is :true
log loctigon einst Isnesttlaolgl
eCrr epaatrisnegR elsopgo ndsierFeiclteo
yIrN F:O/:a psp_/soteamt/iacgPeonrtt/sa=g
eFnetb_ 1234.,5 .200.206. 09/:c5f6g:t2o7ol lPoMg so/raagcelnet.Dseypslmoayn
.agent.installer.AgentInstaller parseResponseFile
INFO: PROPERTIES_FILE=
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_skipValidation=false
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: ORACLE_HOME=/app/oem/agent/agent_13.5.0.0.0
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: AGENT_PORT=
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: ORACLE_HOSTNAME=redhatos
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_doDiscovery=true
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: AGENT_BASE_DIR=/app/oem/agent
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: AGENT_INSTANCE_HOME=/app/oem/agent/agent_inst
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: s_hostname=redhatos
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: OMS_HOST=redhatos
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: START_AGENT=true
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_secureAgent=true
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_chainedInstall=true
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_forceConfigure=false
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: EM_UPLOAD_PORT=4903
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_forceAgentDefaultPort=false
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: s_staticPorts=
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: PROPERTIES_FILE=
Feb 24, 2026 9:56:27 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_skipValidation=false
Writing the following contents into /app/oem/agent/agent_13.5.0.0.0/install/oragchomelist
/app/oem/agent/agent_13.5.0.0.0:/app/oem/agent/agent_inst
Both /etc/oragchomelist and /var/opt/oracle/oragchomelist does not exist.
Agent Home is : {0}
The value of chainInstall : true forceConfigure : false skipValidation : false
Validated the oms host and port :- redhatos----4903
Logs Location is : {0}
AgentConfiguration:agent configuration has been started
Getting Inet Addresses for host redhatos
** Agent Port Check completed successfully.**
Validated the agent port :- ----3872
Executing command: {0}
shared agent value is :false
Setting system property CUSTOM_INVENTORY to {0}
chain install is :true
Cloning of agent home completed successfully
Agent Configuration completed successfully
The following configuration scripts need to be executed as the "root" user. Root script to run : /app/oem/agent/agent_13.5.0.0.0/root.sh
AgentConfiguration:agent configuration finished with status = true
2026-02-24_09-58-16PM: Configuration Assistant "Agent Configuration Assistant" has Succeeded.
*** The Installation was Successful. ***
This information is also available at:
/app/oem/middleware/install/setupinfo.txt
See the following for information pertaining to your Enterprise Manager installation:
Use the following URL to access:
1. Enterprise Manager Cloud Control URL: https://redhatos:7803/em
2. Admin Server URL: https://redhatos:7102/console
The following details need to be provided while installing an additional OMS:
1. Admin Server Host Name: redhatos
2. Admin Server Port: 7102
You can find the details on ports used by this deployment at : /app/oem/middleware/install/portlist.ini
NOTE:
An encryption key has been generated to encrypt sensitive data in the Management Repository. If this key is lost, all encrypted data in the Repository becomes unusable.
A backup of the OMS configuration is available in /app/oem/gc_inst/em/EMGC_OMS1/sysman/backup on host redhatos. See Cloud Control Administrators Guide for details on how to back up and recover an OMS.
NOTE: This backup is valid only for the initial OMS configuration. For example, it will not reflect plug-ins installed later, topology changes like the addition of a load balancer, or changes to other properties made using emctl or emcli. Backups should be created on a regular basis to ensure they capture the current OMS configuration. Use the following command to backup the OMS configuration:
/app/oem/middleware/bin/emctl exportconfig oms -dir <backup dir>
Prompt for the allroot.sh
Warning: You must run the following configuration scripts as the "root" user.
/app/oem/middleware/allroot.sh
To execute the configuration scripts:
1. Open a new terminal window.
2. Login in as "root".
3. Run the scripts.
Successfully installed Enterprise Manager Cloud Control.
Logs successfully copied to /app/oraInventory/logs.
[oracle@redhatos ora-oem-base]$
[oracle@redhatos ora-oem-base]$
[oracle@redhatos ora-oem-base]$
[oracle@redhatos ora-oem-base]$
[oracle@redhatos ora-oem-base]$
[oracle@redhatos ora-oem-base]$
[oracle@redhatos ora-oem-base]$ exit
logout
[root@redhatos ~]# /app/oem/middleware/allroot.sh
Starting to execute allroot.sh .........
Starting to execute /app/oem/middleware/root.sh ......
Check /app/oem/middleware/install/root_redhatos_2026-02-24_21-58-39.log for the output of root script
Finished product-specific root actions.
/etc exist
Finished execution of /app/oem/middleware/root.sh ......
Starting to execute /app/oem/agent/agent_13.5.0.0.0/root.sh ......
Finished product-specific root actions.
/etc exist
Finished execution of /app/oem/agent/agent_13.5.0.0.0/root.sh ......
[root@redhatos ~]#