Advertisement

Thursday, November 21, 2019

OEM 13cR3 - Silent Installation with DB 18c Templates - Part 2

In this part of the Blog I will be doing the silent install of 13cR3 OEM.
You can refer to the first part of the blog here

Silent installation requires you to update response file which will be used for installation.

List of parameters used in this silent install are listed in the end of the blog.
OEM Software can be downloaded from https://edelivery.oracle.com


[As root]
mkdir /u01/scratch_oms_install # this directory / mount should have atleast 15241 MB free for temporary files location
chown oracle:dba /u01/scratch_oms_install


[As Oracle]
Make the directories

$ mkdir -p /u01/app/oracle/em13cr3/middleware 
$ mkdir -p /u01/app/oracle/agent/agent13cr3 
$ mkdir -p /u01/app/oracle/em13cr3/gc_inst 
$ mkdir -p /u01/app/oracle/swlib 
$ mkdir -p /u01/app/oracle/em13cr3/bip/config 
$ mkdir -p /u01/app/oracle/em13cr3/bip/cluster

$ chmod u+x em13300_linux64.bin

$ ./em13300_linux64.bin -silent  -J-Djava.io.tmpdir=/u01/scratch_oms_install -responseFile /u01/OEM/new_install.rsp | tee  /tmp/OMSInstall.out &


OEM Installation will take from 2-4 hours depending on how fast your disk and database is. But yes, you will save quite a lot of time because there is no Repository to be configured.

It should stop at this step for a while and then complete. This means that the repository is found out of the box and no need to install the OEM repository. 

2019-11-21_11-42-57AM: Configuration Assistant "Repository Out Of Box Configuration" is in progress.

 [Output Truncated - See End of Blog for complete Output]


450 2019-11-21_01-38-15PM: Configuration Assistant "Agent Configuration Assistant" has Succeeded.
    451
    452 *** The Installation was Successful. ***
    453
    454
    455 This information is also available at:
    456
    457         /u01/app/oracle/em13cr3/middleware/install/setupinfo.txt
    458
    459 See the following for information pertaining to your Enterprise Manager installation:
    460
    461
    462 Use the following URL to access:
    463
    464         1. Enterprise Manager Cloud Control URL: https://my-sandbox:7803/em
    465         2. Admin Server URL: https://my-sandbox:7102/console
    466         3. BI Publisher URL: https://my-sandbox:9803/xmlpserver/servlet/home
    467
    468 The following details need to be provided while installing an additional OMS:
    469
    470         1. Admin Server Host Name: my-sandbox
    471         2. Admin Server Port: 7102
    472
    473 You can find the details on ports used by this deployment at : /u01/app/oracle/em13cr3/middleware/install/portlist.ini
474
    475
    476  NOTE:
    477  An encryption key has been generated to encrypt sensitive data in the Management Repository. If this key is lost, all encrypted data in     477 the Repository becomes unusable.
    478
    479  A backup of the OMS configuration is available in /u01/app/oracle/em13cr3/gc_inst/em/EMGC_OMS1/sysman/backup on host vineet-sandbox. See    479  Cloud Control Administrators Guide for details on how to back up and recover an OMS.
    480
    481  NOTE: This backup is valid only for the initial OMS configuration. For example, it will not reflect plug-ins installed later, topology c    481 hanges like the addition of a load balancer, or changes to other properties made using emctl or emcli. Backups should be created on a reg    481 ular basis to ensure they capture the current OMS configuration. Use the following command to backup the OMS configuration:
    482 /u01/app/oracle/em13cr3/middleware/bin/emctl exportconfig oms -dir <backup dir>
    483
    484 Prompt for the allroot.sh
    485
    486 Warning: You must run the following configuration scripts as the "root" user.
    487   /u01/app/oracle/em13cr3/middleware/allroot.sh
    488 To execute the configuration scripts:
    489  1. Open a new  terminal window.
    490  2. Login in as "root".
    491  3. Run the scripts.
    492
    493 Successfully installed Enterprise Manager Cloud Control.     494 Logs successfully copied to /u01/app/oraInventory/logs.

