Saturday, January 16, 2021



Hi All,

In this video, explained and demonstrated Oracle Enterprise Manager Cloud Control 13c Release 4 Installation and Configuration Step by Step. A complete Enterprise Manager Cloud Control system using an existing certified Oracle 19c Database on which the Oracle Management Repository can be configured. Enterprise Manager Cloud Control Advanced Installation 13cR4 for installation and post-install configuration steps provided. OEM 13cR4 - Pre-requisites Setup Version 13.4.0.0 Oracle Linux Server Environment: Kernel - 5.4.17-2011.6.2.el8uek.x86_64 [root@srlabgg1 etc]# cat oracle-release Oracle Linux Server release 8.2 [root@srlabgg1 etc]# cat os-release NAME="Oracle Linux Server" VERSION="8.2" ID="ol" ID_LIKE="fedora" VARIANT="Server" VARIANT_ID="server" VERSION_ID="8.2" PLATFORM_ID="platform:el8" PRETTY_NAME="Oracle Linux Server 8.2" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:oracle:linux:8:2:server" HOME_URL="https://linux.oracle.com/" BUG_REPORT_URL="https://bugzilla.oracle.com/" ORACLE_BUGZILLA_PRODUCT="Oracle Linux 8" ORACLE_BUGZILLA_PRODUCT_VERSION=8.2 ORACLE_SUPPORT_PRODUCT="Oracle Linux" ORACLE_SUPPORT_PRODUCT_VERSION=8.2 Software Pre-requisites: Required Packages (minimum required Versions + Database required packages and configurations if you are doing single host installation) make-3.82-21 binutils-2.23 gcc-4.8.2-16 libaio-0.3.109-12 glibc-common-2.17-55 libstdc++-4.8.2-16 sysstat-10.1.5-4 glibc-devel 2.17-55 (i686) (This is a 32-bit package) glibc-devel 2.17-55 (x86_64) (This is a 64-bit package) libXtst-1.2.2-2 (x86_64) glibc-2.17 Sysctl Configuration vi /etc/sysctl.d/99-oem-sysctl.conf Apply Changes # /sbin/sysctl --systemSet Limits for OEM Owner vi /etc/security/limits.conf (Append) oracle soft nproc 2047 oracle hard nproc 16384 oracle soft nofile 1024 oracle hard nofile 65536 oracle soft memlock 1048576 oracle hard memlock 1048576 ***Make sure File permissions for /usr/bin/make and /usr/bin/ld.bfd is 0755 vi /etc/sysctl.d/99-oem-sysctl.conf Apply Changes # /sbin/sysctl --system Edit Bash Profile for Faster Access export OMS_HOME=/u04/app/oracle/oem134/middleware export AGENT_INST=/u04/app/oracle/agent/agent134/agent_inst export AGENT_HOME=/u01/app/oracle/agent/agent134/agent_13.4.0.0.0/ Create Directories and set permissions for install mkdir -p "/u04/app/oracle/oem134/middleware" mkdir -p "/u04/app/oracle/agent/agent134" mkdir -p "/u04/app/oracle/oem134/gc_inst" mkdir -p "/u04/app/oracle/swlib" mkdir -p "/u04/app/oracle/oem134/bip/config" mkdir -p "/u04/app/oracle/oem134/bip/cluster" chown -R oracle:oinstall /u04/ ; chmod 777 /u04 yum install glibc-devel.i686 Set the port range by editing /etc/sysctl.conf. Restart network services after setting this value. net.ipv4.ip_local_port_range = 11000 65500

