Oracle Enterprise Manager Cloud Control 13.5c Installation Guide
Enterprise Manager Cloud Control offers a centralized solution that allows you to manage and monitor the entire Oracle infrastructure (Hardware, OS, database, middleware) and other market products, remembering that no
https://sgbdbrasil.wordpress.com/2022/09/07/oracle-enterprise-manager-cloud-control-13-5-installation-guide/additional licensing is required, as long as your Oracle park is licensed.
Eror install remote=yum install xterm
ssh -X oracle@172.26.30.250
https://www.oracle.com/br/technical-resources/articles/oem/name-paid.html
This guide was based on an environment with Oracle Linux 7.9 with Oracle database 19.11 and Cloud control with 13.5.
Links needed to download the installation binaries and patches used in this guide:
1 2 | # Oracle Linux 7.9 |
1 2 | # Template for creating the database for Oracle Enterprise Manager Cloud Control 13.5 |
1 2 | # Download installation binaries for Oracle Enterprise Manager Cloud Control 13.5 |
1 2 3 4 5 6 | # Download the Oracle database 19.3 installation binaries# Download patch 19.11 from Oracle database 19.3# Download o OPatch |
1 2 | # Download Patch 13.5.0.8 for Oracle Enterprise Manager Cloud Control 13.5 |
1 2 | # Download OMSPatcher for patching Oracle Enterprise Manager Cloud Control 13 |
1 2 3 4 5 6 7 | Hardware requirements according to the number of targets to be monitored.# Link with the ideal configuration for each monitoring model according to the number of hosts to be monitored# General documentation on Oracle Enterprise Manager Cloud Control 13 |
Operating system update and preparation for Oracle database and Cloud control.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 | ##### Updating and configuring the operating system #####[root@localhost ~]# cat /etc/*-release | grep PRETTYPRETTY_NAME="Oracle Linux Server 7.9"[root@localhost ~]# uname -aLinux localhost.localdomain 5.4.17-2011.6.2.el7uek.x86_64 #2 SMP Thu Sep 3 14:09:14 PDT 2020 x86_64 x86_64 x86_64 GNU/Linux[root@localhost ~]###### Changing server name #####vi /etc/hostname[root@localhost ~]# cat /etc/hostnamesrvem.localdomain[root@localhost ~]# hostnamectl status Static hostname: srvem.localdomainTransient hostname: localhost.localdomain Icon name: computer-vm Chassis: vm Machine ID: f75eadcb10ec43228c559bb2b603fa7b Boot ID: cd75afdf39074603b5cca9adc8c1badf Virtualization: vmware Operating System: Oracle Linux Server 7.9 CPE OS Name: cpe:/o:oracle:linux:7:9:server Kernel: Linux 5.4.17-2011.6.2.el7uek.x86_64 Architecture: x86-64[root@localhost ~]# hostnamectl set-hostname srvem.localdomain[root@localhost ~]# systemctl restart systemd-hostnamed[root@localhost ~]# uname -aLinux srvem.localdomain 5.4.17-2011.6.2.el7uek.x86_64 #2 SMP Thu Sep 3 14:09:14 PDT 2020 x86_64 x86_64 x86_64 GNU/Linux[root@localhost ~]###### Server firewall tweaks #####[root@localhost ~]# systemctl stop firewalld[root@localhost ~]# systemctl status firewalld[root@localhost ~]# systemctl disable --now firewalld[root@localhost ~]# systemctl mask --now firewalld[root@localhost ~]# systemctl stop avahi-daemon[root@localhost ~]# systemctl disable avahi-daemon[root@localhost ~]# systemctl status avahi-daemon[root@localhost ~]###### Update OS #####[root@localhost ~]# yum update -y [root@localhost ~]# init 6[root@srvem ~]# hostnamectl status Static hostname: srvem.localdomain Icon name: computer-vm Chassis: vm Machine ID: f75eadcb10ec43228c559bb2b603fa7b Boot ID: 4a2ce8c3b770438b914b8bc190294998 Virtualization: vmware Operating System: Oracle Linux Server 7.9 CPE OS Name: cpe:/o:oracle:linux:7:9:server Kernel: Linux 5.4.17-2136.310.7.1.el7uek.x86_64 Architecture: x86-64 [root@srvem ~]# yum update -yLoaded plugins: ulninfoNo packages marked for update##### Installing packages on OS Oracle database 19 and EM #####yum install xorg-x11-server-Xorg xorg-x11-xauth xorg-x11-apps -yyum install wget zip unzip rsync -yyum install ntp nfs-utils net-tools -yyum install NetworkManager-tui -yyum install -y oracle-database-preinstall-19cyum install -y bc yum install -y binutilsyum install -y compat-libcap1yum install -y compat-libstdc++-33yum install -y dtrace-utilsyum install -y elfutils-libelfyum install -y elfutils-libelf-develyum install -y fontconfig-develyum install -y glibcyum install -y glibc-develyum install -y kshyum install -y libaioyum install -y libaio-develyum install -y libdtrace-ctf-develyum install -y libXrenderyum install -y libXrender-develyum install -y libX11yum install -y libXauyum install -y libXiyum install -y libXtstyum install -y libgccyum install -y librdmacm-develyum install -y libstdc++yum install -y libstdc++-develyum install -y libxcbyum install -y makeyum install -y nfs-utils # ACFSyum install -y python # ACFSyum install -y python-configshell # ACFSyum install -y python-rtslib # ACFSyum install -y python-six # ACFSyum install -y targetcli # ACFSyum install -y smartmontoolsyum install -y sysstatyum install psmisc -yyum install -y dtrace-modulesyum install -y dtrace-modules-headersyum install -y dtrace-modules-provider-headersyum install -y unixODBCyum install gcc -yyum install gcc-c++ -yyum install glibc -yyum install glibc.i686 -yyum install glibc-devel -yyum install glibc-devel.i686 -y### Set server swap to 10 (Indicates that the system will be able to Swap from 90% of RAM usage, default is 30) ###[root@srvem ~]# sysctl vm.swappiness=10vm.swappiness = 10[root@srvem ~]# echo "vm.swappiness=10" >> /etc/sysctl.conf[root@srvem ~]# /sbin/sysctl -pfs.file-max = 6815744kernel.sem = 250 32000 100 128kernel.shmmni = 4096kernel.shmall = 1073741824kernel.shmmax = 4398046511104kernel.panic_on_oops = 1net.core.rmem_default = 262144net.core.rmem_max = 4194304net.core.wmem_default = 262144net.core.wmem_max = 1048576net.ipv4.conf.all.rp_filter = 2net.ipv4.conf.default.rp_filter = 2fs.aio-max-nr = 1048576net.ipv4.ip_local_port_range = 9000 65500vm.swappiness = 10[root@srvem ~]# cat /proc/sys/vm/swappiness10##### Disable SELINUX #####cat /etc/selinux/configsed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config##### Adjust hosts file #####cat >> /etc/hosts << EOF192.168.72.138 srvem.localdomain srvemEOF[root@srvem ~]# cat /etc/hosts127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4::1 localhost localhost.localdomain localhost6 localhost6.localdomain6192.168.72.138 srvem.localdomain srvem##### Adjust ip_local_port_range for Oracle Enterprise Manager Cloud Control 13 #####[root@srvem ~]# cat /etc/sysctl.conf | grep ip_local_port_range# oracle-database-preinstall-19c setting for net.ipv4.ip_local_port_range is 9000 65500net.ipv4.ip_local_port_range = 9000 65500[root@srvtst ~]# vi /etc/sysctl.conf net.ipv4.ip_local_port_range = 11000 65000[root@srvtst ~]# /sbin/sysctl -p |
Installing Oracle database 19.3 patched to 19.11.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 | ##### Oracle database installation for Oracle Enterprise Manager Cloud Control 13.5 repository #####[root@srvem ~]# mkdir -p /u01/app/oracle/product/19.0.0.0/db_1[root@srvem ~]# mkdir -p /u01/app/oracle/middleware/[root@srvem ~]# mkdir -p /u01/app/oracle/agent/[root@srvem ~]# chown -R oracle:oinstall /u01[root@srvem ~]# chmod -R 775 /u01##### .bash_profile oracle user #####[root@srvem ~]# vi /home/oracle/.bash_profile # Oracle Settingsexport TMP=/tmpexport ORACLE_HOSTNAME=srvem.localdomainexport ORACLE_UNQNAME=emexport ORACLE_BASE=/u01/app/oracleexport ORACLE_HOME=$ORACLE_BASE/product/19.3.0.0/db_1export ORACLE_SID=emPATH=/usr/sbin:$PATH:$ORACLE_HOME/binexport LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;alias cdob='cd $ORACLE_BASE'alias cdoh='cd $ORACLE_HOME'alias tns='cd $ORACLE_HOME/network/admin'alias envo='env | grep ORACLE'umask 022if [ $USER = "oracle" ]; then if [ $SHELL = "/bin/ksh" ]; then ulimit -u 16384 ulimit -n 65536 else ulimit -u 16384 -n 65536 fifienvo# Oracle Enterprise Manager Cloud Control variablesexport OMS_HOME=/u01/app/oracle/middleware/export AGENT_HOME=/u01/app/oracle/agent/##### Change oracle user password in OS #####[root@srvem ~]# passwd oracleChanging password for user oracle.New password:BAD PASSWORD: The password is shorter than 8 charactersRetype new password:passwd: all authentication tokens updated successfully.##### Create backups and installers directory #####[root@srvem ~]# mkdir -p /u02/instaladores[root@srvem ~]# mkdir -p /u02/backups[root@srvem ~]# mkdir -p /u02/logs[root@srvem ~]# mkdir -p /u02/scripts[root@srvem ~]# chown -R oracle:oinstall /u02[root@srvem ~]# chmod -R 775 /u02##### Now we will upload all the installers from the links above #####[oracle@srvem instaladores]$ ls -lattotal 14735628-rw-r--r--. 1 oracle oinstall 3059705302 Sep 3 13:02 LINUX.X64_193000_db_home.zipdrwxrwxr-x. 2 oracle oinstall 4096 Sep 3 13:00 .-rw-r--r--. 1 oracle oinstall 1375008229 Sep 3 12:59 p32545013_190000_Linux-x86-64.zip-rw-r--r--. 1 oracle oinstall 1178610858 Sep 3 12:52 p34158673_135000_Generic.zip-rw-r--r--. 1 oracle oinstall 912424 Sep 3 12:52 p19999993_135000_Generic.zip-rw-r--r--. 1 oracle oinstall 1494500710 Sep 3 12:52 em13500_linux64-5.zip-rw-r--r--. 1 oracle oinstall 1454982045 Sep 3 12:52 em13500_linux64-4.zip-rw-r--r--. 1 oracle oinstall 2130750885 Sep 3 12:51 em13500_linux64-3.zip-rw-r--r--. 1 oracle oinstall 1897494675 Sep 3 12:51 em13500_linux64-2.zip-rw-r--r--. 1 oracle oinstall 1586801533 Sep 3 12:50 em13500_linux64.bin-rw-r--r--. 1 oracle oinstall 787609721 Sep 3 12:49 19_11_0_0_0_Database_Template_with_cdbpdb_for_EM13_5_0_0_0_Linux_x64.zip-rw-r--r--. 1 oracle oinstall 122883931 Sep 3 12:44 p6880880_190000_Linux-x86-64.zip### Oracle database 19.3 and patch 19.11 installers ###LINUX.X64_193000_db_home.zip# OPatchp6880880_190000_Linux-x86-64.zip# Patch 19.11 p32545013_190000_Linux-x86-64.zip### Oracle Enterprise Manager Cloud Control 13.5 Installers ###em13500_linux64.binem13500_linux64-2.zipem13500_linux64-3.zipem13500_linux64-4.zipem13500_linux64-5.zip# OMSPatcher similar ao OPatch do Oracle databasep19999993_135000_Generic.zip # Patch 13.5.0.8p34158673_135000_Generic.zip##### Installing the Oracle database 19.3 binary applying the 19.11 patch.[root@srvem ~]# chown -R oracle:oinstall /u02[root@srvem ~]# chmod -R 775 /u02[root@srvem ~]# su - oracle[oracle@srvem ~]# cd $ORACLE_HOME[oracle@srvem db_1]$ unzip -oq /u02/instaladores/LINUX.X64_193000_db_home.zip[root@srvem product]# ls /u01/app/oracle/product/19.0.0.0/db_1addnode bin css data deinstall dmu env.ora install javavm jlib md nls OPatch ord oui plsql R relnotes root.sh.old.1 sdk sqlj srvm usm xdkapex clone ctx dbjava demo drdaas has instantclient jdbc ldap mgw odbc opmn ords owm precomp racg root.sh runInstaller slax sqlpatch suptools utlassistants crs cv dbs diagnostics dv hs inventory jdk lib network olap oracore oss perl QOpatch rdbms root.sh.old schagent.conf sqldeveloper sqlplus ucp wwg##### Checking the current version of OPatch #####[oracle@srvem ~]# $ORACLE_HOME/OPatch/opatch versionOPatch Version: 12.2.0.1.17OPatch succeeded.##### Updating the prerequisite OPatch 12.2.0.1.29 version to apply the patch to the bank #####[oracle@srvem ~]# cd $ORACLE_HOME/[oracle@srvem ~]# mv OPatch OPatch_old[oracle@srvem ~]# cd /u02/instaladores/[oracle@srvem ~]# unzip p6880880_190000_Linux-x86-64.zip[oracle@srvem ~]# mv OPatch/ $ORACLE_HOME/[oracle@srvem ~]# $ORACLE_HOME/OPatch/opatch versionOPatch Version: 12.2.0.1.29OPatch succeeded.######### Install Oracle database binary with RU 19.11 #########[oracle@srvem ~]# unzip p32545013_190000_Linux-x86-64.zip[oracle@srvem instaladores]$ cd $ORACLE_HOME/[oracle@srvem db_1]$ ./runInstaller -applyRU /u02/instaladores/32545013Preparing the home to patch...Applying the patch /u02/instaladores/32545013...Successfully applied the patch.The log can be found at: /tmp/InstallActions2022-09-03_01-26-04PM/installerPatchActions_2022-09-03_01-26-04PM.logLaunching Oracle Database Setup Wizard...The response file for this session can be found at: /u01/app/oracle/product/19.0.0.0/db_1/install/response/db_2022-09-03_01-26-04PM.rspYou can find the log of this install session at: /tmp/InstallActions2022-09-03_01-26-04PM/installActions2022-09-03_01-26-04PM.logMoved the install session logs to: /u01/app/oraInventory/logs/InstallActions2022-09-03_01-26-04PM |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | ##### Copying the template to create the database for Oracle Enterprise Manager Cloud Control 13.5[oracle@srvem db_1]$ cd /u02/instaladores/[oracle@srvem ~]# unzip 19_11_0_0_0_Database_Template_with_cdbpdb_for_EM13_5_0_0_0_Linux_x64.zip -d $ORACLE_HOME/assistants/dbca/templates/##### Checking new extracted templates #####[oracle@srvem instaladores]$ ls -lat /u01/app/oracle/product/19.0.0.0/db_1/assistants/dbca/templates/total 1228588drwxr-xr-x 2 oracle oinstall 4096 Sep 3 13:40 .drwxr-xr-x 5 oracle oinstall 77 Sep 3 13:36 ..-rw-r--r-- 1 oracle oinstall 1777 Jul 5 2021 shpool_19_11_0_0_0_Database_SQL_for_EM13_5_0_0_0.sql-rw-r--r-- 1 oracle oinstall 7965 Jul 1 2021 19_11_0_0_0_Database_Template_with_cdbpdb_for_EM13_5_0_0_0_Small_deployment.dbc-rw-r--r-- 1 oracle oinstall 7967 Jul 1 2021 19_11_0_0_0_Database_Template_with_cdbpdb_for_EM13_5_0_0_0_Medium_deployment.dbc-rw-r--r-- 1 oracle oinstall 7969 Jul 1 2021 19_11_0_0_0_Database_Template_with_cdbpdb_for_EM13_5_0_0_0_Large_deployment.dbc-rw-r--r-- 1 oracle oinstall 3095 Jul 1 2021 set_repo_param_19_11_0_0_0_Database_SQL_for_EM13_5_0_0_0_Medium_deployment.sql-rw-r--r-- 1 oracle oinstall 2980 Jul 1 2021 set_repo_param_19_11_0_0_0_Database_SQL_for_EM13_5_0_0_0_Small_deployment.sql-rw-r--r-- 1 oracle oinstall 3092 Jul 1 2021 set_repo_param_19_11_0_0_0_Database_SQL_for_EM13_5_0_0_0_Large_deployment.sql-rw-r--r-- 1 oracle oinstall 1936 Jul 1 2021 shpool_19_11_0_0_0_Database_SQL_for_EM13_5_0_0_0_Small.sql-rw-r--r-- 1 oracle oinstall 1931 Jul 1 2021 shpool_19_11_0_0_0_Database_SQL_for_EM13_5_0_0_0_Medium.sql-rw-r--r-- 1 oracle oinstall 1931 Jul 1 2021 shpool_19_11_0_0_0_Database_SQL_for_EM13_5_0_0_0_Large.sql-rw-r----- 1 oracle oinstall 19054592 Apr 23 2021 19_11_0_0_0_Database_Template_with_cdbpdb_for_EM13_5_0_0_0.ctl-rw-r----- 1 oracle oinstall 186662912 Apr 23 2021 19_11_0_0_0_Database_Template_with_cdbpdb_for_EM13_5_0_0_0.dfb3-rw-r----- 1 oracle oinstall 254746624 Apr 23 2021 19_11_0_0_0_Database_Template_with_cdbpdb_for_EM13_5_0_0_0.dfb2-rw-r----- 1 oracle oinstall 417685504 Apr 23 2021 19_11_0_0_0_Database_Template_with_cdbpdb_for_EM13_5_0_0_0.dfb1-rw-r----- 1 oracle oinstall 6611 Apr 17 2019 pdbseed.xml-rw-r----- 1 oracle oinstall 4768 Apr 17 2019 General_Purpose.dbc-rw-r----- 1 oracle oinstall 4888 Apr 17 2019 Data_Warehouse.dbc-rw-r----- 1 oracle oinstall 18726912 Apr 17 2019 Seed_Database.ctl-rw-r----- 1 oracle oinstall 274554880 Apr 17 2019 Seed_Database.dfb-rw-r----- 1 oracle oinstall 86548480 Apr 17 2019 pdbseed.dfb-rw-r----- 1 oracle oinstall 10772 Apr 5 2019 New_Database.dbt##### Now we will create the database using the template for Oracle Enterprise Manager Cloud Control 13.5 #####[oracle@srvem instaladores]$ dbca |
Choose the template according to the size of the environment to be monitored according to the configuration image and recommended hardware.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | ##### Checking Oracle database information #####set lines 200col DATABASE_HOST for a25;col DB_UNIQUE_NAME for a25col HOST_NAME for a15;col DATABASE_ROLE for a10col OPEN_MODE for a10col STARTUP_TIME for a20alter session set nls_date_format = 'DD/MM/YYYY HH24:MI:SS';SELECT i.HOST_NAME "DATABASE_HOST" ,i.INSTANCE_NAME "DB_NAME",d.db_unique_name "DB_UNIQUE_NAME" , d.DATABASE_ROLE " DATABASE_ROLE",i.VERSION,d.OPEN_MODE " OPEN_MODE ",d.LOG_MODE,STARTUP_TIME from GV$DATABASE d, gv$instance i where i.INST_ID=d.INST_ID;##### Patch 19.11 applied #####set pagesize 20;set linesize 200;col ACTION_TIME format a30;col DESCRIPTION format a50;alter session set nls_date_format = 'DD/MM/YYYY HH24:MI:SS';select PATCH_ID,ACTION,ACTION_TIME,DESCRIPTION,STATUS from registry$sqlpatch order by ACTION_TIME ; |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | ##### Adjusting the parameters and value of SGA and PGA #####Alter system set pga_aggregate_limit=0 Scope=both Sid='*';ALTER SYSTEM SET sga_target=4g SCOPE=SPFILE sid='*';ALTER SYSTEM SET sga_max_size = 4g scope=SPFILE sid='*';ALTER SYSTEM SET pga_aggregate_target =1500M SCOPE=SPFILE sid='*';alter system set session_cached_cursors=300 scope=spfile;alter system set shared_pool_size=600M scope=spfile;alter system set processes=800 scope=spfile;alter pluggable database all open;alter pluggable database all save state;##### BUGS found and resolved in the cloud control installation #####SQL> ALTER SESSION SET CONTAINER=EMPDBREPOS;# Change the SYS password to the same one already used.SQL> alter user SYS identified by "";# Add a datafile in the TEMP tablespace, I believe the template provided is having a problem.SQL> ALTER TABLESPACE TEMP ADD TEMPFILE '/u01/app/oracle/oradata/EM/EMPDBREPOS/temp1.dbf' SIZE 100m AUTOEXTEND ON NEXT 1G MAXSIZE 32767M;SQL> shut immediateDatabase closed.Database dismounted.ORACLE instance shut down.SQL> startupORACLE instance started.Total System Global Area 4294964952 bytesFixed Size 9144024 bytesVariable Size 805306368 bytesDatabase Buffers 3472883712 bytesRedo Buffers 7630848 bytesDatabase mounted.Database opened. |
1 2 3 4 5 6 7 8 9 | set colsep " | "set linesize 100set pagesize 500show parameter sga_max_sizeshow parameter sga_targetshow parameter pga_aggregate_targetshow parameter pga_aggregate_limitshow parameter memory_max_targetshow parameter memory_target |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ##### ENABLE ARCHIVELOG #####[oracle@srvem backups]$ mkdir -p /u02/backups/backupset/[oracle@srvem backups]$ mkdir -p /u02/backups/archivelogs/SQL> SELECT LOG_MODE FROM V$DATABASE;-- Alterar o local para a geração do archivelog.SQL> ALTER SYSTEM SET LOG_ARCHIVE_DEST_1='LOCATION=/u02/backups/archivelogs/ MANDATORY' SCOPE=BOTH;-- FORMATO SQL> alter system set log_archive_format='%t_%s_%r.arc' scope=spfile;-- HABILITANDOSQL> shutdown immediate;SQL> STARTUP MOUNT;SQL> ALTER DATABASE ARCHIVELOG;SQL> ALTER DATABASE OPEN; -- By forcing the switch, with this, we can see if the archivelog file has already been generated.SQL> ALTER SYSTEM SWITCH LOGFILE;SQL> !ls -lat /u02/backups/archivelogs/ |
Oracle Enterprise Manager Cloud Control 13c Installation.
1 2 3 4 5 6 7 8 | [oracle@srvem instaladores]$ ./em13500_linux64.binLauncher log file is /tmp/OraInstall2022-09-03_03-27-41PM/launcher2022-09-03_03-27-41PM.log.Extracting the installer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .DoneChecking monitor: must be configured to display at least 256 colors. Actual 16777216 PassedChecking swap space: must be greater than 512 MB. Actual 8191 MB PassedChecking if this platform requires a 64-bit JVM. Actual 64 Passed (64-bit not required)Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2022-09-03_03-27-41PMScratchPathValue :/tmp/OraInstall2022-09-03_03-27-41PM |
1 2 3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | ### Daily operations with cloud control services: ###[oracle@srvem ~]$ export OMS_HOME=/u01/app/oracle/middleware/[oracle@srvem ~]$ export AGENT_HOME=/u01/app/oracle/agent/agent_13.5.0.0.0/[oracle@srvem ~]$ export OMS_HOME=/u01/app/oracle/middleware/[oracle@srvem ~]$ export AGENT_HOME=/u01/app/oracle/agent/agent_13.5.0.0.0/ [oracle@srvem ~]$ $OMS_HOME/bin/emctl start oms[oracle@srvem ~]$ $AGENT_HOME/bin/emctl start agent[oracle@srvem ~]$ $OMS_HOME/bin/emctl stop oms[oracle@srvem ~]$ $AGENT_HOME/bin/emctl stop agent[oracle@srvem ~]$ $OMS_HOME/bin/emctl status oms [oracle@srvem ~]$ $AGENT_HOME/bin/emctl status agent [oracle@srvem ~]$ $OMS_HOME/bin/emctl status omsOracle Enterprise Manager Cloud Control 13c Release 5Copyright (c) 1996, 2021 Oracle Corporation. All rights reserved.WebTier is UpOracle Management Server is UpJVMD Engine is Up[oracle@srvem ~]$ $AGENT_HOME/bin/emctl status agentOracle Enterprise Manager Cloud Control 13c Release 5Copyright (c) 1996, 2021 Oracle Corporation. All rights reserved.---------------------------------------------------------------Agent Version : 13.5.0.0.0OMS Version : 13.5.0.0.0Protocol Version : 12.1.0.1.0Agent Home : /u01/app/oracle/agent/agent_instAgent Log Directory : /u01/app/oracle/agent/agent_inst/sysman/logAgent Binaries : /u01/app/oracle/agent/agent_13.5.0.0.0Core JAR Location : /u01/app/oracle/agent/agent_13.5.0.0.0/jlibAgent Process ID : 8680Parent Process ID : 8608Agent URL : https://srvem:3872/emd/main/Local Agent URL in NAT : https://srvem:3872/emd/main/Repository URL : https://srvem:4903/empbs/uploadStarted at : 2022-09-06 02:12:40Started by user : oracleOperating System : Linux version 5.4.17-2136.310.7.1.el7uek.x86_64 (amd64)Number of Targets : 35Last Reload : (none)Last successful upload : 2022-09-06 09:57:44Last attempted upload : 2022-09-06 09:57:44Total Megabytes of XML files uploaded so far : 2.37Number of XML files pending upload : 0Size of XML files pending upload(MB) : 0Available disk space on upload filesystem : 55.69%Collection Status : Collections enabledHeartbeat Status : OkLast attempted heartbeat to OMS : 2022-09-06 10:02:13Last successful heartbeat to OMS : 2022-09-06 10:02:13Next scheduled heartbeat to OMS : 2022-09-06 10:03:13---------------------------------------------------------------Agent is Running and Ready |














































Tidak ada komentar:
Posting Komentar