You will be asked to run the Allroot script in the end

$ /u01/app/oracle/em13cr3/middleware/allroot.sh


Starting to execute allroot.sh .........

Starting to execute /u01/app/oracle/em13cr3/middleware/root.sh ......
/etc exist

Creating /etc/oragchomelist file...
/u01/app/oracle/em13cr3/middleware
Finished product-specific root actions.
/etc exist
Finished execution of  /u01/app/oracle/em13cr3/middleware/root.sh ......


Starting to execute /u01/app/oracle/agent/agent13cr3/agent_13.3.0.0.0/root.sh ......
Finished product-specific root actions.
/etc exist
Finished execution of  /u01/app/oracle/agent/agent13cr3/agent_13.3.0.0.0/root.sh ......

Response File 

In order to generate a sample Response file you can follow 

$ ./em13300_<platform>.bin -getResponseFileTemplates -outputLoc <absolute_path_to_a_directory_to_store_the_generated_response_file>

Parameters Details Referencehttps://docs.oracle.com/en/enterprise-manager/cloud-control/enterprise-manager-cloud-control/13.3.1/emadv/installing-enterprise-manager-silent-mode1.html#GUID-4E8DAF9B-78F3-410E-8779-0CD20AF5814C

RESPONSEFILE_VERSION=2.2.1.0.0
UNIX_GROUP_NAME="dba"
INVENTORY_LOCATION="/u01/app/oracle/oraInventory"
SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
DECLINE_SECURITY_UPDATES=TRUE
INSTALL_UPDATES_SELECTION="skip"
ORACLE_MIDDLEWARE_HOME_LOCATION="/u01/app/oracle/em13cr3/middleware"
ORACLE_HOSTNAME="my-sandbox"
AGENT_BASE_DIR="/u01/app/oracle/agent/agent13cr3"
WLS_ADMIN_SERVER_USERNAME="weblogic"
WLS_ADMIN_SERVER_PASSWORD="oracle123"
WLS_ADMIN_SERVER_CONFIRM_PASSWORD="oracle123"
NODE_MANAGER_PASSWORD="oracle123"
NODE_MANAGER_CONFIRM_PASSWORD="oracle123"
ORACLE_INSTANCE_HOME_LOCATION="/u01/app/oracle/em13cr3/gc_inst"
CONFIGURE_ORACLE_SOFTWARE_LIBRARY=true
SOFTWARE_LIBRARY_LOCATION="/u01/app/oracle/swlib"
DATABASE_HOSTNAME="my-sandbox"
LISTENER_PORT="1521"
SERVICENAME_OR_SID="EMPRD"
SYS_PASSWORD=oracle
SYSMAN_PASSWORD=oracle123
SYSMAN_CONFIRM_PASSWORD=oracle123
DEPLOYMENT_SIZE=SMALL
AGENT_REGISTRATION_PASSWORD="oracle123"
AGENT_REGISTRATION_CONFIRM_PASSWORD="oracle123"
PLUGIN_SELECTION={"oracle.sysman.cfw","oracle.sysman.db","oracle.sysman.emas","oracle.sysman.orhc","oracle.sysman.si","oracle.sysman.xa"}
b_upgrade=false
EM_INSTALL_TYPE=NOSEED
CONFIGURATION_TYPE=ADVANCED
CONFIGURE_SHARED_LOCATION_BIP=true
CONFIG_LOCATION="/u01/app/oracle/em13cr3/bip/config"
CLUSTER_LOCATION="/u01/app/oracle/em13cr3/bip/cluster"
ENABLE_BI_PUBLISHER=true
Complete Log File
Launcher log file is /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/launcher2019-11-21_11-29-41AM.log.
Starting Oracle Universal Installer

Checking if CPU speed is above 300 MHz.   Actual 2199.868 MHz    Passed
Checking swap space: must be greater than 512 MB.   Actual 16383 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 /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM
====Prereq Config Location main===
/u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/stage/prereq
EMGCInstaller args -scratchPath
EMGCInstaller args /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM
EMGCInstaller args -sourceType
EMGCInstaller args network
EMGCInstaller args -timestamp
EMGCInstaller args 2019-11-21_11-29-41AM
EMGCInstaller args -paramFile
EMGCInstaller args /u01/scratch_oms_install/sfx_2kplI5/Disk1/install/linux64/oraparam.ini
EMGCInstaller args -silent
EMGCInstaller args -responseFile
EMGCInstaller args /u01/OEM/new_install.rsp
EMGCInstaller args -nocleanUpOnExit
DiskLoc inside SourceLoc/u01/OEM
EMFileLoc:/u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/oui/em/
ScratchPathValue :/u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM
ORACLE_HOSTNAME=vineet-sandbox: Oracle recommends a fully qualified domain name instead of a short name for the host name.

EMGCInstallUpdatesInfoOnNext:: calling actionOnClickofNext
Now in EMGCInstallUpdatesInfoOnNext.actionsOnClickofNext
EMGCInstallUpdatesInfoOnNext:: End of actionOnClickofNext
Session log file is /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/install2019-11-21_11-29-41AM.log
Installation in progress

Install successful
Linking in progress

Link successful
Setup in progress

Setup successful
Session log file is /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/install2019-11-21_11-29-41AM.log
Installation in progress

Install successful
Linking in progress

Link successful
Setup in progress

Setup successful
Agent OracleHome :/u01/app/oracle/agent/agent13cr3/agent_13.3.0.0.0
Session log file is /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/install2019-11-21_11-29-41AM.log

..................................................................................................
Installation in progress (Thursday, November 21, 2019 11:34:09 AM UTC)
                              98% Done.
Install successful

Linking in progress (Thursday, November 21, 2019 11:34:10 AM UTC)
Link successful

Setup in progress (Thursday, November 21, 2019 11:34:10 AM UTC)
Setup successful

Saving inventory (Thursday, November 21, 2019 11:34:10 AM UTC)
Saving inventory complete

End of install phases.(Thursday, November 21, 2019 11:34:12 AM UTC)
Session log file is /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/install2019-11-21_11-29-41AM.log

...............................................................  15% Done.
...............................................................  30% Done.
...............................................................  46% Done.
...............................................................  61% Done.
...............................................................  77% Done.
...............................................................  92% Done.
........................
Installation in progress (Thursday, November 21, 2019 11:35:29 AM UTC)
                                         98% Done.
Install successful

Linking in progress (Thursday, November 21, 2019 11:35:30 AM UTC)
Link successful

Setup in progress (Thursday, November 21, 2019 11:35:30 AM UTC)
Setup successful

Saving inventory (Thursday, November 21, 2019 11:35:30 AM UTC)
Saving inventory complete

End of install phases.(Thursday, November 21, 2019 11:35:32 AM UTC)
Session log file is /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/install2019-11-21_11-29-41AM.log

..................................................................................................
Installation in progress (Thursday, November 21, 2019 11:35:40 AM UTC)
                              98% Done.
Install successful

Linking in progress (Thursday, November 21, 2019 11:35:41 AM UTC)
Link successful

Setup in progress (Thursday, November 21, 2019 11:35:41 AM UTC)
Setup successful

Saving inventory (Thursday, November 21, 2019 11:35:41 AM UTC)
Saving inventory complete

End of install phases.(Thursday, November 21, 2019 11:35:42 AM UTC)
Session log file is /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/install2019-11-21_11-29-41AM.log

...............................................................  17% Done.
...............................................................  34% Done.
...............................................................  51% Done.
...............................................................  68% Done.
...............................................................  85% Done.
................................................
Installation in progress (Thursday, November 21, 2019 11:36:36 AM UTC)
                 98% Done.
Install successful

Linking in progress (Thursday, November 21, 2019 11:36:36 AM UTC)
Link successful

Setup in progress (Thursday, November 21, 2019 11:36:36 AM UTC)
Setup successful

Saving inventory (Thursday, November 21, 2019 11:36:36 AM UTC)
Saving inventory complete

End of install phases.(Thursday, November 21, 2019 11:36:38 AM UTC)
Session log file is /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/install2019-11-21_11-29-41AM.log

