This article will show how to install Oracle Enterprise Manager Cloud Control 13c in silent mode (no GUI, command line only).
OEM Cloud Control is a centralised management software for administrating and monitoring all oracle's products, especially oracle database.
It is quite powerful and it becomes very handy when you manage many databases, and its base features are free of charge to use.
Before starting, you will need ...
... Oracle RDBMS 12c installed
(Check Silent install of Oracle 12c RDBMS)
... to download Oracle Enterprise Manager Cloud Control 13c installation files (OTN)
... at least 26GB free disk space
Good to know...
- Cloud control 13c and its agent 13c are not supported on OEL/RHEL 5 and below.
- OMS 13c repository database needs to be at least on 12.1.0.2 version. If you are not, then you need to upgrade it before proceeding.
About licensing
The full Oracle Enterprise Manager Cloud Control 13c Licensing Information can be found here, and it says:
The base installation of Enterprise Manager Cloud Control 13c includes several features free of charge with the purchase of any Oracle software license or Support contract.
Oracle Enterprise Manager Licensing Information
Enterprise Manager includes a restricted-use license of the Oracle Database for use only with the Oracle Management Repository as well as with the following complementary repositories used by Enterprise Manager: AWR Warehouse, Ops Center, Real User Experience Insight, Load Testing, and Test Manager.
Oracle Enterprise Manager Licensing Information
Additional database options or additional servers for disaster recovery require separate licensing. Customers receive one single-instance database with the Cloud Control, or RMAN, repository. To protect the repository with Data Guard, customers need to purchase a license for the standby site. To protect the repository with Oracle Real Application Clusters, customers must license the second node for the database, and both nodes require an Oracle Real Application Clusters license.
In other words, OEM Cloud Control 13c base functionalities are free to use as long as you have a Oracle licence (or support) for any target you want to manage with it.
And a Oracle database which is only use for OEM does not required additional licence except for Dataguard and RAC option.
List of "free of charge" base functionalities list can be reviewed in "chapter 9 : Enterprise Manager Base Functionality".
Functionality packs which requires a licence can be enabled or disabled as describe in "chapter 1.3: Enabling and Disabling the Oracle Enterprise Manager Packs".
It is recommanded to disable packs you are not licenced to.
OEM 12c database repository
OEM Cloud Control 12c required an oracle database 11g/12c as a repository to store its data.
This oracle database repository is not created by the installer.
So you need to create a new Oracle database instance or create a new pluggable database or use an existing one, it can be on a different server as long as it is accessible by the OEM 12c.
For more information...
... about database creation, check Silent database 12c creation with dbca.
Create database instance
For example, the command below will create emrep
oracle instance on ASM storage:
[oracle]$ dbca -silent -createDatabase \ -templateName New_Database.dbt \ -databaseType MULTIPURPOSE \ -gdbName emrep -sid emrep \ -characterSet AL32UTF8 \ -nationalCharacterSet AL16UTF16 \ -totalMemory 2048 \ -redoLogFileSize 640 \ -storageType ASM \ -datafileDestination +DATA \ -asmsnmpPassword Asmsnmp_pw0 \ -recoveryAreaDestination +FRA \ -sysPassword OraSys_pw0 \ -systemPassword OraSystem_pw0 \ -emConfiguration none \ -registerWithDirService false
Create pluggable database
Or if you prefer, create a pluggable database on an existing database container as follow:
# Create pluggable database [oracle]$ dbca -silent -createPluggableDatabase \ -pdbName oempdb \ -sourceDB UXOCDBRAC \ -createPDBFrom DEFAULT \ -pdbAdminUserName pdbadmin \ -pdbAdminPassword OraOempdba_pw0 #Add entry in tnsnames.ora cat >> $ORACLE_HOME/network/admin/tnsnames.ora <<_EOF_ oempdb= (DESCRIPTION_LIST= (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.31)(PORT=1521)) (CONNECT_DATA=(SERVICE_NAME=oempdb)) )) _EOF_
Pre-requisite
Check if meet pre-requisite
Go to install files folder and execute as follow:
Expand/Collapse
[oracle]$ mkdir /u02/tmp/em13c/prerequisiteResults [oracle]$ cd /mnt/nfs/ora_instfiles/Oracle12c/ # Generate response file [oracle]$ cat > $PWD/response/check_Prerequisite.rsp <<_EOF_ installerMode=emprereqkit connectString=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=oralab01)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=oempdb))) dbPassword=OraSys_pw0 dbRole=sysdba dbUser=SYS executionType=install logLoc=/u02/tmp/em13c/prerequisiteResults/log prereqResultLoc=/u02/tmp/em13c/prerequisiteResults reposUser=SYSMAN runPrerequisites=true _EOF_ # Check prerequisite [oracle]$ ./em13200p1_linux64.bin -silent -J-Djava.io.tmpdir=/u02/tmp/ EMPREREQ_KIT=true EMPREREQKIT_PROPERTY_FILE=$PWD/response/check_Prerequisite.rsp 0%...............................................................................100% Launcher log file is /u02/install/em13c/STAGE/OraInstall2017-10-09_06-50-06AM/launcher2017-10-09_06-50-06AM.log. Starting Oracle Universal Installer Checking if CPU speed is above 300 MHz. Actual 3210.740 MHz Passed Checking swap space: must be greater than 512 MB. Actual 9211 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 /u02/install/em13c/STAGE/OraInstall2017-10-09_06-50-06AM ====Prereq Config Location main=== /u02/install/em13c/STAGE/OraInstall2017-10-09_06-50-06AM/stage/prereq EMGCInstaller args -scratchPath EMGCInstaller args /u02/install/em13c/STAGE/OraInstall2017-10-09_06-50-06AM EMGCInstaller args -sourceType EMGCInstaller args network EMGCInstaller args -timestamp EMGCInstaller args 2017-10-09_06-50-06AM EMGCInstaller args -paramFile EMGCInstaller args /u02/install/em13c/STAGE/sfx_x7aOaX/Disk1/install/linux64/oraparam.ini EMGCInstaller args -silent EMGCInstaller args EMPREREQ_KIT=true EMGCInstaller args EMPREREQKIT_PROPERTY_FILE=/mnt/nfs/ora_instfiles/Oracle12c/response/check_Prerequisite.rsp EMGCInstaller args -nocleanUpOnExit DiskLoc inside SourceLoc/mnt/nfs/ora_instfiles/Oracle12c EMFileLoc:/u02/install/em13c/STAGE/OraInstall2017-10-09_06-50-06AM/oui/em/ Running EMPrereqKit ............ Result of prerequisite-check , for scenario install : -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Prerequisite Name | Status | Corrective Action | Recommendation -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Check for invalid objects in the database selected for| Pass | NA | NA Check the job_queue_processes instance parameter value| Pass | NA | NA Check the CBO stats gathering job | Fail | disable_stats_gather_job | Temporarily disabling the gather stats job. Check nls_length_semantics parameter | Pass | NA | NA Check for automatic UNDO management | Pass | NA | NA Ensure that the undo tablespace has at least one dataf| Pass | NA | NA Ensure that the SYSTEM tablespace has at least one dat| Pass | NA | NA Ensure that the Oracle partitioning option is installe| Pass | NA | NA Check remote_login_passwordfile parameter | Pass | NA | NA Check max_enabled_roles init parameter | Pass | NA | NA Check for the global stale percent | Pass | NA | NA Check if SYSMAN schema is absent for new install | Fail | MANUAL | SYSMAN schema should be absent before instal Check the existence of public synonyms | Fail | MANUAL | Remove the public synonyms Check the absence of mgmt tablespaces | Fail | MANUAL | Remove the mgmt tablespaces Check the absence of EM schemas | Fail | MANUAL | Remove the EM schemas Check the RCU metadata | Fail | MANUAL | Remove the schema_version_registry table ent Check the db edition | Pass | NA | NA Check optimizer sql plan baseline capture. | Pass | NA | NA Check if temporary tablespace group TEMP exist | Pass | NA | NA Check if the temporary tablespace datafile is set to a| Pass | NA | NA Check parallel max servers parameter | Pass | NA | NA Check parallel min servers parameter | Fail | set parallel_min_servers to 0 | The parallel min servers parameter will be s Check if SYSMAN_STB schema is absent for new install | Pass | NA | NA Check the compatible instance parameter value. | Pass | NA | NA Check the db_block_size instance parameter value. | Pass | NA | NA Check the processes instance parameter value | Fail | MANUAL | The processes instance parameter needs to be Check the pga_aggregate_target instance parameter valu| Fail | MANUAL | The pga_aggregate_target instance parameter Check the workarea_size_policy instance parameter valu| Pass | NA | NA Check the session_cached_cursors instance parameter va| Pass | NA | NA Check the open_cursors instance parameter value. | Pass | NA | NA Check the sga_target instance parameter value. | Fail | MANUAL | The sga_target instance parameter should be Check the log_buffer instance parameter value. | Pass | NA | NA Check the shared_pool_size instance parameter value. | Pass | NA | NA Check the db_cache_size instance parameter value. | Pass | NA | NA Check the large_pool_size instance parameter value. | Pass | NA | NA Check the java_pool_size instance parameter value. | Pass | NA | NA Check the streams_pool_size instance parameter value. | Pass | NA | NA Check the timed_statistics instance parameter value. | Pass | NA | NA Check the statistics_level instance parameter value. | Pass | NA | NA Check the redo log size. | Pass | NA | NA Check if parameter _allow_insert_with_update_check is | Pass | NA | NA -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- NE = Not Executed NA = Not Applicable -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- For more details, check the log file at /u02/install/em13c/prerequisiteResults/log/LATEST/ The log(s) can be found here: /u02/install/em13c/STAGE/OraInstall2017-10-09_06-50-06AM.
Fix database parameters
[oracle]$ sqlplus / as SYSDBA SQL> alter session set container = cdb$root ; SQL> alter system set parallel_min_servers=0 scope=both ; SQL> alter system set processes=600 scope=spfile ; SQL> alter system set session_cached_cursors=256 scope=spfile ; SQL> alter system set sga_max_size=3096M scope=spfile ; SQL> alter system set sga_target=3096M scope=spfile ; SQL> alter system set db_securefile=PERMITTED scope=both ; SQL> alter system set parallel_max_servers=8 scope=both ; SQL> alter session set container = oempdb ; SQL> alter system set job_queue_processes=20 scope=both ; SQL> alter system set sga_target=3096M scope=both ; SQL> alter system set pga_aggregate_target=1000M scope=both ; SQL> alter system set shared_pool_size=600M scope=both ; SQL> alter system set db_securefile=PERMITTED scope=both ; SQL> alter system set parallel_max_servers=8 scope=both ; -- To avoid ORA-28104: input value for statement_types is not valid -- Especially for pluggable database SQL> ALTER SYSTEM SET "_allow_insert_with_update_check"=TRUE scope=both ; -- Temporarily disabling the gather stats job. SQL> BEGIN DBMS_AUTO_TASK_ADMIN.DISABLE( client_name => 'auto optimizer stats collection', operation => NULL, window_name => NULL); END; / SQL> grant execute on DBMS_RANDOM to DBSNMP ; SQL> exec utl_recomp.recomp_parallel(4); SQL> alter session set container = cdb$root ; SQL> shutdown immediate ; SQL> startup ; SQL> alter pluggable database all open ;
Install software
Go to install files folder and execute as follow:
Expand/Collapse
[oracle]$ cd /mnt/nfs/ora_instfiles/Oracle12c/ # Extract response files [oracle]$ ./em13200p1_linux64.bin -silent -J-Djava.io.tmpdir=/u02/tmp/ -getResponseFileTemplates -outputLoc $PWD/response/ # Generate response file [oracle]$ cat > $PWD/response/softonly_uxora.rsp <<_EOF_ #RESPONSEFILE_VERSION=2.2.1.0.0 #UNIX_GROUP_NAME=<string> #INVENTORY_LOCATION=<string> SECURITY_UPDATES_VIA_MYORACLESUPPORT=false DECLINE_SECURITY_UPDATES=true [email protected] #MYORACLESUPPORT_PASSWORD=<string> INSTALL_UPDATES_SELECTION=skip #STAGE_LOCATION=<string> #MYORACLESUPPORT_USERNAME_FOR_SOFTWAREUPDATES=<string> #MYORACLESUPPORT_PASSWORD_FOR_SOFTWAREUPDATES=<string> ORACLE_MIDDLEWARE_HOME_LOCATION=/u01/app/oracle/product/13.2.0/middleware/oms AGENT_BASE_DIR=/u01/app/oracle/product/13.2.0/agent ORACLE_HOSTNAME=oralab01 b_upgrade=false EM_INSTALL_TYPE=NOSEED CONFIGURATION_TYPE=LATER _EOF_ [oracle]$ ./em13200p1_linux64.bin -silent -J-Djava.io.tmpdir=/u02/tmp/ -responseFile $PWD/response/softonly_uxora.rsp 0%...............................................................................100% Launcher log file is /u02/tmp/OraInstall2017-10-11_06-16-24AM/launcher2017-10-11_06-16-24AM.log. Starting Oracle Universal Installer Checking if CPU speed is above 300 MHz. Actual 3210.590 MHz Passed Checking swap space: must be greater than 512 MB. Actual 9211 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 /u02/tmp/OraInstall2017-10-11_06-16-24AM ====Prereq Config Location main=== /u02/tmp/OraInstall2017-10-11_06-16-24AM/stage/prereq EMGCInstaller args -scratchPath EMGCInstaller args /u02/tmp/OraInstall2017-10-11_06-16-24AM EMGCInstaller args -sourceType EMGCInstaller args network EMGCInstaller args -timestamp EMGCInstaller args 2017-10-11_06-16-24AM EMGCInstaller args -paramFile EMGCInstaller args /u02/tmp/sfx_8HboRI/Disk1/install/linux64/oraparam.ini EMGCInstaller args -silent EMGCInstaller args -responseFile EMGCInstaller args /mnt/nfs/ora_instfiles/Oracle12c/response/softonly_uxora.rsp EMGCInstaller args -nocleanUpOnExit DiskLoc inside SourceLoc/mnt/nfs/ora_instfiles/Oracle12c EMFileLoc:/u02/tmp/OraInstall2017-10-11_06-16-24AM/oui/em/ ScratchPathValue :/u02/tmp/OraInstall2017-10-11_06-16-24AM EMGCInstallUpdatesInfoOnNext:: calling actionOnClickofNext Now in EMGCInstallUpdatesInfoOnNext.actionsOnClickofNext EMGCInstallUpdatesInfoOnNext:: End of actionOnClickofNext Session log file is /u02/tmp/OraInstall2017-10-11_06-16-24AM/install2017-10-11_06-16-24AM.log Installation in progress Install successful Linking in progress Link successful Setup in progress Setup successful Session log file is /u02/tmp/OraInstall2017-10-11_06-16-24AM/install2017-10-11_06-16-24AM.log Installation in progress Install successful Linking in progress Link successful Setup in progress Setup successful OMS OracleHome :/u01/app/oracle/product/13.2.0/middleware/oms 13NGCHEKAGGREGATE : encap_oms 13NGCHEKAGGREGATE : OuiConfigVariables 13NGCHEKAGGREGATE : oracle.sysman.top.agent 13NGCHEKAGGREGATE : oracle.sysman.top.oms 13NGCHEKAGGREGATE : OuiConfigVariables Logs successfully copied to /u01/app/oraInventory/logs. [oracle]$ su - [root]$ /u01/app/oracle/product/13.2.0/middleware/allroot.sh Starting to execute allroot.sh ......... Starting to execute /u01/app/oracle/product/13.2.0/middleware/root.sh ...... /etc exist /u01/app/oracle/product/13.2.0/middleware Finished product-specific root actions. /etc exist /u01/app/oracle/product/13.2.0/agent/agent_13.2.0.0.0 Finished execution of /u01/app/oracle/product/13.2.0/middleware/root.sh ......
Execute as root : /u01/app/oracle/product/13.2.0/middleware/oms/allroot.sh
Configure software
Go to the new oms folder and execute as follow:
Expand/Collapse
# Set env [oracle]$ OMS_HOME=/u01/app/oracle/product/13.2.0/middleware/oms [oracle]$ ORACLE_HOME=$OMS_HOME [oracle]$ cd $OMS_HOME # Generate response file [oracle]$ cat > $OMS_HOME/response/newinst_uxora.rsp <<_EOF_ #RESPONSEFILE_VERSION=2.2.1.0.0 #UNIX_GROUP_NAME=<string> #INVENTORY_LOCATION=<string> SECURITY_UPDATES_VIA_MYORACLESUPPORT=false DECLINE_SECURITY_UPDATES=true [email protected] #MYORACLESUPPORT_PASSWORD=<string> INSTALL_UPDATES_SELECTION=skip #STAGE_LOCATION=<string> #MYORACLESUPPORT_USERNAME_FOR_SOFTWAREUPDATES=<string> #MYORACLESUPPORT_PASSWORD_FOR_SOFTWAREUPDATES=<string> #PROXY_USER=<string> #PROXY_PWD=<string> #PROXY_HOST=<string> #PROXY_PORT=<string> ORACLE_MIDDLEWARE_HOME_LOCATION=/u01/app/oracle/product/13.2.0/middleware/oms ORACLE_HOSTNAME=oralab01.uxora.com AGENT_BASE_DIR=/u01/app/oracle/product/13.2.0/agent WLS_ADMIN_SERVER_USERNAME=weblogic WLS_ADMIN_SERVER_PASSWORD=OemWlsAdmin_pw0 WLS_ADMIN_SERVER_CONFIRM_PASSWORD=OemWlsAdmin_pw0 NODE_MANAGER_PASSWORD=OemNodeManager_pw0 NODE_MANAGER_CONFIRM_PASSWORD=OemNodeManager_pw0 ORACLE_INSTANCE_HOME_LOCATION=/u01/app/oracle/product/13.2.0/middleware/gc_inst CONFIGURE_ORACLE_SOFTWARE_LIBRARY=true SOFTWARE_LIBRARY_LOCATION=/u01/app/oracle/product/13.2.0/middleware/sw_lib DATABASE_HOSTNAME=oralab01.uxora.com LISTENER_PORT=1521 SERVICENAME_OR_SID=oempdb SYS_PASSWORD=OraSys_pw0 SYSMAN_PASSWORD=OraSysman_pw0 SYSMAN_CONFIRM_PASSWORD=OraSysman_pw0 DEPLOYMENT_SIZE=SMALL MANAGEMENT_TABLESPACE_LOCATION=+DATA CONFIGURATION_DATA_TABLESPACE_LOCATION=+DATA JVM_DIAGNOSTICS_TABLESPACE_LOCATION=+DATA AGENT_REGISTRATION_PASSWORD=OemAgent_pw0 AGENT_REGISTRATION_CONFIRM_PASSWORD=OemAgent_pw0 #STATIC_PORTS_FILE=<string> PLUGIN_SELECTION={} b_upgrade=false EM_INSTALL_TYPE=NOSEED CONFIGURATION_TYPE=ADVANCED CONFIGURE_SHARED_LOCATION_BIP=false #CONFIG_LOCATION=<string> #CLUSTER_LOCATION=<string> _EOF_ # Set env [oracle]$ OMS_HOME=/u01/app/oracle/product/13.2.0/middleware/oms [oracle]$ ORACLE_HOME=$OMS_HOME [oracle]$ cd $OMS_HOME # Configure oms software [oracle]$ $OMS_HOME/sysman/install/ConfigureGC.sh -silent -responseFile $OMS_HOME/response/newinst_uxora.rsp ====Prereq Config Location main=== null EMGCInstaller args -onlyconfig EMGCInstaller args -oh EMGCInstaller args /u01/app/oracle/product/13.2.0/middleware/oms EMGCInstaller args -scratchPath EMGCInstaller args /u01/app/oracle/product/13.2.0/middleware/oms EMGCInstaller args -sourceLoc EMGCInstaller args /u01/app/oracle/product/13.2.0/middleware/oms EMGCInstaller args INSTALL_SWONLY_WITH_PLUGINS=false EMGCInstaller args -silent EMGCInstaller args -responseFile EMGCInstaller args /u01/app/oracle/product/13.2.0/middleware/oms/response/newinst_uxora.rsp DiskLoc inside SourceLoc/u01/app/oracle/product/ EMFileLoc:/u01/app/oracle/product/13.2.0/middleware/oms/oui/em/ ScratchPathValue :/u01/app/oracle/product/13.2.0/middleware/oms List file is unreadable List file is unreadable ... List file is unreadable List file is unreadable Oracle strongly recommends using the AL32UTF8 character set for EM repository. AL32UTF8 is Oracle's name for the standard Unicode encoding UTF-8, which enables universal support of virtually all languages of the world. The following prerequisite check failed because the Oracle Database, where the Management Repository will be configured, does not meet the configuration requirements. These failures do not impact the installation, but you may encounter performance issues with the product later. You can either click Cancel, fix the issue manually now, based on the recommendation offered for this prerequisite, and click Next, or you can click OK to fix it after the installation ends. For more details check the logs: /u01/app/oracle/product/13.2.0/middleware/oms/cfgtoollogs/oui/emdbprereqs Prereq Name Recommendation Check the pga_aggregate_target instance parameter value. The pga_aggregate_target instance parameter should be set to at least 1000000000 bytes. Check the session_cached_cursors instance parameter value. The session_cached_cursors instance parameter should be set to any value between 200 and 500, inclusive, will be accepted. Check the sga_target instance parameter value. The sga_target instance parameter should be set to at least 3000000000 bytes. Check the shared_pool_size instance parameter value. The shared_pool_size instance parameter should be set to at least 600000000 bytes or roughly one third of the sga_target size. Session log file is /tmp/OraInstall2017-10-11_04-53-25PM/nextgen2017-10-11_04-53-25PM.log .................................................................................................. Installation in progress (Wednesday, October 11, 2017 4:53:56 PM CEST) 98% Done. Install successful Linking in progress (Wednesday, October 11, 2017 4:53:58 PM CEST) Link successful Setup in progress (Wednesday, October 11, 2017 4:53:58 PM CEST) Setup successful Saving inventory (Wednesday, October 11, 2017 4:53:58 PM CEST) Saving inventory complete End of install phases.(Wednesday, October 11, 2017 4:54:10 PM CEST) Session log file is /tmp/OraInstall2017-10-11_04-53-25PM/nextgen2017-10-11_04-53-25PM.log ............................................................... 21% Done. ............................................................... 42% Done. ............................................................... 63% Done. ............................................................... 84% Done. .......................................... Installation in progress (Wednesday, October 11, 2017 4:54:55 PM CEST) 98% Done. Install successful Linking in progress (Wednesday, October 11, 2017 4:54:58 PM CEST) Link successful Setup in progress (Wednesday, October 11, 2017 4:54:58 PM CEST) Setup successful Saving inventory (Wednesday, October 11, 2017 4:54:58 PM CEST) Saving inventory complete End of install phases.(Wednesday, October 11, 2017 4:55:08 PM CEST) Session log file is /tmp/OraInstall2017-10-11_04-53-25PM/nextgen2017-10-11_04-53-25PM.log .................................................................................................. Installation in progress (Wednesday, October 11, 2017 4:55:24 PM CEST) 98% Done. Install successful Linking in progress (Wednesday, October 11, 2017 4:55:25 PM CEST) Link successful Setup in progress (Wednesday, October 11, 2017 4:55:25 PM CEST) Setup successful Saving inventory (Wednesday, October 11, 2017 4:55:25 PM CEST) Saving inventory complete End of install phases.(Wednesday, October 11, 2017 4:55:32 PM CEST) Session log file is /tmp/OraInstall2017-10-11_04-53-25PM/nextgen2017-10-11_04-53-25PM.log ............................................................... 19% Done. ............................................................... 38% Done. ............................................................... 58% Done. ............................................................... 77% Done. ............................................................... 96% Done. ...... Installation in progress (Wednesday, October 11, 2017 4:56:21 PM CEST) 98% Done. Install successful Linking in progress (Wednesday, October 11, 2017 4:56:22 PM CEST) Link successful Setup in progress (Wednesday, October 11, 2017 4:56:22 PM CEST) Setup successful Saving inventory (Wednesday, October 11, 2017 4:56:22 PM CEST) Saving inventory complete End of install phases.(Wednesday, October 11, 2017 4:56:30 PM CEST) Session log file is /tmp/OraInstall2017-10-11_04-53-25PM/nextgen2017-10-11_04-53-25PM.log .................................................................................................. Installation in progress (Wednesday, October 11, 2017 4:56:49 PM CEST) 98% Done. Install successful Linking in progress (Wednesday, October 11, 2017 4:56:50 PM CEST) Link successful Setup in progress (Wednesday, October 11, 2017 4:56:50 PM CEST) Setup successful Saving inventory (Wednesday, October 11, 2017 4:56:50 PM CEST) Saving inventory complete End of install phases.(Wednesday, October 11, 2017 4:56:56 PM CEST) List file is unreadable &Decline License Agreement/u01/app/oracle/product/13.2.0/middleware/oms/sysman/install/plugins/oracle.sysman.emas/13.2.2.0.0/oracle.sysman.emas.agent.plugin-13.2.2.0.0.farb Session log file is /tmp/OraInstall2017-10-11_04-53-25PM/nextgen2017-10-11_04-53-25PM.log .................................................................................................. Installation in progress (Wednesday, October 11, 2017 4:57:01 PM CEST) 98% Done. Install successful Linking in progress (Wednesday, October 11, 2017 4:57:01 PM CEST) Link successful Setup in progress (Wednesday, October 11, 2017 4:57:01 PM CEST) Setup successful Saving inventory (Wednesday, October 11, 2017 4:57:01 PM CEST) Saving inventory complete End of install phases.(Wednesday, October 11, 2017 4:57:09 PM CEST) List file is unreadable List file is unreadable &Decline License Agreement/u01/app/oracle/product/13.2.0/middleware/oms/sysman/install/plugins/oracle.sysman.emrep/13.2.0.0.0/oracle.sysman.emrep.agent.plugin-13.2.0.0.0.farb Session log file is /tmp/OraInstall2017-10-11_04-53-25PM/nextgen2017-10-11_04-53-25PM.log .................................................................................... Installation in progress (Wednesday, October 11, 2017 4:57:11 PM CEST) 84% Done. Install successful Linking in progress (Wednesday, October 11, 2017 4:57:11 PM CEST) Link successful Setup in progress (Wednesday, October 11, 2017 4:57:11 PM CEST) Setup successful Saving inventory (Wednesday, October 11, 2017 4:57:11 PM CEST) Saving inventory complete End of install phases.(Wednesday, October 11, 2017 4:57:18 PM CEST) List file is unreadable List file is unreadable &Decline License Agreement/u01/app/oracle/product/13.2.0/middleware/oms/sysman/install/plugins/oracle.sysman.beacon/13.2.0.0.0/oracle.sysman.beacon.agent.plugin-13.2.0.0.0.farb Session log file is /tmp/OraInstall2017-10-11_04-53-25PM/nextgen2017-10-11_04-53-25PM.log .................................................................................................. Installation in progress (Wednesday, October 11, 2017 4:57:23 PM CEST) 98% Done. Install successful Linking in progress (Wednesday, October 11, 2017 4:57:23 PM CEST) Link successful Setup in progress (Wednesday, October 11, 2017 4:57:23 PM CEST) Setup successful Saving inventory (Wednesday, October 11, 2017 4:57:23 PM CEST) Saving inventory complete End of install phases.(Wednesday, October 11, 2017 4:57:30 PM CEST) List file is unreadable List file is unreadable &Decline License Agreement/u01/app/oracle/product/13.2.0/middleware/oms/sysman/install/plugins/oracle.sysman.oh/13.2.0.0.0/oracle.sysman.oh.agent.plugin-13.2.0.0.0.farb Session log file is /tmp/OraInstall2017-10-11_04-53-25PM/nextgen2017-10-11_04-53-25PM.log ................................................................................................ Installation in progress (Wednesday, October 11, 2017 4:57:32 PM CEST) 96% Done. Install successful Linking in progress (Wednesday, October 11, 2017 4:57:33 PM CEST) Link successful Setup in progress (Wednesday, October 11, 2017 4:57:33 PM CEST) Setup successful Saving inventory (Wednesday, October 11, 2017 4:57:33 PM CEST) Saving inventory complete End of install phases.(Wednesday, October 11, 2017 4:57:40 PM CEST) List file is unreadable List file is unreadable &Decline License Agreement/u01/app/oracle/product/13.2.0/middleware/oms/sysman/install/plugins/oracle.sysman.csa/13.2.0.0.0/oracle.sysman.csa.agent.plugin-13.2.0.0.0.farb Session log file is /tmp/OraInstall2017-10-11_04-53-25PM/nextgen2017-10-11_04-53-25PM.log ........................................................................ Installation in progress (Wednesday, October 11, 2017 4:57:41 PM CEST) 72% Done. Install successful Linking in progress (Wednesday, October 11, 2017 4:57:42 PM CEST) Link successful Setup in progress (Wednesday, October 11, 2017 4:57:42 PM CEST) Setup successful Saving inventory (Wednesday, October 11, 2017 4:57:42 PM CEST) Saving inventory complete End of install phases.(Wednesday, October 11, 2017 4:57:49 PM CEST) List file is unreadable List file is unreadable &Decline License Agreement/u01/app/oracle/product/13.2.0/middleware/oms/sysman/install/plugins/oracle.sysman.oh/13.2.0.0.0/oracle.sysman.oh.discovery.plugin-13.2.0.0.0.farb Session log file is /tmp/OraInstall2017-10-11_04-53-25PM/nextgen2017-10-11_04-53-25PM.log ............................................................................... Installation in progress (Wednesday, October 11, 2017 4:57:51 PM CEST) 79% Done. Install successful Linking in progress (Wednesday, October 11, 2017 4:57:51 PM CEST) Link successful Setup in progress (Wednesday, October 11, 2017 4:57:51 PM CEST) Setup successful Saving inventory (Wednesday, October 11, 2017 4:57:51 PM CEST) Saving inventory complete End of install phases.(Wednesday, October 11, 2017 4:57:58 PM CEST) List file is unreadable List file is unreadable &Decline License Agreement/u01/app/oracle/product/13.2.0/middleware/oms/sysman/install/plugins/oracle.sysman.csa/13.2.0.0.0/oracle.sysman.csa.discovery.plugin-13.2.0.0.0.farb Session log file is /tmp/OraInstall2017-10-11_04-53-25PM/nextgen2017-10-11_04-53-25PM.log .............................................................................................. Installation in progress (Wednesday, October 11, 2017 4:57:59 PM CEST) 94% Done. Install successful Linking in progress (Wednesday, October 11, 2017 4:58:00 PM CEST) Link successful Setup in progress (Wednesday, October 11, 2017 4:58:00 PM CEST) Setup successful Saving inventory (Wednesday, October 11, 2017 4:58:00 PM CEST) Saving inventory complete End of install phases.(Wednesday, October 11, 2017 4:58:07 PM CEST) List file is unreadable List file is unreadable &Decline License Agreement/u01/app/oracle/product/13.2.0/middleware/oms/sysman/install/plugins/oracle.sysman.db/13.2.2.0.0/oracle.sysman.db.discovery.plugin-13.2.2.0.0.farb Session log file is /tmp/OraInstall2017-10-11_04-53-25PM/nextgen2017-10-11_04-53-25PM.log ............................................................................................. Installation in progress (Wednesday, October 11, 2017 4:58:10 PM CEST) 93% Done. Install successful Linking in progress (Wednesday, October 11, 2017 4:58:10 PM CEST) Link successful Setup in progress (Wednesday, October 11, 2017 4:58:10 PM CEST) Setup successful Saving inventory (Wednesday, October 11, 2017 4:58:10 PM CEST) Saving inventory complete End of install phases.(Wednesday, October 11, 2017 4:58:18 PM CEST) List file is unreadable List file is unreadable &Decline License Agreement/u01/app/oracle/product/13.2.0/middleware/oms/sysman/install/plugins/oracle.sysman.xa/13.2.2.0.0/oracle.sysman.xa.discovery.plugin-13.2.2.0.0.farb Session log file is /tmp/OraInstall2017-10-11_04-53-25PM/nextgen2017-10-11_04-53-25PM.log .................................................................................. Installation in progress (Wednesday, October 11, 2017 4:58:20 PM CEST) 82% Done. Install successful Linking in progress (Wednesday, October 11, 2017 4:58:20 PM CEST) Link successful Setup in progress (Wednesday, October 11, 2017 4:58:20 PM CEST) Setup successful Saving inventory (Wednesday, October 11, 2017 4:58:20 PM CEST) Saving inventory complete End of install phases.(Wednesday, October 11, 2017 4:58:29 PM CEST) List file is unreadable List file is unreadable &Decline License Agreement/u01/app/oracle/product/13.2.0/middleware/oms/sysman/install/plugins/oracle.sysman.emas/13.2.2.0.0/oracle.sysman.emas.discovery.plugin-13.2.2.0.0.farb Session log file is /tmp/OraInstall2017-10-11_04-53-25PM/nextgen2017-10-11_04-53-25PM.log .................................................................................................. Installation in progress (Wednesday, October 11, 2017 4:58:31 PM CEST) 98% Done. Install successful Linking in progress (Wednesday, October 11, 2017 4:58:31 PM CEST) Link successful Setup in progress (Wednesday, October 11, 2017 4:58:31 PM CEST) Setup successful Saving inventory (Wednesday, October 11, 2017 4:58:31 PM CEST) Saving inventory complete End of install phases.(Wednesday, October 11, 2017 4:58:39 PM CEST) List file is unreadable List file is unreadable &Decline License Agreement/u01/app/oracle/product/13.2.0/middleware/oms/sysman/install/plugins/oracle.sysman.si/13.2.2.0.0/oracle.sysman.si.discovery.plugin-13.2.2.0.0.farb Session log file is /tmp/OraInstall2017-10-11_04-53-25PM/nextgen2017-10-11_04-53-25PM.log ............................................................................ Installation in progress (Wednesday, October 11, 2017 4:58:42 PM CEST) 76% Done. Install successful Linking in progress (Wednesday, October 11, 2017 4:58:42 PM CEST) Link successful Setup in progress (Wednesday, October 11, 2017 4:58:42 PM CEST) Setup successful Saving inventory (Wednesday, October 11, 2017 4:58:42 PM CEST) Saving inventory complete End of install phases.(Wednesday, October 11, 2017 4:58:49 PM CEST) List file is unreadable 13NGCHEKAGGREGATE : encap_oms 13NGCHEKAGGREGATE : OuiConfigVariables 13NGCHEKAGGREGATE : oracle.sysman.top.agent 13NGCHEKAGGREGATE : oracle.sysman.top.oms 13NGCHEKAGGREGATE : OuiConfigVariables 2017-10-11_04-58-53PM: Configuration Assistant "Plugins Prerequisites Check" is in progress. 2017-10-11_04-59-21PM: Configuration Assistant "Plugins Prerequisites Check" has Succeeded. 2017-10-11_04-59-21PM: Configuration Assistant "Repository Configuration" is in progress. Setting the value of EMPREREQKIT_RESULTDIR /u01/app/oracle/product/13.2.0/middleware/oms/.gcinstall_temp Calling the EMSCHEMA MANAGER: CREATE Processing command line .... 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. Check the Repository Configuration Assistant logs at: /u01/app/oracle/product/13.2.0/middleware/oms/sysman/log/schemamanager TNS Test Inserted Successfully Successfully Added TNS Query Descriptors ******** ORACLE_HOME is /u01/app/oracle/product/13.2.0/middleware/oms test properties path: /u01/app/oracle/product/13.2.0/middleware/oms/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 /u01/app/oracle/product/13.2.0/middleware/oms Repository Creation Utility: Create - Completion Summary Database details: Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oralab01.uxora.com)(PORT=1521)))(LOAD_BALANCE=ON)(CONNECT_DATA=(SERVICE_NAME=oempdb))) Connected As : SYS RCU Logfile : /u01/app/oracle/product/13.2.0/middleware/oms/sysman/log/schemamanager/m_101117_0459_PM/m_101117_0459_PM.CREATE/rcu.log Component schemas created: Component Status Logfile EM Repository Creation Configuration Success /u01/app/oracle/product/13.2.0/middleware/oms/sysman/log/schemamanager/m_101117_0459_PM/m_101117_0459_PM.CREATE/em_repos_config.log EM Repository Init Configuration Success /u01/app/oracle/product/13.2.0/middleware/oms/sysman/log/schemamanager/m_101117_0459_PM/m_101117_0459_PM.CREATE/em_repos_init.log EM Repository Common Success /u01/app/oracle/product/13.2.0/middleware/oms/sysman/log/schemamanager/m_101117_0459_PM/m_101117_0459_PM.CREATE/em_repos_common.log Repository Creation Utility - Create : Operation Completed 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 2017-10-11_07-05-57PM: Configuration Assistant "Repository Configuration" has Succeeded. 2017-10-11_07-05-57PM: Configuration Assistant "MDS Schema Configuration" is in progress. Setting the value of EMPREREQKIT_RESULTDIR /u01/app/oracle/product/13.2.0/middleware/oms/.gcinstall_temp Processing command line .... 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 RCU-6108:DB TablespaceFreeMB Prerequisite failure for: MGMT_TABLESPACE Current space is 42MB. It should be be greater than 50MB. 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: 80 Percent Complete: 80 Percent Complete: 97 Percent Complete: 100 Repository Creation Utility: Create - Completion Summary Database details: Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oralab01.uxora.com)(PORT=1521)))(LOAD_BALANCE=ON)(CONNECT_DATA=(SERVICE_NAME=oempdb))) Connected As : SYS Prefix for (prefixable) Schema Owners : SYSMAN RCU Logfile : /u01/app/oracle/product/13.2.0/middleware/oms/sysman/log/schemamanager/m_101117_0459_PM/m_101117_0459_PM.CREATE/rcu.log Component schemas created: Component Status Logfile Metadata Services Success /u01/app/oracle/product/13.2.0/middleware/oms/sysman/log/schemamanager/m_101117_0459_PM/m_101117_0459_PM.CREATE/mds.log Repository Creation Utility - Create : Operation Completed Processing command line .... 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 RCU-6108:DB TablespaceFreeMB Prerequisite failure for: MGMT_TABLESPACE Current space is 42MB. It should be be greater than 50MB. Repository Creation Utility - Create Repository Create in progress. Percent Complete: 50 Percent Complete: 50 Percent Complete: 60 Percent Complete: 60 Percent Complete: 75 Percent Complete: 87 Percent Complete: 93 Percent Complete: 96 Percent Complete: 96 Percent Complete: 98 Percent Complete: 100 Repository Creation Utility: Create - Completion Summary Database details: Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oralab01.uxora.com)(PORT=1521)))(LOAD_BALANCE=ON)(CONNECT_DATA=(SERVICE_NAME=oempdb))) Connected As : SYS Prefix for (prefixable) Schema Owners : SYSMAN RCU Logfile : /u01/app/oracle/product/13.2.0/middleware/oms/sysman/log/schemamanager/m_101117_0459_PM/m_101117_0459_PM.CREATE/rcu.log Component schemas created: Component Status Logfile Oracle Platform Security Services Success /u01/app/oracle/product/13.2.0/middleware/oms/sysman/log/schemamanager/m_101117_0459_PM/m_101117_0459_PM.CREATE/opss.log Repository Creation Utility - Create : Operation Completed Processing command line .... 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 RCU-6108:DB TablespaceFreeMB Prerequisite failure for: MGMT_TABLESPACE Current space is 3MB. It should be be greater than 50MB. Repository Creation Utility - Create Repository Create in progress. Percent Complete: 50 Percent Complete: 50 Percent Complete: 55 Percent Complete: 60 Percent Complete: 60 Percent Complete: 60 Percent Complete: 80 Percent Complete: 100 Repository Creation Utility: Create - Completion Summary Database details: Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oralab01.uxora.com)(PORT=1521)))(LOAD_BALANCE=ON)(CONNECT_DATA=(SERVICE_NAME=oempdb))) Connected As : SYS Prefix for (prefixable) Schema Owners : SYSMAN RCU Logfile : /u01/app/oracle/product/13.2.0/middleware/oms/sysman/log/schemamanager/m_101117_0459_PM/m_101117_0459_PM.CREATE/rcu.log Component schemas created: Component Status Logfile Common Infrastructure Services Success /u01/app/oracle/product/13.2.0/middleware/oms/sysman/log/schemamanager/m_101117_0459_PM/m_101117_0459_PM.CREATE/stb.log Repository Creation Utility - Create : Operation Completed 2017-10-11_07-06-31PM: Configuration Assistant "MDS Schema Configuration" has Succeeded. 2017-10-11_07-06-31PM: Configuration Assistant "BI Publisher Schema Configuration" is in progress. Setting the value of EMPREREQKIT_RESULTDIR /u01/app/oracle/product/13.2.0/middleware/oms/.gcinstall_temp Middleware home/u01/app/oracle/product/13.2.0/middleware/oms 2017_10_11_AD_19_06_31_CEST BIPLATFORM EMSchemaManagerHelper: Info : Oracle Home is /u01/app/oracle/product/13.2.0/middleware/oms 2017_10_11_AD_19_06_31_CEST BIPLATFORM EMSchemaManagerHelper: Info : Schema Oracle Home is /u01/app/oracle/product/13.2.0/middleware/oms/bi 2017_10_11_AD_19_06_31_CEST BIPLATFORM EMSchemaManagerHelper: Info : Setting RCU_HOME to /u01/app/oracle/product/13.2.0/middleware/oms/oracle_common 2017_10_11_AD_19_06_31_CEST BIPLATFORM EMSchemaManagerHelper: Info : Setting SCRIPT_HOME to /u01/app/oracle/product/13.2.0/middleware/oms/bi/rcu/integration 2017_10_11_AD_19_06_31_CEST BIPLATFORM EMSchemaManagerHelper: Info : Setting RCU_LOG_LOCATION to /u01/app/oracle/product/13.2.0/middleware/oms/cfgtoollogs/bip 2017_10_11_AD_19_06_31_CEST BIPLATFORM EMSchemaManagerHelper: Info : Setting RCU_LOG_NAME to emBIPLATFORM.log 2017_10_11_AD_19_06_31_CEST BIPLATFORM version is null 2017_10_11_AD_19_06_31_CEST has BIPLATFORM user? false 2017_10_11_AD_19_06_31_CEST BIPLATFORM EMSchemaManagerHelper: Info : Prepare to initialize RCU 2017_10_11_AD_19_06_31_CEST BIPLATFORM EMSchemaManagerHelper: Info : RCU initialized with parameters : -silent -createRepository -compInfoXMLLocation /u01/app/oracle/product/13.2.0/middleware/oms/sysman/emdrep/config/schemaext/ComponentInfo.xml -storageXMLLocation /u01/app/oracle/product/13.2.0/middleware/oms/sysman/emdrep/config/schemaext/Storage.xml -connectString (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oralab01.uxora.com)(PORT=1521)))(LOAD_BALANCE=ON)(CONNECT_DATA=(SERVICE_NAME=oempdb))) -dbUser SYS -dbRole sysdba -schemaPrefix SYSMAN -component BIPLATFORM 2017_10_11_AD_19_06_31_CEST BIPLATFORM EMSchemaManagerHelper: Info : Invoking RCU Processing command line .... 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: 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=oralab01.uxora.com)(PORT=1521)))(LOAD_BALANCE=ON)(CONNECT_DATA=(SERVICE_NAME=oempdb))) Connected As : SYS Prefix for (prefixable) Schema Owners : SYSMAN RCU Logfile : /u01/app/oracle/product/13.2.0/middleware/oms/cfgtoollogs/bip/emBIPLATFORM.log Component schemas created: Component Status Logfile Business Intelligence Platform Success /u01/app/oracle/product/13.2.0/middleware/oms/cfgtoollogs/bip/biplatform.log Repository Creation Utility - Create : Operation Completed 2017_10_11_AD_19_07_02_CEST BIPLATFORM EMSchemaManagerHelper: Info : RCU Completed : COMPLETED 2017_10_11_AD_19_07_02_CEST BIPLATFORM EMSchemaManagerHelper: Info : Asscociating profile Unable to create logger... 2017_10_11_AD_19_07_03_CEST BIPLATFORM EMSchemaManagerHelper: Info : profile associated Successfully created SYSMAN_BIPLATFORM schema... 2017-10-11_07-07-03PM: Configuration Assistant "BI Publisher Schema Configuration" has Succeeded. 2017-10-11_07-07-03PM: Configuration Assistant "OMS Configuration" is in progress. Executing the OMSCA command... Check the log files of the OMS Configuration Assistant at: /u01/app/oracle/product/13.2.0/middleware/oms/cfgtoollogs/omsca OMS Configuration Assistant completed successfully. 2017-10-11_07-23-39PM: Configuration Assistant "OMS Configuration" has Succeeded. 2017-10-11_07-23-39PM: Configuration Assistant "Plugins Deployment and Configuration" is in progress. 2017-10-11_07-41-17PM: Configuration Assistant "Plugins Deployment and Configuration" has Succeeded. 2017-10-11_07-41-17PM: Configuration Assistant "BI Publisher Configuration" is in progress. 2017-10-11_07-52-12PM: Configuration Assistant "BI Publisher Configuration" has Succeeded. 2017-10-11_07-52-12PM: Configuration Assistant "Start Oracle Management Service" is in progress. Starting OMS ... Executing the command: /u01/app/oracle/product/13.2.0/middleware/oms/bin/emctl start oms Starting of OMS is successful. Starting export oms config... Executing command: /u01/app/oracle/product/13.2.0/middleware/oms/bin/emctl exportconfig oms -dir /u01/app/oracle/product/13.2.0/gc_inst/em/EMGC_OMS1/sysman/backup Export config of OMS is successful. 2017-10-11_08-02-58PM: Configuration Assistant "Start Oracle Management Service" has Succeeded. 2017-10-11_08-02-58PM: Configuration Assistant "Agent Configuration Assistant" is in progress. AgentConfiguration:agent configuration has been started Getting Inet Addresses for host oralab01.uxora.com ** Agent Port Check completed successfully.** Validating OMS_HOST and EM_UPLOAD_PORT Performing free port detection.. AgentConfiguration: Executing emctl deploy agent command... AgentConfiguration: Executing emctl config agent command... AgentConfiguration:agent configuration finished with status = true 2017-10-11_08-08-42PM: Configuration Assistant "Agent Configuration Assistant" has Succeeded. *** The Installation was Successful. *** This information is also available at: /u01/app/oracle/product/13.2.0/middleware/oms/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://oralab01:7803/em 2. Admin Server URL: https://oralab01:7102/console 3. BI Publisher URL: https://oralab01:9803/xmlpserver The following details need to be provided while installing an additional OMS: 1. Admin Server Host Name: oralab01 2. Admin Server Port: 7102 You can find the details on ports used by this deployment at : /u01/app/oracle/product/13.2.0/middleware/oms/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 /u01/app/oracle/product/13.2.0/gc_inst/em/EMGC_OMS1/sysman/backup on host oralab01. 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: /u01/app/oracle/product/13.2.0/middleware/oms/bin/emctl exportconfig oms -dir <backup dir>
Oracle Enterprise Management Cloud Control 13c is now installed.
You can now login into the EM 13c through the browser with SYSMAN
user and the password which was previously set in response files.
Others
emctl commands
# Set env OMS [oracle]$ OMS_HOME=/u01/app/oracle/product/13.2.0/middleware/oms # Check oms status [oracle]$ $OMS_HOME/bin/emctl status oms Oracle Enterprise Manager Cloud Control 13c Release 2 Copyright (c) 1996, 2016 Oracle Corporation. All rights reserved. WebTier is Up Oracle Management Server is Up JVMD Engine is Up BI Publisher Server is Up # Stop oms [oracle]$ $OMS_HOME/bin/emctl stop oms # Start oms [oracle]$ $OMS_HOME/bin/emctl start oms Oracle Enterprise Manager Cloud Control 13c Release 2 Copyright (c) 1996, 2016 Oracle Corporation. All rights reserved. Starting Oracle Management Server... WebTier Successfully Started Oracle Management Server Successfully Started Oracle Management Server is Up JVMD Engine is Up Starting BI Publisher Server ... BI Publisher Server Successfully Started BI Publisher Server is Up # Set env AGT [oracle]$ AGT_HOME=/u01/app/oracle/product/13.2.0/agent/agent_13.2.0.0.0 # Check agent status [oracle]$ $AGT_HOME/bin/emctl status agent Oracle Enterprise Manager Cloud Control 13c Release 2 Copyright (c) 1996, 2016 Oracle Corporation. All rights reserved. --------------------------------------------------------------- Agent Version : 13.2.0.0.0 OMS Version : 13.2.0.0.0 Protocol Version : 12.1.0.1.0 Agent Home : /u01/app/oracle/product/13.2.0/agent/agent_inst Agent Log Directory : /u01/app/oracle/product/13.2.0/agent/agent_inst/sysman/log Agent Binaries : /u01/app/oracle/product/13.2.0/agent/agent_13.2.0.0.0 Core JAR Location : /u01/app/oracle/product/13.2.0/agent/agent_13.2.0.0.0/jlib Agent Process ID : 8335 Parent Process ID : 7782 Agent URL : https://oralab01.uxora.com:3872/emd/main/ Local Agent URL in NAT : https://oralab01.uxora.com:3872/emd/main/ Repository URL : https://oralab01:4903/empbs/upload Started at : 2017-10-11 20:07:41 Started by user : oracle Operating System : Linux version 4.1.12-94.5.7.el7uek.x86_64 (amd64) Number of Targets : 4 Last Reload : (none) Last successful upload : 2017-10-11 20:52:46 Last attempted upload : 2017-10-11 20:52:46 Total Megabytes of XML files uploaded so far : 0.43 Number of XML files pending upload : 0 Size of XML files pending upload(MB) : 0 Available disk space on upload filesystem : 12.98% Collection Status : Collections enabled Heartbeat Status : Ok Last attempted heartbeat to OMS : 2017-10-11 20:52:14 Last successful heartbeat to OMS : 2017-10-11 20:52:14 Next scheduled heartbeat to OMS : 2017-10-11 20:53:14 --------------------------------------------------------------- Agent is Running and Ready # Stop agent [oracle]$ $AGT_HOME/bin/emctl stop agent # Start agent [oracle]$ $AGT_HOME/bin/emctl start agent
Deinstall OEM 13c
Make sure that oms and agent are started before proceding.
Expand/Collapse
# Set env [oracle]$ OMS_HOME=/u01/app/oracle/product/13.2.0/middleware/oms [oracle]$ mkdir $HOME/tmp_deinstall [oracle]$ cp $OMS_HOME/sysman/install/EMDeinstall.pl $HOME/tmp_deinstall/. # Deinstall OEM 13c [oracle]$ $OMS_HOME/perl/bin/perl $HOME/tmp_deinstall/EMDeinstall.pl -mwHome $OMS_HOME -stageLoc $HOME/tmp_deinstall Refer to /home/oracle/tmp_deinstall/deinstall_2017-10-11_04-44-13.log for deinstall log Substring valuye is /u01/app/oracle/product/13.2.0/gc_inst This is a First OMS install. So, this deinstalls the OMS , Repository and Agent. Confirm (y/n)y User confirmed for deinstallation. Enter the SYS Password : Enter the sysman Password : Enter the Admin Server password : dbConnectStr - (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oralab01)(PORT=1521)))(LOAD_BALANCE=ON)(CONNECT_DATA=(SERVICE_NAME=oempdb))) The command is /u01/app/oracle/product/13.2.0/middleware/oms/bin/emctl stop oms Stopping oms............ Wait for the completion of the execution. Oracle Enterprise Manager Cloud Control 13c Release 2 Copyright (c) 1996, 2016 Oracle Corporation. All rights reserved. Stopping Oracle Management Server... Oracle Management Server Successfully Stopped Oracle Management Server is Down JVMD Engine is Down return value is : 0 The command is /u01/app/oracle/product/13.2.0/middleware/oms/bin/omsca delete -full -OMSNAME EMGC_OMS1 -AS_USERNAME weblogic -REP_CONN_STR "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oralab01)(PORT=1521)))(LOAD_BALANCE=ON)(CONNECT_DATA=(SERVICE_NAME=oempdb)))" The oms delete will take sometime. Wait for the completion of the execution. Don't abort the execution. log4j:WARN No appenders could be found for logger (emctl.secure.oms.SecureOMSCmds). log4j:WARN Please initialize the log4j system properly. Oracle Enterprise Manager Cloud Control 13c Release 13.2.0.0.0 Copyright (c) 1996, 2016, Oracle. All rights reserved. Do You really want to delete the OMS (Y|N):Deleting BI Publisher Server Named "BIP" Processing command line .... Repository Creation Utility - Checking Prerequisites Checking Global Prerequisites Repository Creation Utility - Checking Prerequisites Checking Component Prerequisites Repository Creation Utility - Drop Repository Drop in progress. Percent Complete: 22 Percent Complete: 47 Percent Complete: 49 Percent Complete: 100 Repository Creation Utility: Drop - Completion Summary Database details: Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oralab01)(PORT=1521)))(LOAD_BALANCE=ON)(CONNECT_DATA=(SERVICE_NAME=oempdb))) Connected As : sys Prefix for (prefixable) Schema Owners : SYSMAN RCU Logfile : /u01/app/oracle/product/13.2.0/middleware/oms/cfgtoollogs/cfgfw/emsecrepmgr.log Component schemas dropped: Component Status Logfile Oracle Platform Security Services Success /u01/app/oracle/product/13.2.0/middleware/oms/cfgtoollogs/cfgfw/opss.log Repository Creation Utility - Drop : Operation Completed OMS Deleted successfully return value is : 0 Running the command /u01/app/oracle/product/13.2.0/middleware/oms/sysman/admin/emdrep/bin/RepManager -action drop -dbUser sys -dbRole sysdba -connectString "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oralab01)(PORT=1521)))(LOAD_BALANCE=ON)(CONNECT_DATA=(SERVICE_NAME=oempdb)))" -mwHome /u01/app/oracle/product/13.2.0/middleware/oms -mwOraHome /u01/app/oracle/product/13.2.0/middleware/oms -oracleHome /u01/app/oracle/product/13.2.0/middleware/oms Repository drop will take sometime. Wait for the completion of the execution. Don't abort the execution. stty: standard input: Inappropriate ioctl for device stty: standard input: Inappropriate ioctl for device stty: standard input: Inappropriate ioctl for device stty: standard input: Inappropriate ioctl for device processing arguments compiling arguments for validation Enter sys user password : Verify : Performing PreDropAll action... Enter password for: sys process_id:1g3npo04klmlc null Done PreDropAll action... Dropping BIP schema... Enter sys user password : Verify : Action on BIP schema succeed. Dropping APM schema... Successfully dropped schema Enter sysdba password: Dropping OPSS schema... Component is already dropped Enter sysdba password: Dropping SYSMANUPGR_OPSS schema... Processing command line .... Enter sysdba password: Repository Creation Utility - Checking Prerequisites Checking Global Prerequisites Repository Creation Utility - Checking Prerequisites Checking Component Prerequisites Repository Creation Utility - Drop Repository Drop in progress. Percent Complete: 22 Percent Complete: 47 Percent Complete: 49 Percent Complete: 100 Repository Creation Utility: Drop - Completion Summary Database details: Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oralab01)(PORT=1521)))(LOAD_BALANCE=ON)(CONNECT_DATA=(SERVICE_NAME=oempdb))) Connected As : sys Prefix for (prefixable) Schema Owners : SYSMANUPGR RCU Logfile : /u01/app/oracle/product/13.2.0/middleware/oms/cfgtoollogs/cfgfw/emsecrepmgr.log Component schemas dropped: Component Status Logfile Oracle Platform Security Services Success /u01/app/oracle/product/13.2.0/middleware/oms/cfgtoollogs/cfgfw/opss.log Repository Creation Utility - Drop : Operation Completed Successfully dropped schema Dropping STB schema... Processing command line .... Repository Creation Utility - Checking Prerequisites Checking Global Prerequisites Repository Creation Utility - Checking Prerequisites Checking Component Prerequisites Repository Creation Utility - Drop Repository Drop in progress. Percent Complete: 9 Percent Complete: 9 Percent Complete: 9 Percent Complete: 46 Percent Complete: 100 Repository Creation Utility: Drop - Completion Summary Database details: Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oralab01)(PORT=1521)))(LOAD_BALANCE=ON)(CONNECT_DATA=(SERVICE_NAME=oempdb))) Connected As : sys Prefix for (prefixable) Schema Owners : SYSMAN RCU Logfile : /u01/app/oracle/product/13.2.0/middleware/oms/cfgtoollogs/cfgfw/emsecrepmgr.log Component schemas dropped: Component Status Logfile Common Infrastructure Services Success /u01/app/oracle/product/13.2.0/middleware/oms/cfgtoollogs/cfgfw/stb.log Repository Creation Utility - Drop : Operation Completed Successfully dropped schema Dropping MDS schema... Enter sys user password : Verify : Action on MDS schema succeed. Enter password for: sys process_id:k8zkp4sof94y Processing command line .... Repository Creation Utility - Checking Prerequisites Checking Global Prerequisites Repository Creation Utility - Checking Prerequisites Checking Component Prerequisites Repository Creation Utility - Drop Repository Drop in progress. Repository Creation Utility: Drop - Completion Summary Database details: Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oralab01)(PORT=1521)))(LOAD_BALANCE=ON)(CONNECT_DATA=(SERVICE_NAME=oempdb))) Connected As : sys RCU Logfile : /u01/app/oracle/product/13.2.0/middleware/oms/sysman/log/schemamanager/m_111017_0448/m_111017_0448.DROP/rcu.log Component schemas dropped: Component Status Logfile EM Repository Drop Success /u01/app/oracle/product/13.2.0/middleware/oms/sysman/log/schemamanager/m_111017_0448/m_111017_0448.DROP/em_repos_drop.log Repository Creation Utility - Drop : Operation Completed Performing PostDropAll action... Enter password for: sys process_id:12cgrjo21e973 drop completed successfully return value is : 0 The command executed is /u01/app/oracle/product/13.2.0/middleware/oms/oui/bin/detachHome.sh Launcher log file is /tmp/OraInstall2017-10-11_05-15-47AM/launcher2017-10-11_05-15-47AM.log. Starting Oracle Universal Installer Checking swap space: must be greater than 500 MB. Actual 9211 MB Passed Checking if this platform requires a 64-bit JVM. Actual 64 Passed (64-bit not required) 'detachHome' was successful. Logs successfully copied to /u01/app/oraInventory/logs. return value is : 0 Deleting the instance home Deleting the em home The deinstallation of OMS is successful. The location of the file is : /etc/oragchomelist
HTH,
Michel.
Reference
Enterprise Manager Cloud Control Advanced Installation and Configuration Guide (docs.oracle.com)
Oracle Enterprise Manager Licensing Information (docs.oracle.com)
Enjoyed this article? Please like it or share it.
Comments
One small question that our database is in restricted environment where firewall is already installed. So can we proceed with the installation and later we can enable the ports by raising request or it should be open and free before installing this software.
RSS feed for comments to this post