Configuring Oracle Enterprise Manager 24ai

 

Step 01 - Install and configure an Oracle Database on the EM server.

You can follow the below guide to install an Oracle 19c Database:

Step 02 - Patch the DB home + DB (Optional)

Step 03 - Install the required software to the server and create the following

mkdir -p /home/u01/app/oracle/middleware_24ai
mkdir -p /home/u01/app/oracle/agent_24ai

Step 04 - Run the following in the Database.

sqlplus / as sysdba
alter system set "_allow_insert_with_update_check"=true scope=both

Step 05 - Extract the zip file

unzip V1046951-01.zip
unzip V1046952-01.zip
unzip V1046953-01.zip
unzip V1046954-01.zip
unzip V1046955-01.zip

The extracted files:
em24100_linux64-2.zip
em24100_linux64-3.zip
em24100_linux64-4.zip
em24100_linux64-5.zip
em24100_linux64.bin

Make sure all the extracted files as well as the zip files are located in the same location or else you will encounter the following error when running the executable:
ERROR: Installer execution failed (1).

Step 06 - Run the bin executable and configure

./em24100_linux64.bin




Ensure the correct hostname is present.






You can safely ignore these warnings.







Run root scripts when prompted.



Step 07 - Verify

cd /home/u01/app/oracle/middleware_24ai/oms_home/bin

./emctl status oms

Oracle Enterprise Manager 24ai Release 1
Copyright (c) 1996, 2024 Oracle Corporation.  All rights reserved.
WebTier is Up
Oracle Management Server is Up
JVMD Engine is Up

URL to access the Enterprise Manager Console:
https://<your-em-server-ip>:7803/em/


Follow the guide below to configure monitoring agents:

Comments

Popular posts from this blog

Installing Oracle Database 19c on Linux 8 (OL8) Server

Oracle GoldenGate Real-Time Replication (Unidirectional)

Installing WebLogic 12.2.1 on Oracle Linux 8 Server