..................................................................................................
Installation in progress (Thursday, November 21, 2019 11:36:50 AM UTC)
                              98% Done.
Install successful

Linking in progress (Thursday, November 21, 2019 11:36:50 AM UTC)
Link successful

Setup in progress (Thursday, November 21, 2019 11:36:50 AM UTC)
Setup successful

Saving inventory (Thursday, November 21, 2019 11:36:50 AM UTC)
Saving inventory complete

End of install phases.(Thursday, November 21, 2019 11:36:52 AM UTC)
Session log file is /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/install2019-11-21_11-29-41AM.log

..................................................................................................
Installation in progress (Thursday, November 21, 2019 11:36:55 AM UTC)
                              98% Done.
Install successful

Linking in progress (Thursday, November 21, 2019 11:36:56 AM UTC)
Link successful

Setup in progress (Thursday, November 21, 2019 11:36:56 AM UTC)
Setup successful

Saving inventory (Thursday, November 21, 2019 11:36:56 AM UTC)
Saving inventory complete

End of install phases.(Thursday, November 21, 2019 11:36:57 AM UTC)
&Decline License Agreement/u01/app/oracle/em13cr3/middleware/sysman/install/plugins/oracle.sysman.emas/13.3.1.0.0/oracle.sysman.emas.agent.plugin-13.3.1.0.0.farb
Session log file is /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/install2019-11-21_11-29-41AM.log

..................................................................................................
Installation in progress (Thursday, November 21, 2019 11:37:00 AM UTC)
                              98% Done.
Install successful

Linking in progress (Thursday, November 21, 2019 11:37:00 AM UTC)
Link successful

Setup in progress (Thursday, November 21, 2019 11:37:00 AM UTC)
Setup successful

Saving inventory (Thursday, November 21, 2019 11:37:00 AM UTC)
Saving inventory complete

End of install phases.(Thursday, November 21, 2019 11:37:02 AM UTC)
&Decline License Agreement/u01/app/oracle/em13cr3/middleware/sysman/install/plugins/oracle.sysman.emrep/13.3.0.0.0/oracle.sysman.emrep.agent.plugin-13.3.0.0.0.farb
Session log file is /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/install2019-11-21_11-29-41AM.log

.....................................................................................
Installation in progress (Thursday, November 21, 2019 11:37:03 AM UTC)
                                           85% Done.
Install successful

Linking in progress (Thursday, November 21, 2019 11:37:03 AM UTC)
Link successful

Setup in progress (Thursday, November 21, 2019 11:37:03 AM UTC)
Setup successful

Saving inventory (Thursday, November 21, 2019 11:37:03 AM UTC)
Saving inventory complete

End of install phases.(Thursday, November 21, 2019 11:37:05 AM UTC)
&Decline License Agreement/u01/app/oracle/em13cr3/middleware/sysman/install/plugins/oracle.sysman.beacon/13.3.0.0.0/oracle.sysman.beacon.agent.plugin-13.3.0.0.0.farb
Session log file is /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/install2019-11-21_11-29-41AM.log

..................................................................................................
Installation in progress (Thursday, November 21, 2019 11:37:08 AM UTC)
                              98% Done.
Install successful

Linking in progress (Thursday, November 21, 2019 11:37:08 AM UTC)
Link successful

Setup in progress (Thursday, November 21, 2019 11:37:08 AM UTC)
Setup successful

Saving inventory (Thursday, November 21, 2019 11:37:08 AM UTC)
Saving inventory complete

End of install phases.(Thursday, November 21, 2019 11:37:10 AM UTC)
&Decline License Agreement/u01/app/oracle/em13cr3/middleware/sysman/install/plugins/oracle.sysman.oh/13.3.0.0.0/oracle.sysman.oh.agent.plugin-13.3.0.0.0.farb
Session log file is /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/install2019-11-21_11-29-41AM.log

................................................................................................
Installation in progress (Thursday, November 21, 2019 11:37:11 AM UTC)
                                96% Done.
Install successful

Linking in progress (Thursday, November 21, 2019 11:37:11 AM UTC)
Link successful

Setup in progress (Thursday, November 21, 2019 11:37:11 AM UTC)
Setup successful

Saving inventory (Thursday, November 21, 2019 11:37:11 AM UTC)
Saving inventory complete

End of install phases.(Thursday, November 21, 2019 11:37:12 AM UTC)
&Decline License Agreement/u01/app/oracle/em13cr3/middleware/sysman/install/plugins/oracle.sysman.csa/13.3.0.0.0/oracle.sysman.csa.agent.plugin-13.3.0.0.0.farb
Session log file is /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/install2019-11-21_11-29-41AM.log

........................................................................
Installation in progress (Thursday, November 21, 2019 11:37:14 AM UTC)
                                                        72% Done.
Install successful

Linking in progress (Thursday, November 21, 2019 11:37:14 AM UTC)
Link successful

Setup in progress (Thursday, November 21, 2019 11:37:14 AM UTC)
Setup successful

Saving inventory (Thursday, November 21, 2019 11:37:14 AM UTC)
Saving inventory complete

End of install phases.(Thursday, November 21, 2019 11:37:15 AM UTC)
&Decline License Agreement/u01/app/oracle/em13cr3/middleware/sysman/install/plugins/oracle.sysman.oh/13.3.0.0.0/oracle.sysman.oh.discovery.plugin-13.3.0.0.0.farb
Session log file is /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/install2019-11-21_11-29-41AM.log

..............................................................................
Installation in progress (Thursday, November 21, 2019 11:37:16 AM UTC)
                                                  78% Done.
Install successful

Linking in progress (Thursday, November 21, 2019 11:37:16 AM UTC)
Link successful

Setup in progress (Thursday, November 21, 2019 11:37:16 AM UTC)
Setup successful

Saving inventory (Thursday, November 21, 2019 11:37:16 AM UTC)
Saving inventory complete

End of install phases.(Thursday, November 21, 2019 11:37:18 AM UTC)
&Decline License Agreement/u01/app/oracle/em13cr3/middleware/sysman/install/plugins/oracle.sysman.xa/13.3.1.0.0/oracle.sysman.xa.discovery.plugin-13.3.1.0.0.farb
Session log file is /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/install2019-11-21_11-29-41AM.log

..................................................................................
Installation in progress (Thursday, November 21, 2019 11:37:19 AM UTC)
                                              82% Done.
Install successful

Linking in progress (Thursday, November 21, 2019 11:37:19 AM UTC)
Link successful

Setup in progress (Thursday, November 21, 2019 11:37:19 AM UTC)
Setup successful

Saving inventory (Thursday, November 21, 2019 11:37:19 AM UTC)
Saving inventory complete

End of install phases.(Thursday, November 21, 2019 11:37:20 AM UTC)
&Decline License Agreement/u01/app/oracle/em13cr3/middleware/sysman/install/plugins/oracle.sysman.si/13.3.1.0.0/oracle.sysman.si.discovery.plugin-13.3.1.0.0.farb
Session log file is /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/install2019-11-21_11-29-41AM.log

............................................................................
Installation in progress (Thursday, November 21, 2019 11:37:21 AM UTC)
                                                    76% Done.
Install successful

Linking in progress (Thursday, November 21, 2019 11:37:22 AM UTC)
Link successful

Setup in progress (Thursday, November 21, 2019 11:37:22 AM UTC)
Setup successful

Saving inventory (Thursday, November 21, 2019 11:37:22 AM UTC)
Saving inventory complete

End of install phases.(Thursday, November 21, 2019 11:37:23 AM UTC)
&Decline License Agreement/u01/app/oracle/em13cr3/middleware/sysman/install/plugins/oracle.sysman.csa/13.3.0.0.0/oracle.sysman.csa.discovery.plugin-13.3.0.0.0.farb
Session log file is /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/install2019-11-21_11-29-41AM.log

..............................................................................................
Installation in progress (Thursday, November 21, 2019 11:37:24 AM UTC)
                                  94% Done.
Install successful

Linking in progress (Thursday, November 21, 2019 11:37:24 AM UTC)
Link successful

Setup in progress (Thursday, November 21, 2019 11:37:24 AM UTC)
Setup successful

Saving inventory (Thursday, November 21, 2019 11:37:24 AM UTC)
Saving inventory complete

End of install phases.(Thursday, November 21, 2019 11:37:26 AM UTC)
&Decline License Agreement/u01/app/oracle/em13cr3/middleware/sysman/install/plugins/oracle.sysman.emas/13.3.1.0.0/oracle.sysman.emas.discovery.plugin-13.3.1.0.0.farb
Session log file is /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/install2019-11-21_11-29-41AM.log

..................................................................................................
Installation in progress (Thursday, November 21, 2019 11:37:27 AM UTC)
                              98% Done.
Install successful

Linking in progress (Thursday, November 21, 2019 11:37:27 AM UTC)
Link successful

Setup in progress (Thursday, November 21, 2019 11:37:27 AM UTC)
Setup successful

Saving inventory (Thursday, November 21, 2019 11:37:27 AM UTC)
Saving inventory complete

End of install phases.(Thursday, November 21, 2019 11:37:28 AM UTC)
&Decline License Agreement/u01/app/oracle/em13cr3/middleware/sysman/install/plugins/oracle.sysman.db/13.3.1.0.0/oracle.sysman.db.discovery.plugin-13.3.1.0.0.farb
Session log file is /u01/scratch_oms_install/OraInstall2019-11-21_11-29-41AM/install2019-11-21_11-29-41AM.log

...........................................................................................
Installation in progress (Thursday, November 21, 2019 11:37:29 AM UTC)
                                     91% Done.
Install successful

Linking in progress (Thursday, November 21, 2019 11:37:30 AM UTC)
Link successful

Setup in progress (Thursday, November 21, 2019 11:37:30 AM UTC)
Setup successful

Saving inventory (Thursday, November 21, 2019 11:37:30 AM UTC)
Saving inventory complete

End of install phases.(Thursday, November 21, 2019 11:37:31 AM UTC)
OMS OracleHome :/u01/app/oracle/em13cr3/middleware
13NGCHEKAGGREGATE  : oracle.sysman.top.agent
13NGCHEKAGGREGATE  : OuiConfigVariables
13NGCHEKAGGREGATE  : OuiConfigVariables
13NGCHEKAGGREGATE  : oracle.sysman.top.oms
13NGCHEKAGGREGATE  : encap_oms
2019-11-21_11-42-38AM: Configuration Assistant "Plugins Prerequisites Check" is in progress.

2019-11-21_11-42-57AM: Configuration Assistant "Plugins Prerequisites Check" has Succeeded.

2019-11-21_11-42-57AM: Configuration Assistant "Repository Out Of Box Configuration" is in progress.

Setting the value of EMPREREQKIT_RESULTDIR /u01/app/oracle/em13cr3/middleware/.gcinstall_temp
2019-11-21_12-41-49PM: Configuration Assistant "Repository Out Of Box Configuration" has Succeeded.

2019-11-21_12-41-49PM: Configuration Assistant "OMS Configuration" is in progress.


 Executing the OMSCA command...

 Check the log files of the OMS Configuration Assistant at: /u01/app/oracle/em13cr3/middleware/cfgtoollogs/omsca



 OMS Configuration Assistant completed successfully.


2019-11-21_12-51-27PM: Configuration Assistant "OMS Configuration" has Succeeded.

2019-11-21_12-51-27PM: Configuration Assistant "Plugins Deployment and Configuration" is in progress.

2019-11-21_01-22-51PM: Configuration Assistant "Plugins Deployment and Configuration" has Succeeded.

2019-11-21_01-22-51PM: Configuration Assistant "BI Publisher Configuration" is in progress.

2019-11-21_01-30-26PM: Configuration Assistant "BI Publisher Configuration" has Succeeded.

2019-11-21_01-30-26PM: Configuration Assistant "Start Oracle Management Service" is in progress.

Starting OMS ...
Executing the command: /u01/app/oracle/em13cr3/middleware/bin/emctl start oms

Starting of OMS is successful.
Starting export oms config...
Executing command: /u01/app/oracle/em13cr3/middleware/bin/emctl exportconfig oms -dir  /u01/app/oracle/em13cr3/gc_inst/em/EMGC_OMS1/sysman/backup

Export config of OMS is successful.

2019-11-21_01-35-24PM: Configuration Assistant "Start Oracle Management Service" has Succeeded.

2019-11-21_01-35-24PM: Configuration Assistant "Agent Configuration Assistant" is in progress.

AgentConfiguration:agent configuration has been started

The AgentFreshInstaller is starting now
Oraclehome : ../u01/app/oracle/agent/agent13cr3/agent_13.3.0.0.0
InstanceHome : /u01/app/oracle/agent/agent13cr3/agent_inst
Agent Base Directory : /u01/app/oracle/agent/agent13cr3
The oraclehome /u01/app/oracle/agent/agent13cr3/agent_13.3.0.0.0
startAgent is:true
seci is :true
startAgent is:true
seci is :true
log loction is setlog
Creating log directoyr :/u01/app/oracle/agent/agent13cr3/agent_13.3.0.0.0/cfgtoollogs/agentDeploy
Writing the following contents into /u01/app/oracle/agent/agent13cr3/agent_13.3.0.0.0/install/oragchomelist
/u01/app/oracle/agent/agent13cr3/agent_13.3.0.0.0:/u01/app/oracle/agent/agent13cr3/agent_inst
Both /etc/oragchomelist and /var/opt/oracle/oragchomelist does not exist.
Agent Home is : {0}
The value of chainInstall : true forceConfigure : false skipValidation : false
Validated the oms host and port :- vineet-sandbox----4903
Logs Location is : {0}
Getting Inet Addresses for host vineet-sandbox
** Agent Port Check completed successfully.**
Validated the agent port :- ----3872
Executing command: {0}
shared agent value is :false

Setting system property CUSTOM_INVENTORY to {0}
chain install is :true

Cloning of agent home completed successfully
Agent Configuration completed successfully
The following configuration scripts need to be executed as the "root" user. Root script to run : /u01/app/oracle/agent/agent13cr3/agent_13.3.0.0.0/root.sh
AgentConfiguration:agent configuration finished with status = true

2019-11-21_01-38-15PM: Configuration Assistant "Agent Configuration Assistant" has Succeeded.

*** The Installation was Successful. ***


This information is also available at:

/u01/app/oracle/em13cr3/middleware/install/setupinfo.txt

See the following for information pertaining to your Enterprise Manager installation:


Use the following URL to access:

1. Enterprise Manager Cloud Control URL: https://vineet-sandbox:7803/em
2. Admin Server URL: https://vineet-sandbox:7102/console
3. BI Publisher URL: https://vineet-sandbox:9803/xmlpserver/servlet/home

The following details need to be provided while installing an additional OMS:

1. Admin Server Host Name: vineet-sandbox
2. Admin Server Port: 7102

You can find the details on ports used by this deployment at : /u01/app/oracle/em13cr3/middleware/install/portlist.ini


 NOTE:
 An encryption key has been generated to encrypt sensitive data in the Management Repository. If this key is lost, all encrypted data in the Repository becomes unusable.

 A backup of the OMS configuration is available in /u01/app/oracle/em13cr3/gc_inst/em/EMGC_OMS1/sysman/backup on host vineet-sandbox. See Cloud Control Administrators Guide for details on how to back up and recover an OMS.
I
 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/em13cr3/middleware/bin/emctl exportconfig oms -dir <backup dir>

Prompt for the allroot.sh

Warning: You must run the following configuration scripts as the "root" user.
  /u01/app/oracle/em13cr3/middleware/allroot.sh
To execute the configuration scripts:
 1. Open a new  terminal window.
 2. Login in as "root".
 3. Run the scripts.

Successfully installed Enterprise Manager Cloud Control.

Logs successfully copied to /u01/app/oraInventory/logs.

No comments:
Write comments