[oracle@srlabgg1 ~]$ . oraenv ORACLE_SID = [oggsrc] ? oem134 The Oracle base remains unchanged with value /u01/app/oracle [oracle@srlabgg1 ~]$ [oracle@srlabgg1 ~]$ [oracle@srlabgg1 ~]$ lsnrctl start OEM134_LISTENER LSNRCTL for Linux: Version 19.0.0.0.0 - Production on 13-JAN-2021 09:03:17 Copyright (c) 1991, 2020, Oracle. All rights reserved. Starting /u01/app/oracle/product/19.0.0.0/db_1/bin/tnslsnr: please wait... TNSLSNR for Linux: Version 19.0.0.0.0 - Production System parameter file is /u01/app/oracle/product/19.0.0.0/db_1/network/admin/listener.ora Log messages written to /u01/app/oracle/diag/tnslsnr/srlabgg1/oem134_listener/alert/log.xml Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.58.201)(PORT=1521))) Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.58.201)(PORT=1521))) STATUS of the LISTENER ------------------------ Alias OEM134_LISTENER Version TNSLSNR for Linux: Version 19.0.0.0.0 - Production Start Date 13-JAN-2021 09:03:17 Uptime 0 days 0 hr. 0 min. 0 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /u01/app/oracle/product/19.0.0.0/db_1/network/admin/listener.ora Listener Log File /u01/app/oracle/diag/tnslsnr/srlabgg1/oem134_listener/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.58.201)(PORT=1521))) The listener supports no services The command completed successfully [oracle@srlabgg1 ~]$ [oracle@srlabgg1 ~]$ ps -ef |grep tns root 21 2 0 08:52 ? 00:00:00 [netns] oracle 12515 10996 1 09:03 ? 00:00:00 /u01/app/oracle/product/19.0.0.0/db_1/bin/tnslsnr OEM134_LISTENER -inherit oracle 12530 12422 0 09:03 pts/1 00:00:00 grep --color=auto tns [oracle@srlabgg1 ~]$ ps -ef |grep pmon oracle 11995 1 0 08:59 ? 00:00:00 ora_pmon_oem134 oracle 12538 12422 0 09:03 pts/1 00:00:00 grep --color=auto pmon [oracle@srlabgg1 ~]$ [oracle@srlabgg1 ~]$ cd /softwares/ [oracle@srlabgg1 softwares]$ [oracle@srlabgg1 softwares]$ ./em13400_linux64.bin -J-Djava.io.tmpdir=/u04/tmp Launcher log file is /u04/tmp/OraInstall2021-01-13_09-06-22AM/launcher2021-01-13_09-06-22AM.log. Extracting the installer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Done Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed Checking swap space: must be greater than 512 MB. Actual 7628 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 /u04/tmp/OraInstall2021-01-13_09-06-22AM ====Prereq Config Location main=== /u04/tmp/OraInstall2021-01-13_09-06-22AM/stage/prereq EMGCInstaller args -scratchPath EMGCInstaller args /u04/tmp/OraInstall2021-01-13_09-06-22AM EMGCInstaller args -sourceType EMGCInstaller args network EMGCInstaller args -timestamp EMGCInstaller args 2021-01-13_09-06-22AM EMGCInstaller args -paramFile EMGCInstaller args /u04/tmp/sfx_Xa7qoy/Disk1/install/linux64/oraparam.ini EMGCInstaller args -nocleanUpOnExit DiskLoc inside SourceLoc/u04/tmp EMFileLoc:/u04/tmp/OraInstall2021-01-13_09-06-22AM/oui/em/ ScratchPathValue :/u04/tmp/OraInstall2021-01-13_09-06-22AM ConfigSharedLocation : shareLocationForBIP.isSelectedtrue ConfigSharedLocation : bipConfigText ConfigSharedLocation :bipClusterText ConfigSharedLocation :setting in oui map config bip name and text is CONFIG_LOCATION /u04/app/oracle/oem13cr4/bip/config ConfigSharedLocation :setting in oui map cluster bip name and text is CLUSTER_LOCATION /u04/app/oracle/oem13cr4/bip/cluster hostname instantiation MANAGED_SERVER_HOSTNAME=srlabgg1.localdomain hostname instantiation ADMIN_SERVER_HOSTNAME=srlabgg1.localdomain hostname instantiation HOSTNAME=srlabgg1.localdomain hostname instantiation s_hostname=srlabgg1.localdomain Agent OracleHome :/u04/app/oracle/agent/agent134/agent_13.4.0.0.0 .................................................................................................. Installation in progress (Wednesday, January 13, 2021 10:47:34 AM CST) 98% Done. Install successful Linking in progress (Wednesday, January 13, 2021 10:47:41 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 10:47:41 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 10:47:41 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 10:48:23 AM CST) ............................................................... 18% Done. ............................................................... 37% Done. ............................................................... 56% Done. ............................................................... 75% Done. ............................................................... 94% Done. ............... Installation in progress (Wednesday, January 13, 2021 10:51:26 AM CST) 98% Done. Install successful Linking in progress (Wednesday, January 13, 2021 10:51:32 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 10:51:32 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 10:51:32 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 10:52:21 AM CST) .................................................................................................. Installation in progress (Wednesday, January 13, 2021 10:53:46 AM CST) 98% Done. Install successful Linking in progress (Wednesday, January 13, 2021 10:53:52 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 10:53:52 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 10:53:52 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 10:54:37 AM CST) ............................................................... 23% Done. ............................................................... 46% Done. ............................................................... 70% Done. ............................................................... 93% Done. ............... Installation in progress (Wednesday, January 13, 2021 10:57:26 AM CST) 98% Done. Install successful Linking in progress (Wednesday, January 13, 2021 10:57:31 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 10:57:31 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 10:57:31 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 10:58:07 AM CST) .................................................................................................................. Installation in progress (Wednesday, January 13, 2021 11:00:20 AM CST) 98% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:00:26 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:00:26 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:00:26 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:01:00 AM CST) ................................................................................................. Installation in progress (Wednesday, January 13, 2021 11:01:44 AM CST) 97% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:01:52 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:01:52 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:01:52 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:02:30 AM CST) .................................................................................................. Installation in progress (Wednesday, January 13, 2021 11:03:04 AM CST) 98% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:03:10 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:03:10 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:03:10 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:03:46 AM CST) ................................................................................................ Installation in progress (Wednesday, January 13, 2021 11:04:18 AM CST) 96% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:04:25 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:04:25 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:04:25 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:05:11 AM CST) ................................................................................................. Installation in progress (Wednesday, January 13, 2021 11:05:46 AM CST) 97% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:05:54 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:05:54 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:05:54 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:06:40 AM CST) .................................................................................................. Installation in progress (Wednesday, January 13, 2021 11:07:16 AM CST) 98% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:07:25 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:07:25 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:07:25 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:08:12 AM CST) .................................................................................................. Installation in progress (Wednesday, January 13, 2021 11:08:59 AM CST) 98% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:09:07 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:09:07 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:09:07 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:09:53 AM CST) .................................................................................................. Installation in progress (Wednesday, January 13, 2021 11:10:32 AM CST) 98% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:10:40 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:10:40 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:10:40 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:11:26 AM CST) .................................................................................................. Installation in progress (Wednesday, January 13, 2021 11:12:05 AM CST) 98% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:12:13 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:12:14 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:12:14 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:13:00 AM CST) .................................................................................................. Installation in progress (Wednesday, January 13, 2021 11:14:49 AM CST) 98% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:14:57 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:14:57 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:14:57 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:15:41 AM CST) .................................................................................................. Installation in progress (Wednesday, January 13, 2021 11:17:07 AM CST) 98% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:17:13 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:17:13 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:17:13 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:17:56 AM CST) .................................................................................................. Installation in progress (Wednesday, January 13, 2021 11:18:42 AM CST) 98% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:18:49 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:18:49 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:18:49 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:19:32 AM CST) .................................................................................................. Installation in progress (Wednesday, January 13, 2021 11:20:07 AM CST) 98% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:20:14 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:20:14 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:20:14 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:20:56 AM CST) .................................................................................................. Installation in progress (Wednesday, January 13, 2021 11:21:35 AM CST) 98% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:21:42 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:21:42 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:21:42 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:22:24 AM CST) .................................................................................................. Installation in progress (Wednesday, January 13, 2021 11:23:10 AM CST) 98% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:23:17 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:23:17 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:23:17 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:24:00 AM CST) .................................................................................................. Installation in progress (Wednesday, January 13, 2021 11:24:37 AM CST) 98% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:24:44 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:24:44 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:24:44 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:25:28 AM CST) .................................................................................................. Installation in progress (Wednesday, January 13, 2021 11:26:11 AM CST) 98% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:26:12 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:26:12 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:26:12 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:26:54 AM CST) ....................................................................................... Installation in progress (Wednesday, January 13, 2021 11:27:22 AM CST) 87% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:27:23 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:27:23 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:27:23 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:28:06 AM CST) .................................................................................................. Installation in progress (Wednesday, January 13, 2021 11:28:42 AM CST) 98% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:28:43 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:28:43 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:28:43 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:29:26 AM CST) ................................................................................................. Installation in progress (Wednesday, January 13, 2021 11:29:53 AM CST) 97% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:29:54 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:29:54 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:29:54 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:30:41 AM CST) ....................................................................... Installation in progress (Wednesday, January 13, 2021 11:31:09 AM CST) 71% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:31:10 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:31:10 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:31:10 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:31:57 AM CST) .............................................................................................. Installation in progress (Wednesday, January 13, 2021 11:32:25 AM CST) 93% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:32:26 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:32:26 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:32:26 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:33:12 AM CST) ................................................................................................ Installation in progress (Wednesday, January 13, 2021 11:33:41 AM CST) 96% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:33:42 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:33:42 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:33:42 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:34:30 AM CST) ............................................................................ Installation in progress (Wednesday, January 13, 2021 11:34:58 AM CST) 76% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:34:59 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:34:59 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:34:59 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:35:46 AM CST) ............................................................................................... Installation in progress (Wednesday, January 13, 2021 11:36:13 AM CST) 94% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:36:15 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:36:15 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:36:15 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:37:02 AM CST) ..................................................................................... Installation in progress (Wednesday, January 13, 2021 11:37:31 AM CST) 85% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:37:33 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:37:33 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:37:33 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:38:19 AM CST) .................................................................................................. Installation in progress (Wednesday, January 13, 2021 11:38:49 AM CST) 98% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:38:50 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:38:50 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:38:50 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:39:39 AM CST) .......................................................................... Installation in progress (Wednesday, January 13, 2021 11:40:07 AM CST) 74% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:40:09 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:40:09 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:40:09 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:40:56 AM CST) ............................................................................................. Installation in progress (Wednesday, January 13, 2021 11:41:23 AM CST) 93% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:41:24 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:41:24 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:41:24 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:42:05 AM CST) ............................................................................... Installation in progress (Wednesday, January 13, 2021 11:42:32 AM CST) 79% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:42:33 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:42:33 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:42:33 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:43:16 AM CST) ............................................................................................ Installation in progress (Wednesday, January 13, 2021 11:43:42 AM CST) 92% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:43:44 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:43:44 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:43:44 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:44:25 AM CST) .............................................................................................. Installation in progress (Wednesday, January 13, 2021 11:44:51 AM CST) 94% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:44:52 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:44:52 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:44:52 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:45:35 AM CST) ........................................................................................... Installation in progress (Wednesday, January 13, 2021 11:46:01 AM CST) 91% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:46:03 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:46:03 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:46:03 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:46:44 AM CST) .............................................................................. Installation in progress (Wednesday, January 13, 2021 11:47:11 AM CST) 78% Done. Install successful Linking in progress (Wednesday, January 13, 2021 11:47:12 AM CST) Link successful Setup in progress (Wednesday, January 13, 2021 11:47:12 AM CST) Setup successful Saving inventory (Wednesday, January 13, 2021 11:47:12 AM CST) Saving inventory complete End of install phases.(Wednesday, January 13, 2021 11:47:54 AM CST) OMS OracleHome :/u04/app/oracle/oem13cr4/middleware 13NGCHEKAGGREGATE : oracle.sysman.top.oms 13NGCHEKAGGREGATE : encap_oms 13NGCHEKAGGREGATE : oracle.sysman.top.agent 13NGCHEKAGGREGATE : OuiConfigVariables 13NGCHEKAGGREGATE : OuiConfigVariables Setting the value of EMPREREQKIT_RESULTDIR /u04/app/oracle/oem13cr4/middleware/.gcinstall_temp 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 Repository Creation Utility - Create Repository Create in progress. TNS Test Inserted Successfully Successfully Added TNS Query Descriptors ******** ORACLE_HOME is /u04/app/oracle/oem13cr4/middleware test properties path: /u04/app/oracle/oem13cr4/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 /u04/app/oracle/oem13cr4/middleware Wed Jan 13 23:03:05.301 CST 2021 rcu:Extracted SQL Statement: [BEGIN DECLARE l_core_ver MGMT_VERSIONS.version%TYPE; l_error VARCHAR2(100) ; l_error_count NUMBER := 0 ; l_database_role VARCHAR2(32); BEGIN -- Check to see if this database is in logical standby mode. If it is -- we need to exit this script because logical standby doesn't support -- DBMS_JOBS. BEGIN SELECT database_role into l_database_role from v$database where database_role like '%LOGICAL%'; RETURN; -- Exit this script if this is a logical standby db. EXCEPTION WHEN NO_DATA_FOUND THEN NULL; -- Just continue normally if this is not a logical standby db. END; BEGIN SELECT version INTO l_core_ver FROM MGMT_VERSIONS WHERE component_name = 'CORE'; EXCEPTION WHEN OTHERS THEN l_core_ver := '4.0.0.0.0'; END; IF (l_core_ver = '4.0.0.0.0') THEN -- For 4.0.0 repository, the maintenance package -- does not have the remove_em_dbms_jobs function, so -- have to remove the jobs created in 4.0.0 SAVEPOINT admin_remove_jobs_start ; FOR crec IN (select job, what FROM user_jobs where what in ( 'EM_SLM_COMPUTATION.EXEC_SLM_COMPUTATION_JOB();', 'EM_SLM_CALENDAR.UPDATE_CALENDAR();', 'MGMT_GENSVC_AVAIL.EXEC_AVAIL_JOB();', 'EMD_COLLECTION.RUN_COLLECTIONS();', 'EMD_EVALUATION.EVALSQLMETRICS();', 'EMD_LOADER.ROLLUP();', 'EMD_NOTIFICATION.DELIVER_NOTIFICATIONS();', 'EM_PING.MARK_NODE_STATUS();', 'MGMT_JOB_ENGINE.apply_purge_policies();' ) or what like 'emd_maintenance.analyze_emd_schema%' ) LOOP BEGIN DBMS_JOB.REMOVE(crec.job); EXCEPTION WHEN OTHERS THEN l_error_count := l_error_count + 1 ; IF l_error IS NULL THEN l_error := SUBSTR(SQLERRM,1,100) ; END IF ; END; END LOOP; IF l_error_count > 0 THEN ROLLBACK TO SAVEPOINT admin_remove_jobs_start ; raise_application_error(MGMT_GLOBAL.UNEXPECTED_ERR, l_error_count||' error(s) when dropping dbms_jobs '|| ',first error='||l_error) ; END IF ; ELSE -- This is done as dynamic SQL, so that this can be run against -- EM 4.0.0 repositories also EXECUTE IMMEDIATE 'begin EMD_MAINTENANCE.REMOVE_EM_DBMS_JOBS; end;'; END IF; END; END; ] Wed Jan 13 23:03:05.301 CST 2021 rcu:Extracted Statement from File Name: '/u04/app/oracle/oem13cr4/middleware/sysman/admin/emdrep/sql/core/latest/admin/admin_remove_dbms_jobs.sql'Line Number: 111 Wed Jan 13 23:03:05.301 CST 2021 rcu:Statement Type: 'BEGIN/END Anonymous Block' Wed Jan 13 23:03:07.626 CST 2021 rcu:Extracted SQL Statement: [PROMPT Submitting DBMS jobs.] Wed Jan 13 23:03:07.626 CST 2021 rcu:Extracted Statement from File Name: '/u04/app/oracle/oem13cr4/middleware/sysman/admin/emdrep/sql/core/latest/admin/admin_submit_dbms_jobs.sql'Line Number: 29 Wed Jan 13 23:03:07.626 CST 2021 rcu:Statement Type: 'Debug Statement' Wed Jan 13 23:03:07.626 CST 2021 rcu:Extracted SQL Statement: [DECLARE l_database_role VARCHAR2(32); BEGIN -- Check to see if this database is in logical standby mode. If it is -- we need to exit this script because logical standby doesn't support -- DBMS_JOBS. BEGIN SELECT database_role into l_database_role from v$database where database_role like '%LOGICAL%'; EXCEPTION WHEN NO_DATA_FOUND THEN EMD_MAINTENANCE.SUBMIT_EM_DBMS_JOBS; COMMIT; END; END; ] Wed Jan 13 23:03:07.626 CST 2021 rcu:Extracted Statement from File Name: '/u04/app/oracle/oem13cr4/middleware/sysman/admin/emdrep/sql/core/latest/admin/admin_submit_dbms_jobs.sql'Line Number: 46 Wed Jan 13 23:03:07.626 CST 2021 rcu:Statement Type: 'BEGIN/END Anonymous Block' Repository Creation Utility: Create - Completion Summary Database details: ----------------------------- Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.58.201)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=oem134plug))) Connected As : SYS RCU Logfile : No log file specified Component schemas created: ----------------------------- Component Status Logfile EM Repository Creation Configuration Success /u04/app/oracle/oem13cr4/middleware/sysman/log/schemamanager/m_011321_0203_PM/m_011321_0203_PM.CREATE/RCU2021-01-13_14-04_1546494527/logs/em_repos_config.log EM Repository Init Configuration Success /u04/app/oracle/oem13cr4/middleware/sysman/log/schemamanager/m_011321_0203_PM/m_011321_0203_PM.CREATE/RCU2021-01-13_14-04_1546494527/logs/em_repos_init.log EM Repository Common Success /u04/app/oracle/oem13cr4/middleware/sysman/log/schemamanager/m_011321_0203_PM/m_011321_0203_PM.CREATE/RCU2021-01-13_14-04_1546494527/logs/em_repos_common.log Repository Creation Utility - Create : Operation Completed Setting the value of EMPREREQKIT_RESULTDIR /u04/app/oracle/oem13cr4/middleware/.gcinstall_temp 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 Repository Creation Utility - Create Repository Create in progress. Percent Complete: 30 Percent Complete: 65 Percent Complete: 65 Percent Complete: 70 Percent Complete: 70 Percent Complete: 75 Percent Complete: 75 Percent Complete: 95 Percent Complete: 100 Repository Creation Utility: Create - Completion Summary Database details: ----------------------------- Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.58.201)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=oem134plug))) Connected As : SYS Prefix for (prefixable) Schema Owners : SYSMAN RCU Logfile : No log file specified Component schemas created: ----------------------------- Component Status Logfile Metadata Services Success /u04/app/oracle/oem13cr4/middleware/sysman/log/schemamanager/m_011321_0203_PM/m_011321_0203_PM.CREATE/RCU2021-01-13_23-08_1956268001/logs/mds.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 Repository Creation Utility - Create Repository Create in progress. Percent Complete: 50 Percent Complete: 55 Percent Complete: 65 Percent Complete: 65 Percent Complete: 80 Percent Complete: 90 Percent Complete: 95 Percent Complete: 95 Percent Complete: 97 Percent Complete: 100 Repository Creation Utility: Create - Completion Summary Database details: ----------------------------- Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.58.201)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=oem134plug))) Connected As : SYS Prefix for (prefixable) Schema Owners : SYSMAN122130 RCU Logfile : No log file specified Component schemas created: ----------------------------- Component Status Logfile Oracle Platform Security Services Success /u04/app/oracle/oem13cr4/middleware/sysman/log/schemamanager/m_011321_0203_PM/m_011321_0203_PM.CREATE/RCU2021-01-13_23-08_1956268001/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 Repository Creation Utility - Create Repository Create in progress. Percent Complete: 50 Percent Complete: 50 Percent Complete: 55 Percent Complete: 60 Percent Complete: 65 Percent Complete: 65 Percent Complete: 65 Percent Complete: 82 Percent Complete: 100 Repository Creation Utility: Create - Completion Summary Database details: ----------------------------- Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.58.201)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=oem134plug))) 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 /u04/app/oracle/oem13cr4/middleware/sysman/log/schemamanager/m_011321_0203_PM/m_011321_0203_PM.CREATE/RCU2021-01-13_23-08_1956268001/logs/stb.log Repository Creation Utility - Create : Operation Completed Setting the value of EMPREREQKIT_RESULTDIR /u04/app/oracle/oem13cr4/middleware/.gcinstall_temp Middleware home/u04/app/oracle/oem13cr4/middleware 2021_01_13_AD_23_09_46_CST BIPLATFORM EMSchemaManagerHelper: Info : Oracle Home is /u04/app/oracle/oem13cr4/middleware 2021_01_13_AD_23_09_46_CST BIPLATFORM EMSchemaManagerHelper: Info : Schema Oracle Home is /u04/app/oracle/oem13cr4/middleware/bi 2021_01_13_AD_23_09_46_CST BIPLATFORM EMSchemaManagerHelper: Info : Setting RCU_HOME to /u04/app/oracle/oem13cr4/middleware/oracle_common 2021_01_13_AD_23_09_46_CST BIPLATFORM EMSchemaManagerHelper: Info : Setting SCRIPT_HOME to /u04/app/oracle/oem13cr4/middleware/oracle_common/common/sql 2021_01_13_AD_23_09_46_CST BIPLATFORM EMSchemaManagerHelper: Info : Setting RCU_LOG_LOCATION to /u04/app/oracle/oem13cr4/middleware/cfgtoollogs/bip 2021_01_13_AD_23_09_46_CST BIPLATFORM EMSchemaManagerHelper: Info : Setting RCU_LOG_NAME to emBIPLATFORM.log 2021_01_13_AD_23_09_47_CST BIPLATFORM version is null 2021_01_13_AD_23_09_47_CST has BIPLATFORM user? false 2021_01_13_AD_23_09_47_CST BIPLATFORM EMSchemaManagerHelper: Info : Prepare to initialize RCU 2021_01_13_AD_23_09_47_CST BIPLATFORM EMSchemaManagerHelper: Info : RCU initialized with parameters : -silent -createRepository -compInfoXMLLocation /u04/app/oracle/oem13cr4/middleware/sysman/emdrep/config/schemaext/ComponentInfo.xml -storageXMLLocation /u04/app/oracle/oem13cr4/middleware/sysman/emdrep/config/schemaext/Storage.xml -connectString (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.58.201)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=oem134plug))) -dbUser SYS -dbRole sysdba -schemaPrefix SYSMAN -component BIPLATFORM 2021_01_13_AD_23_09_47_CST BIPLATFORM EMSchemaManagerHelper: Info : Invoking 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 Repository Creation Utility - Create Repository Create in progress. Percent Complete: 50 Percent Complete: 50 Percent Complete: 55 Percent Complete: 55 Percent Complete: 65 Percent Complete: 77 Percent Complete: 88 Percent Complete: 94 Percent Complete: 97 Percent Complete: 98 Percent Complete: 99 Percent Complete: 99 Percent Complete: 99 Percent Complete: 99 Percent Complete: 99 Percent Complete: 99 Percent Complete: 99 Percent Complete: 99 Percent Complete: 99 Percent Complete: 99 Percent Complete: 99 Percent Complete: 99 Percent Complete: 100 Repository Creation Utility: Create - Completion Summary Database details: ----------------------------- Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.58.201)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=oem134plug))) Connected As : SYS Prefix for (prefixable) Schema Owners : SYSMAN RCU Logfile : No log file specified Component schemas created: ----------------------------- Component Status Logfile Business Intelligence Platform Success /u04/app/oracle/oem13cr4/middleware/sysman/log/schemamanager/m_011321_0203_PM/m_011321_0203_PM.CREATE/RCU2021-01-13_23-09_1877950637/logs/biplatform.log Repository Creation Utility - Create : Operation Completed 2021_01_13_AD_23_10_21_CST BIPLATFORM EMSchemaManagerHelper: Info : RCU Completed : COMPLETED 2021_01_13_AD_23_10_21_CST BIPLATFORM EMSchemaManagerHelper: Info : Asscociating profile Unable to create logger... 2021_01_13_AD_23_10_22_CST BIPLATFORM EMSchemaManagerHelper: Info : profile associated Successfully created SYSMAN_BIPLATFORM schema... Recompiling Required BI Publisher Database views with invalid objects. The SQL {0} execution is complete. The SQL {0} execution is complete. The SQL {0} execution is complete. The SQL {0} execution is complete. The SQL {0} execution is complete. The SQL {0} execution is complete. Verifying if the Required BI Publisher Database views do not contain invalid objects any longer. Invalid Objects from BI Publisher Database views have been removed. Prompt for the allroot.sh Logs successfully copied to /u01/app/oraInventory/logs.


Hope this helps!

Ramesh

Post a Comment: