Manually Install Oracle OEM agent 13c


When i’m trying to deploy oracle agent linux using the GUI, i got error regarding SCRATCHPATH space, so i decided to go manual installation.

[oracle@lnxoemdev01 bin]$ ./emcli login -username=sysman
Enter password :

Login successful
[oracle@lnxoemdev01 bin]$ ./emcli sync
Synchronized successfully
[oracle@lnxoemdev01 bin]$ ./emcli get_supported_platforms
-----------------------------------------------
Version = 13.2.0.0.0
 Platform = Linux x86-64
-----------------------------------------------
Version = 13.2.0.0.0
 Platform = IBM AIX on POWER Systems (64-bit)
-----------------------------------------------
Version = 13.2.0.0.0
 Platform = HP-UX Itanium
-----------------------------------------------
Platforms list displayed successfully.
[oracle@lnxoemdev01 bin]$


[oracle@lnxoemdev01 bin]$ ./emcli get_agentimage -destination=/tmp/agentinstaller -platform="Linux x86-64" -version="13.2.0.0.0"
 === Partition Detail ===
Space free : 9 GB
Space required : 1 GB
Check the logs at /u01/app/oracle/product/gc_inst/em/EMGC_OMS1/sysman/emcli/setup/.emcli/get_agentimage_2017-01-17_15-11-49-PM.log
Downloading /tmp/agentinstaller/13.2.0.0.0_AgentCore_226.zip
File saved as /tmp/agentinstaller/13.2.0.0.0_AgentCore_226.zip
Downloading /tmp/agentinstaller/13.2.0.0.0_Plugins_226.zip
File saved as /tmp/agentinstaller/13.2.0.0.0_Plugins_226.zip
Downloading /tmp/agentinstaller/unzip
File saved as /tmp/agentinstaller/unzip
Executing command: /tmp/agentinstaller/unzip /tmp/agentinstaller/13.2.0.0.0_Plugins_226.zip -d /tmp/agentinstaller
Exit status is:0
Agent Image Download completed successfully.
[oracle@lnxoemdev01 bin]$
Now let’s scp the software to our target server and unzip it.
[oracle@dbmo-sit ~]$ scp lnxoemdev01:/tmp/agentinstaller/13.2.0.0.0_AgentCore_226.zip .
The authenticity of host 'lnxoemdev01 (xxx.xxx.xxx.xxx)' can't be established.
RSA key fingerprint is c7:61:64:f8:3d:a2:16:3e:91:31:9f:00:75:fb:c0:fc.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'lnxoemdev01' (RSA) to the list of known hosts.
oracle@lnxoemdev01's password:
13.2.0.0.0_AgentCore_226.zip                                                                                                         100%  745MB 106.5MB/s   00:07
[oracle@dbmo-sit ~]$


[oracle@dbmo-sit ~]$ mkdir installer
[oracle@dbmo-sit ~]$ unzip 13.2.0.0.0_AgentCore_226.zip -d installer/
Archive:  13.2.0.0.0_AgentCore_226.zip
  inflating: installer/agentcore.bin
  inflating: installer/agent.rsp
  inflating: installer/agentDeploy.sh
  inflating: installer/agentimage.properties
  inflating: installer/unzip
  inflating: installer/zip
   creating: installer/plugins/
  inflating: installer/plugins/oracle.em.savf.discovery.plugin-13.1.1.0.0.farb
  inflating: installer/plugins/oracle.sysman.xa.discovery.plugin-13.2.1.0.0.farb
  inflating: installer/plugins/oracle.mysql.omys.discovery.plugin-12.1.0.4.0.farb
  inflating: installer/plugins/oracle.em.soav.discovery.plugin-12.1.0.4.0.farb
  inflating: installer/plugins/oracle.sysman.db.discovery.plugin-13.2.1.0.0.farb
  inflating: installer/plugins/oracle.sysman.emas.discovery.plugin-13.2.1.0.0.farb
  inflating: installer/plugins/oracle.sysman.si.discovery.plugin-13.2.1.0.0.farb
  inflating: installer/plugins/oracle.sysman.oh.discovery.plugin-13.2.0.0.0.farb
  inflating: installer/plugins/oracle.sysman.oh.agent.plugin-13.2.0.0.0.farb
  inflating: installer/plugins.txt
[oracle@dbmo-sit ~]$

Now let’s install the agent with below command.
./agentDeploy.sh AGENT_BASE_DIR=/opt/oracle/product/agent13c \
-force \
-ignorePrereqs \
-invPtrLoc /etc/oraInst.loc  \
AGENT_PORT=3872 \
EM_UPLOAD_PORT=4903 \
OMS_HOST=lnxoemdev01 \
ORACLE_HOSTNAME=dbmo-sit \
AGENT_INSTANCE_HOME=/opt/oracle/product/agent13c/agent_inst \
AGENT_REGISTRATION_PASSWORD=oracle13c \
SCRATCHPATH=/home/oracle/tmp

here is the installer log.
[oracle@dbmo-sit installer]$ ./agentDeploy.sh AGENT_BASE_DIR=/opt/oracle/product/agent13c \
> -force \
> -ignorePrereqs \
> -invPtrLoc /etc/oraInst.loc  \
> AGENT_PORT=3872 \
> EM_UPLOAD_PORT=4903 \
> OMS_HOST=lnxoemdev01 \
> ORACLE_HOSTNAME=dbmo-sit \
> AGENT_INSTANCE_HOME=/opt/oracle/product/agent13c/agent_inst \
> AGENT_REGISTRATION_PASSWORD=oracle13c \
> SCRATCHPATH=/home/oracle/tmp
The space available is ....  4635 MB

 Validating the OMS_HOST & EM_UPLOAD_PORT
Executing command : /opt/oracle/product/agent13c/agent_13.2.0.0.0/jdk/jre/bin/java -classpath /opt/oracle/product/agent13c/agent_13.2.0.0.0/jlib/agentInstaller.jar:/opt/oracle/product/agent13c/agent_13.2.0.0.0/oui/modules/OraInstaller.jar oracle.sysman.agent.installer.AgentInstaller /opt/oracle/product/agent13c/agent_13.2.0.0.0 /home/oracle/installer /opt/oracle/product/agent13c $args -prereq
AGENT_ins home is:AGENT_BASE_DIR=/opt/oracle/product/agent13coraclehome is:/opt/oracle/product/agent13c/agent_13.2.0.0.0
The oraclehome /opt/oracle/product/agent13c/agent_13.2.0.0.0

Validating oms host & port with url: https://lnxoemdev01:4903/empbs/genwallet
Validating oms host & port with url: http://lnxoemdev01:4903/empbs/genwallet
Return status:0-oms http port is passed
Validating the OMS Host and Port completed.
AGENT_BASE_DIR=/opt/oracle/product/agent13c
-force
-ignorePrereqs
-invPtrLoc
AGENT_PORT=3872
EM_UPLOAD_PORT=4903
OMS_HOST=lnxoemdev01
AGENT_INSTANCE_HOME=/opt/oracle/product/agent13c/agent_inst
AGENT_REGISTRATION_PASSWORD=oracle13c
Inventory location is writable


 Starting Install Phase .....
/home/oracle/installer/agentcore.bin -ignoreSysPrereqs -silent -responseFile /opt/oracle/product/agent13c/agentInstall.rsp -invPtrLoc /etc/oraInst.loc -J-Djava.io.tmpdir=/home/oracle/tmp
0%...................................................................................................100%
Launcher log file is /home/oracle/tmp/OraInstall2017-01-17_04-25-11PM/launcher2017-01-17_04-25-11PM.log.
Starting Oracle Universal Installer

Checking if CPU speed is above 300 MHz.   Actual 2000.000 MHz    Passed
Checking swap space: must be greater than 512 MB.   Actual 4095 MB    Passed
Checking if this platform requires a 64-bit JVM.   Actual 64    Passed (64-bit not required)
Checking temp space: must be greater than 300 MB.   Actual 5623 MB    Passed


Preparing to launch the Oracle Universal Installer from /home/oracle/tmp/OraInstall2017-01-17_04-25-11PM
Jan 17, 2017 4:25:14 PM oracle.sysman.oii.oiio.oiioz.OiiozResponseFile getValue
INFO: This installation is being performed using response file /opt/oracle/product/agent13c/agentInstall.rsp.
..................................................................................................
Installation Summary


Disk Space : Required 1,327 MB, Available 4,471 MB
Feature Sets to Install:
        Oracle JDK 12.1.3.0.1
        Perl 5.14.4.0.0 5.14.4.0.0
        Next Generation Install Core 13.8.0.0.0
        OPatch 13.8.0.0.0
        Oracle HTTP Client 12.1.3.0.0
        Oracle XDK 12.1.3.0.0
        DMS Full 12.1.3.0.0
        Wallet Functionality 12.1.3.0.0
        Remote Diagnostic Assistant 8.09.0.1.0
..................................................................................................
Session log file is /home/oracle/tmp/OraInstall2017-01-17_04-25-11PM/install2017-01-17_04-25-11PM.log

Loading products list. Please wait.
.................. 1%
.................. 40%

Loading products. Please wait.
.................. 41%
.................. 42%
.................. 43%
.................. 44%
.................. 45%
.................. 46%
.................. 47%
.................. 48%
.................. 49%
.................. 50%
.................. 51%
.................. 52%
.................. 53%
.................. 54%
.................. 55%
.................. 56%
.................. 57%
.................. 58%
.................. 59%
.................. 60%
.................. 61%
.................. 62%
.................. 63%
.................. 64%
.................. 65%
.................. 66%
.................. 67%
.................. 68%
.................. 69%
.................. 70%
.................. 71%
.................. 72%
.................. 73%
.................. 74%
.................. 75%
.................. 76%
.................. 77%
.................. 78%
.................. 79%
.................. 80%
.................. 81%
.................. 82%
.................. 83%
.................. 84%
.................. 85%
.................. 86%
.................. 87%
.................. 88%
.................. 89%
.................. 90%
.................. 91%
.................. 91%
.................. 92%
.................. 93%
.................. 94%
.................. 95%
.................. 96%
.................. 97%
.................. 98%
.................. 99%

Updating Libraries



Starting Installations
.................. 1%
.................. 2%
.................. 3%
.................. 4%
.................. 5%
.................. 6%
.................. 7%
.................. 8%
.................. 9%
.................. 10%
.................. 11%
.................. 12%
.................. 13%
.................. 14%
.................. 15%
.................. 16%
.................. 17%
.................. 18%
.................. 19%
.................. 20%
.................. 21%
.................. 22%
.................. 23%
.................. 24%
.................. 25%
.................. 26%
.................. 27%
.................. 28%
.................. 29%
.................. 30%
.................. 31%
.................. 32%
.................. 33%
.................. 34%
.................. 35%
.................. 36%
.................. 37%
.................. 38%
.................. 39%
.................. 40%
.................. 41%
.................. 42%
.................. 43%
.................. 44%
.................. 45%
.................. 46%
.................. 47%
.................. 48%
.................. 49%
.................. 50%
.................. 51%
.................. 52%
.................. 53%
.................. 54%
.................. 55%
.................. 56%
.................. 57%
.................. 58%
.................. 59%
.................. 60%
.................. 61%
.................. 62%
.................. 63%
.................. 64%
.................. 65%
.................. 66%
.................. 67%
.................. 68%
.................. 69%
.................. 70%
.................. 71%
.................. 72%
.................. 73%
.................. 74%
.................. 75%
.................. 76%
.................. 77%
.................. 78%
.................. 79%
.................. 80%
.................. 81%
.................. 82%
.................. 83%
.................. 84%
.................. 85%
.................. 86%
.................. 87%
.................. 88%

Install pending...

Installation in progress

 Component : oracle.osdt.core 12.1.3.0.0

Copying files for 'oracle.osdt.core 12.1.3.0.0 '

 Component : oracle.pki 12.1.3.0.0

Copying files for 'oracle.pki 12.1.3.0.0 '

 Component : oracle.rsa.crypto 12.1.3.0.0

Copying files for 'oracle.rsa.crypto 12.1.3.0.0 '

 Component : oracle.glcm.logging 1.4.0.0.0

Copying files for 'oracle.glcm.logging 1.4.0.0.0 '

 Component : oracle.glcm.comdev 7.6.0.0.0

Copying files for 'oracle.glcm.comdev 7.6.0.0.0 '

 Component : oracle.glcm.dependency 1.6.0.0.0

Copying files for 'oracle.glcm.dependency 1.6.0.0.0 '

 Component : oracle.glcm.xmldh 3.2.0.0.0

Copying files for 'oracle.glcm.xmldh 3.2.0.0.0 '

 Component : oracle.glcm.wizard 7.6.0.0.0

Copying files for 'oracle.glcm.wizard 7.6.0.0.0 '

 Component : oracle.glcm.encryption 2.5.0.0.0

Copying files for 'oracle.glcm.encryption 2.5.0.0.0 '

 Component : oracle.bali.share 12.1.3.0.0

Copying files for 'oracle.bali.share 12.1.3.0.0 '

 Component : oracle.bali.jewt 12.1.3.0.0

Copying files for 'oracle.bali.jewt 12.1.3.0.0 '

 Component : oracle.bali.ice 6.1.3.2.1

Copying files for 'oracle.bali.ice 6.1.3.2.1 '

 Component : oracle.help.share 12.1.3.0.0

Copying files for 'oracle.help.share 12.1.3.0.0 '

 Component : oracle.help.ohj 12.1.3.0.0

Copying files for 'oracle.help.ohj 12.1.3.0.0 '

 Component : oracle.nginst.common 13.8.0.0.0

Copying files for 'oracle.nginst.common 13.8.0.0.0 '

 Component : oracle.nginst.osp.compstager 13.8.0.0.0

Copying files for 'oracle.nginst.osp.compstager 13.8.0.0.0 '

 Component : oracle.jcraft.jsch 0.1.53.0.0

Copying files for 'oracle.jcraft.jsch 0.1.53.0.0 '

 Component : oracle.glcm.opatch.common.api 13.8.0.0.0

Copying files for 'oracle.glcm.opatch.common.api 13.8.0.0.0 '

 Component : oracle.nginst.core 13.8.0.0.0

Copying files for 'oracle.nginst.core 13.8.0.0.0 '

 Component : oracle.nginst.thirdparty 13.8.0.0.0

Copying files for 'oracle.nginst.thirdparty 13.8.0.0.0 '

 Component : oracle.swd.opatch 13.8.0.0.0

Copying files for 'oracle.swd.opatch 13.8.0.0.0 '

 Component : oracle.apache.commons.cli 1.2.0.0.1

Copying files for 'oracle.apache.commons.cli 1.2.0.0.1 '

 Component : oracle.apache.commons.compress 1.4.0.0.1

Copying files for 'oracle.apache.commons.compress 1.4.0.0.1 '

 Component : oracle.glcm.osys.core 13.8.0.0.0

Copying files for 'oracle.glcm.osys.core 13.8.0.0.0 '

 Component : oracle.glcm.oplan.core 13.8.0.0.0

Copying files for 'oracle.glcm.oplan.core 13.8.0.0.0 '

 Component : oracle.glcm.opatchauto.core 13.8.0.0.0

Copying files for 'oracle.glcm.opatchauto.core 13.8.0.0.0 '

 Component : oracle.jse.dms 12.1.3.0.0

Copying files for 'oracle.jse.dms 12.1.3.0.0 '

 Component : oracle.jrf.dms.common 12.1.3.0.0

Copying files for 'oracle.jrf.dms.common 12.1.3.0.0 '

 Component : oracle.jrf.dms 12.1.3.0.0

Copying files for 'oracle.jrf.dms 12.1.3.0.0 '

 Component : oracle.xdk.jrf.jaxp 12.1.3.0.0

Copying files for 'oracle.xdk.jrf.jaxp 12.1.3.0.0 '

 Component : oracle.xdk.jrf 12.1.3.0.0

Copying files for 'oracle.xdk.jrf 12.1.3.0.0 '

 Component : oracle.xdk.jrf.fmw 12.1.3.0.0

Copying files for 'oracle.xdk.jrf.fmw 12.1.3.0.0 '

 Component : oracle.xdk.jrf.xmlparserv2 12.1.3.0.0

Copying files for 'oracle.xdk.jrf.xmlparserv2 12.1.3.0.0 '

 Component : oracle.sysman.top.agent 13.2.0.0.0

Copying files for 'oracle.sysman.top.agent 13.2.0.0.0 '

 Component : oracle.sysman.common 13.2.0.0.0

Copying files for 'oracle.sysman.common 13.2.0.0.0 '

 Component : oracle.sysman.sbin 13.2.0.0.0

Copying files for 'oracle.sysman.sbin 13.2.0.0.0 '

 Component : oracle.sysman.emagent.installer 13.2.0.0.0

Copying files for 'oracle.sysman.emagent.installer 13.2.0.0.0 '

 Component : oracle.sysman.darda 8.09.0.1.0

Copying files for 'oracle.sysman.darda 8.09.0.1.0 '

 Component : oracle.jre 1.7.0.111.0

Copying files for 'oracle.jre 1.7.0.111.0 '

 Component : oracle.jdk 1.7.0.111.0

Copying files for 'oracle.jdk 1.7.0.111.0 '

 Component : oracle.ldap.rsf 12.1.3.0.0

Copying files for 'oracle.ldap.rsf 12.1.3.0.0 '

 Component : oracle.buildtools.rsf 11.2.0.3.0

Copying files for 'oracle.buildtools.rsf 11.2.0.3.0 '

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/install/utl/rootmacro.sbs'.

 Component : oracle.wsm.common 12.1.3.0.0

Copying files for 'oracle.wsm.common 12.1.3.0.0 '

 Component : oracle.jrf.j2ee 12.1.3.0.0

Copying files for 'oracle.jrf.j2ee 12.1.3.0.0 '

 Component : oracle.opss.core 12.1.3.0.0

Copying files for 'oracle.opss.core 12.1.3.0.0 '

 Component : oracle.sysman.agent.ic 13.2.0.0.0

Copying files for 'oracle.sysman.agent.ic 13.2.0.0.0 '

 Component : oracle.ons 12.1.3.0.0

Copying files for 'oracle.ons 12.1.3.0.0 '

 Component : oracle.http_client 12.1.3.0.0

Copying files for 'oracle.http_client 12.1.3.0.0 '

 Component : oracle.perlint 5.14.4.0.0

Copying files for 'oracle.perlint 5.14.4.0.0 '

 Component : oracle.perlint.expat 2.0.1.0.1

Copying files for 'oracle.perlint.expat 2.0.1.0.1 '

 Component : oracle.perlint.modules 5.14.4.0.1

Copying files for 'oracle.perlint.modules 5.14.4.0.1 '

Install successful

Post feature install pending...

Post Feature installing

 Feature Set : orapki.lib

 Feature Set : oracle.glcm.oplan.core.classpath

 Feature Set : oracle.glcm.opatchauto.core.classpath

 Feature Set : glcm_encryption_lib

 Feature Set : oracle.glcm.opatchauto.core.actions.classpath

Post Feature installing 'glcm_encryption_lib'

 Feature Set : com.oracle.orapki

 Feature Set : apache_commons_compress_lib

Post Feature installing 'com.oracle.orapki'

 Feature Set : oracle.glcm.osys.core.classpath

 Feature Set : oracle.glcm.opatch.common.api.classpath

Post Feature installing 'oracle.glcm.osys.core.classpath'

 Feature Set : jsch.lib

 Feature Set : apache_commons_cli_lib

 Feature Set : glcm_common_lib

Post Feature installing 'apache_commons_cli_lib'

Post Feature installing 'jsch.lib'

Post Feature installing 'oracle.glcm.opatch.common.api.classpath'

Post Feature installing 'apache_commons_compress_lib'

Post Feature installing 'oracle.glcm.opatchauto.core.actions.classpath'

 Feature Set : com.oracle.db.xdk-no-jaxp

 Feature Set : oracle.glcm.opatchauto.core.wallet.classpath

Post Feature installing 'com.oracle.db.xdk-no-jaxp'

Post Feature installing 'oracle.glcm.opatchauto.core.classpath'

Post Feature installing 'oracle.glcm.oplan.core.classpath'

Post Feature installing 'orapki.lib'

Post Feature installing 'oracle.glcm.opatchauto.core.wallet.classpath'

Post Feature installing 'glcm_common_lib'

Post feature install complete

String substitutions pending...

String substituting

 Component : oracle.osdt.core 12.1.3.0.0

String substituting 'oracle.osdt.core 12.1.3.0.0 '

 Component : oracle.pki 12.1.3.0.0

String substituting 'oracle.pki 12.1.3.0.0 '

 Component : oracle.rsa.crypto 12.1.3.0.0

String substituting 'oracle.rsa.crypto 12.1.3.0.0 '

 Component : oracle.glcm.logging 1.4.0.0.0

String substituting 'oracle.glcm.logging 1.4.0.0.0 '

 Component : oracle.glcm.comdev 7.6.0.0.0

String substituting 'oracle.glcm.comdev 7.6.0.0.0 '

 Component : oracle.glcm.dependency 1.6.0.0.0

String substituting 'oracle.glcm.dependency 1.6.0.0.0 '

 Component : oracle.glcm.xmldh 3.2.0.0.0

String substituting 'oracle.glcm.xmldh 3.2.0.0.0 '

 Component : oracle.glcm.wizard 7.6.0.0.0

String substituting 'oracle.glcm.wizard 7.6.0.0.0 '

 Component : oracle.glcm.encryption 2.5.0.0.0

String substituting 'oracle.glcm.encryption 2.5.0.0.0 '

 Component : oracle.bali.share 12.1.3.0.0

String substituting 'oracle.bali.share 12.1.3.0.0 '

 Component : oracle.bali.jewt 12.1.3.0.0

String substituting 'oracle.bali.jewt 12.1.3.0.0 '

 Component : oracle.bali.ice 6.1.3.2.1

String substituting 'oracle.bali.ice 6.1.3.2.1 '

 Component : oracle.help.share 12.1.3.0.0

String substituting 'oracle.help.share 12.1.3.0.0 '

 Component : oracle.help.ohj 12.1.3.0.0

String substituting 'oracle.help.ohj 12.1.3.0.0 '

 Component : oracle.nginst.common 13.8.0.0.0

String substituting 'oracle.nginst.common 13.8.0.0.0 '

 Component : oracle.nginst.osp.compstager 13.8.0.0.0

String substituting 'oracle.nginst.osp.compstager 13.8.0.0.0 '

 Component : oracle.jcraft.jsch 0.1.53.0.0

String substituting 'oracle.jcraft.jsch 0.1.53.0.0 '

 Component : oracle.glcm.opatch.common.api 13.8.0.0.0

String substituting 'oracle.glcm.opatch.common.api 13.8.0.0.0 '

 Component : oracle.nginst.core 13.8.0.0.0

String substituting 'oracle.nginst.core 13.8.0.0.0 '

 Component : oracle.nginst.thirdparty 13.8.0.0.0

String substituting 'oracle.nginst.thirdparty 13.8.0.0.0 '

 Component : oracle.swd.opatch 13.8.0.0.0

String substituting 'oracle.swd.opatch 13.8.0.0.0 '

 Component : oracle.apache.commons.cli 1.2.0.0.1

String substituting 'oracle.apache.commons.cli 1.2.0.0.1 '

 Component : oracle.apache.commons.compress 1.4.0.0.1

String substituting 'oracle.apache.commons.compress 1.4.0.0.1 '

 Component : oracle.glcm.osys.core 13.8.0.0.0

String substituting 'oracle.glcm.osys.core 13.8.0.0.0 '

 Component : oracle.glcm.oplan.core 13.8.0.0.0

String substituting 'oracle.glcm.oplan.core 13.8.0.0.0 '

 Component : oracle.glcm.opatchauto.core 13.8.0.0.0

String substituting 'oracle.glcm.opatchauto.core 13.8.0.0.0 '

 Component : oracle.jse.dms 12.1.3.0.0

String substituting 'oracle.jse.dms 12.1.3.0.0 '

 Component : oracle.jrf.dms.common 12.1.3.0.0

String substituting 'oracle.jrf.dms.common 12.1.3.0.0 '

 Component : oracle.jrf.dms 12.1.3.0.0

String substituting 'oracle.jrf.dms 12.1.3.0.0 '

 Component : oracle.xdk.jrf.jaxp 12.1.3.0.0

String substituting 'oracle.xdk.jrf.jaxp 12.1.3.0.0 '

 Component : oracle.xdk.jrf 12.1.3.0.0

String substituting 'oracle.xdk.jrf 12.1.3.0.0 '

 Component : oracle.xdk.jrf.fmw 12.1.3.0.0

String substituting 'oracle.xdk.jrf.fmw 12.1.3.0.0 '

 Component : oracle.xdk.jrf.xmlparserv2 12.1.3.0.0

String substituting 'oracle.xdk.jrf.xmlparserv2 12.1.3.0.0 '

 Component : oracle.sysman.top.agent 13.2.0.0.0

String substituting 'oracle.sysman.top.agent 13.2.0.0.0 '

 Component : oracle.sysman.common 13.2.0.0.0

String substituting 'oracle.sysman.common 13.2.0.0.0 '

 Component : oracle.sysman.sbin 13.2.0.0.0

String substituting 'oracle.sysman.sbin 13.2.0.0.0 '

 Component : oracle.sysman.emagent.installer 13.2.0.0.0

String substituting 'oracle.sysman.emagent.installer 13.2.0.0.0 '

 Component : oracle.sysman.darda 8.09.0.1.0

String substituting 'oracle.sysman.darda 8.09.0.1.0 '

 Component : oracle.jre 1.7.0.111.0

String substituting 'oracle.jre 1.7.0.111.0 '

 Component : oracle.jdk 1.7.0.111.0

String substituting 'oracle.jdk 1.7.0.111.0 '

 Component : oracle.ldap.rsf 12.1.3.0.0

String substituting 'oracle.ldap.rsf 12.1.3.0.0 '

 Component : oracle.buildtools.rsf 11.2.0.3.0

String substituting 'oracle.buildtools.rsf 11.2.0.3.0 '

 Component : oracle.wsm.common 12.1.3.0.0

String substituting 'oracle.wsm.common 12.1.3.0.0 '

 Component : oracle.jrf.j2ee 12.1.3.0.0

String substituting 'oracle.jrf.j2ee 12.1.3.0.0 '

 Component : oracle.opss.core 12.1.3.0.0

String substituting 'oracle.opss.core 12.1.3.0.0 '

 Component : oracle.sysman.agent.ic 13.2.0.0.0

String substituting 'oracle.sysman.agent.ic 13.2.0.0.0 '

 Component : oracle.ons 12.1.3.0.0

String substituting 'oracle.ons 12.1.3.0.0 '

 Component : oracle.http_client 12.1.3.0.0

String substituting 'oracle.http_client 12.1.3.0.0 '

 Component : oracle.perlint 5.14.4.0.0

String substituting 'oracle.perlint 5.14.4.0.0 '

 Component : oracle.perlint.expat 2.0.1.0.1

String substituting 'oracle.perlint.expat 2.0.1.0.1 '

 Component : oracle.perlint.modules 5.14.4.0.1

String substituting 'oracle.perlint.modules 5.14.4.0.1 '

String substitutions complete

Link pending...

Linking in progress

 Component : oracle.osdt.core 12.1.3.0.0

Linking 'oracle.osdt.core 12.1.3.0.0 '

 Component : oracle.pki 12.1.3.0.0

Linking 'oracle.pki 12.1.3.0.0 '

 Component : oracle.rsa.crypto 12.1.3.0.0

Linking 'oracle.rsa.crypto 12.1.3.0.0 '

 Component : oracle.glcm.logging 1.4.0.0.0

Linking 'oracle.glcm.logging 1.4.0.0.0 '

 Component : oracle.glcm.comdev 7.6.0.0.0

Linking 'oracle.glcm.comdev 7.6.0.0.0 '

 Component : oracle.glcm.dependency 1.6.0.0.0

Linking 'oracle.glcm.dependency 1.6.0.0.0 '

 Component : oracle.glcm.xmldh 3.2.0.0.0

Linking 'oracle.glcm.xmldh 3.2.0.0.0 '

 Component : oracle.glcm.wizard 7.6.0.0.0

Linking 'oracle.glcm.wizard 7.6.0.0.0 '

 Component : oracle.glcm.encryption 2.5.0.0.0

Linking 'oracle.glcm.encryption 2.5.0.0.0 '

 Component : oracle.bali.share 12.1.3.0.0

Linking 'oracle.bali.share 12.1.3.0.0 '

 Component : oracle.bali.jewt 12.1.3.0.0

Linking 'oracle.bali.jewt 12.1.3.0.0 '

 Component : oracle.bali.ice 6.1.3.2.1

Linking 'oracle.bali.ice 6.1.3.2.1 '

 Component : oracle.help.share 12.1.3.0.0

Linking 'oracle.help.share 12.1.3.0.0 '

 Component : oracle.help.ohj 12.1.3.0.0

Linking 'oracle.help.ohj 12.1.3.0.0 '

 Component : oracle.nginst.common 13.8.0.0.0

Linking 'oracle.nginst.common 13.8.0.0.0 '

 Component : oracle.nginst.osp.compstager 13.8.0.0.0

Linking 'oracle.nginst.osp.compstager 13.8.0.0.0 '

 Component : oracle.jcraft.jsch 0.1.53.0.0

Linking 'oracle.jcraft.jsch 0.1.53.0.0 '

 Component : oracle.glcm.opatch.common.api 13.8.0.0.0

Linking 'oracle.glcm.opatch.common.api 13.8.0.0.0 '

 Component : oracle.nginst.core 13.8.0.0.0

Linking 'oracle.nginst.core 13.8.0.0.0 '

 Component : oracle.nginst.thirdparty 13.8.0.0.0

Linking 'oracle.nginst.thirdparty 13.8.0.0.0 '

 Component : oracle.swd.opatch 13.8.0.0.0

Linking 'oracle.swd.opatch 13.8.0.0.0 '

 Component : oracle.apache.commons.cli 1.2.0.0.1

Linking 'oracle.apache.commons.cli 1.2.0.0.1 '

 Component : oracle.apache.commons.compress 1.4.0.0.1

Linking 'oracle.apache.commons.compress 1.4.0.0.1 '

 Component : oracle.glcm.osys.core 13.8.0.0.0

Linking 'oracle.glcm.osys.core 13.8.0.0.0 '

 Component : oracle.glcm.oplan.core 13.8.0.0.0

Linking 'oracle.glcm.oplan.core 13.8.0.0.0 '

 Component : oracle.glcm.opatchauto.core 13.8.0.0.0

Linking 'oracle.glcm.opatchauto.core 13.8.0.0.0 '

 Component : oracle.jse.dms 12.1.3.0.0

Linking 'oracle.jse.dms 12.1.3.0.0 '

 Component : oracle.jrf.dms.common 12.1.3.0.0

Linking 'oracle.jrf.dms.common 12.1.3.0.0 '

 Component : oracle.jrf.dms 12.1.3.0.0

Linking 'oracle.jrf.dms 12.1.3.0.0 '

 Component : oracle.xdk.jrf.jaxp 12.1.3.0.0

Linking 'oracle.xdk.jrf.jaxp 12.1.3.0.0 '

 Component : oracle.xdk.jrf 12.1.3.0.0

Linking 'oracle.xdk.jrf 12.1.3.0.0 '

 Component : oracle.xdk.jrf.fmw 12.1.3.0.0

Linking 'oracle.xdk.jrf.fmw 12.1.3.0.0 '

 Component : oracle.xdk.jrf.xmlparserv2 12.1.3.0.0

Linking 'oracle.xdk.jrf.xmlparserv2 12.1.3.0.0 '

 Component : oracle.sysman.top.agent 13.2.0.0.0

Linking 'oracle.sysman.top.agent 13.2.0.0.0 '

 Component : oracle.sysman.common 13.2.0.0.0

Linking 'oracle.sysman.common 13.2.0.0.0 '

 Component : oracle.sysman.sbin 13.2.0.0.0

Linking 'oracle.sysman.sbin 13.2.0.0.0 '

 Component : oracle.sysman.emagent.installer 13.2.0.0.0

Linking 'oracle.sysman.emagent.installer 13.2.0.0.0 '

 Component : oracle.sysman.darda 8.09.0.1.0

Linking 'oracle.sysman.darda 8.09.0.1.0 '

 Component : oracle.jre 1.7.0.111.0

Linking 'oracle.jre 1.7.0.111.0 '

 Component : oracle.jdk 1.7.0.111.0

Linking 'oracle.jdk 1.7.0.111.0 '

 Component : oracle.ldap.rsf 12.1.3.0.0

Linking 'oracle.ldap.rsf 12.1.3.0.0 '

 Component : oracle.buildtools.rsf 11.2.0.3.0

Linking 'oracle.buildtools.rsf 11.2.0.3.0 '

 Component : oracle.wsm.common 12.1.3.0.0

Linking 'oracle.wsm.common 12.1.3.0.0 '

 Component : oracle.jrf.j2ee 12.1.3.0.0

Linking 'oracle.jrf.j2ee 12.1.3.0.0 '

 Component : oracle.opss.core 12.1.3.0.0

Linking 'oracle.opss.core 12.1.3.0.0 '

 Component : oracle.sysman.agent.ic 13.2.0.0.0

Linking 'oracle.sysman.agent.ic 13.2.0.0.0 '

 Component : oracle.ons 12.1.3.0.0

Linking 'oracle.ons 12.1.3.0.0 '

 Component : oracle.http_client 12.1.3.0.0

Linking 'oracle.http_client 12.1.3.0.0 '

 Component : oracle.perlint 5.14.4.0.0

Linking 'oracle.perlint 5.14.4.0.0 '

 Component : oracle.perlint.expat 2.0.1.0.1

Linking 'oracle.perlint.expat 2.0.1.0.1 '

 Component : oracle.perlint.modules 5.14.4.0.1

Linking 'oracle.perlint.modules 5.14.4.0.1 '

Linking in progress

Link successful

Setup pending...

Setup in progress

 Component : oracle.osdt.core 12.1.3.0.0

Setting up 'oracle.osdt.core 12.1.3.0.0 '

 Component : oracle.pki 12.1.3.0.0

Setting up 'oracle.pki 12.1.3.0.0 '

 Component : oracle.rsa.crypto 12.1.3.0.0

Setting up 'oracle.rsa.crypto 12.1.3.0.0 '

 Component : oracle.glcm.logging 1.4.0.0.0

Setting up 'oracle.glcm.logging 1.4.0.0.0 '

 Component : oracle.glcm.comdev 7.6.0.0.0

Setting up 'oracle.glcm.comdev 7.6.0.0.0 '

 Component : oracle.glcm.dependency 1.6.0.0.0

Setting up 'oracle.glcm.dependency 1.6.0.0.0 '

 Component : oracle.glcm.xmldh 3.2.0.0.0

Setting up 'oracle.glcm.xmldh 3.2.0.0.0 '

 Component : oracle.glcm.wizard 7.6.0.0.0

Setting up 'oracle.glcm.wizard 7.6.0.0.0 '

 Component : oracle.glcm.encryption 2.5.0.0.0

Setting up 'oracle.glcm.encryption 2.5.0.0.0 '

 Component : oracle.bali.share 12.1.3.0.0

Setting up 'oracle.bali.share 12.1.3.0.0 '

 Component : oracle.bali.jewt 12.1.3.0.0

Setting up 'oracle.bali.jewt 12.1.3.0.0 '

 Component : oracle.bali.ice 6.1.3.2.1

Setting up 'oracle.bali.ice 6.1.3.2.1 '

 Component : oracle.help.share 12.1.3.0.0

Setting up 'oracle.help.share 12.1.3.0.0 '

 Component : oracle.help.ohj 12.1.3.0.0

Setting up 'oracle.help.ohj 12.1.3.0.0 '

 Component : oracle.nginst.common 13.8.0.0.0

Setting up 'oracle.nginst.common 13.8.0.0.0 '

 Component : oracle.nginst.osp.compstager 13.8.0.0.0

Setting up 'oracle.nginst.osp.compstager 13.8.0.0.0 '

 Component : oracle.jcraft.jsch 0.1.53.0.0

Setting up 'oracle.jcraft.jsch 0.1.53.0.0 '

 Component : oracle.glcm.opatch.common.api 13.8.0.0.0

Setting up 'oracle.glcm.opatch.common.api 13.8.0.0.0 '

 Component : oracle.nginst.core 13.8.0.0.0

Setting up 'oracle.nginst.core 13.8.0.0.0 '

registering file(s) under /oui/.globalEnv.properties in deinstall-info.xml

 Component : oracle.nginst.thirdparty 13.8.0.0.0

Setting up 'oracle.nginst.thirdparty 13.8.0.0.0 '

 Component : oracle.swd.opatch 13.8.0.0.0

Setting up 'oracle.swd.opatch 13.8.0.0.0 '

 Component : oracle.apache.commons.cli 1.2.0.0.1

Setting up 'oracle.apache.commons.cli 1.2.0.0.1 '

 Component : oracle.apache.commons.compress 1.4.0.0.1

Setting up 'oracle.apache.commons.compress 1.4.0.0.1 '

 Component : oracle.glcm.osys.core 13.8.0.0.0

Setting up 'oracle.glcm.osys.core 13.8.0.0.0 '

 Component : oracle.glcm.oplan.core 13.8.0.0.0

Setting up 'oracle.glcm.oplan.core 13.8.0.0.0 '

 Component : oracle.glcm.opatchauto.core 13.8.0.0.0

Setting up 'oracle.glcm.opatchauto.core 13.8.0.0.0 '

 Component : oracle.jse.dms 12.1.3.0.0

Setting up 'oracle.jse.dms 12.1.3.0.0 '

 Component : oracle.jrf.dms.common 12.1.3.0.0

Setting up 'oracle.jrf.dms.common 12.1.3.0.0 '

 Component : oracle.jrf.dms 12.1.3.0.0

Setting up 'oracle.jrf.dms 12.1.3.0.0 '

 Component : oracle.xdk.jrf.jaxp 12.1.3.0.0

Setting up 'oracle.xdk.jrf.jaxp 12.1.3.0.0 '

 Component : oracle.xdk.jrf 12.1.3.0.0

Setting up 'oracle.xdk.jrf 12.1.3.0.0 '

 Component : oracle.xdk.jrf.fmw 12.1.3.0.0

Setting up 'oracle.xdk.jrf.fmw 12.1.3.0.0 '

 Component : oracle.xdk.jrf.xmlparserv2 12.1.3.0.0

Setting up 'oracle.xdk.jrf.xmlparserv2 12.1.3.0.0 '

 Component : oracle.sysman.top.agent 13.2.0.0.0

Setting up 'oracle.sysman.top.agent 13.2.0.0.0 '

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/install/unix/scripts/agentstup.template'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/install/unix/scripts/agentstup.template'.

changing permission for '/opt/oracle/product/agent13c/agent_13.2.0.0.0'

spawning 'chmod -R a+rX /opt/oracle/product/agent13c/agent_13.2.0.0.0/perl'

changing permission for '/opt/oracle/product/agent13c/agent_13.2.0.0.0/EMStage'

updating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/root.sh.template.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/root.sh.template'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/replacebins.sh.template'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/stage/bin/forwarderProxy.template'.

changing permissions for '/opt/oracle/product/agent13c/agent_13.2.0.0.0/stage/bin/forwarderProxy.template'

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/bin/emtgtctl'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/stage/sysman/config/emd.properties.template'.

updating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/install/eminstall.info.

spawning '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin/perl /opt/oracle/product/agent13c/agent_13.2.0.0.0/sysman/admin/scripts/patchUploadTriggers.pl /opt/oracle/product/agent13c/agent_13.2.0.0.0'

 Component : oracle.sysman.common 13.2.0.0.0

Setting up 'oracle.sysman.common 13.2.0.0.0 '

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0//bin/emctl.pl.template'.

deleting '/opt/oracle/product/agent13c/agent_13.2.0.0.0//bin/emctl.pl.template'

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0//bin/emctl.template'.

changing permissions for '/opt/oracle/product/agent13c/agent_13.2.0.0.0/bin/emctl'

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0//bin/commonenv.template'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0//install/unix/scripts/gcroot.sh.template'.

changing permissions for '/opt/oracle/product/agent13c/agent_13.2.0.0.0//install/unix/scripts/gcroot.sh'

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/oui/bin/runConfig.sh'.

 Component : oracle.sysman.sbin 13.2.0.0.0

Setting up 'oracle.sysman.sbin 13.2.0.0.0 '

 Component : oracle.sysman.emagent.installer 13.2.0.0.0

Setting up 'oracle.sysman.emagent.installer 13.2.0.0.0 '

 Component : oracle.sysman.darda 8.09.0.1.0

Setting up 'oracle.sysman.darda 8.09.0.1.0 '

 Component : oracle.jre 1.7.0.111.0

Setting up 'oracle.jre 1.7.0.111.0 '

 Component : oracle.jdk 1.7.0.111.0

Setting up 'oracle.jdk 1.7.0.111.0 '

 Component : oracle.ldap.rsf 12.1.3.0.0

Setting up 'oracle.ldap.rsf 12.1.3.0.0 '

 Component : oracle.buildtools.rsf 11.2.0.3.0

Setting up 'oracle.buildtools.rsf 11.2.0.3.0 '

 Component : oracle.wsm.common 12.1.3.0.0

Setting up 'oracle.wsm.common 12.1.3.0.0 '

 Component : oracle.jrf.j2ee 12.1.3.0.0

Setting up 'oracle.jrf.j2ee 12.1.3.0.0 '

 Component : oracle.opss.core 12.1.3.0.0

Setting up 'oracle.opss.core 12.1.3.0.0 '

 Component : oracle.sysman.agent.ic 13.2.0.0.0

Setting up 'oracle.sysman.agent.ic 13.2.0.0.0 '

 Component : oracle.ons 12.1.3.0.0

Setting up 'oracle.ons 12.1.3.0.0 '

 Component : oracle.http_client 12.1.3.0.0

Setting up 'oracle.http_client 12.1.3.0.0 '

 Component : oracle.perlint 5.14.4.0.0

Setting up 'oracle.perlint 5.14.4.0.0 '

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/c2ph'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/config_data'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/corelist'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/cpan'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/cpan2dist'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/cpanp'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/cpanp-run-perl'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/dbilogstrip'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/dbiprof'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/dbiproxy'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/dprofpp'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/enc2xs'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/find2perl'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/h2ph'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/h2xs'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/instmodsh'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/libnetcfg'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/ora_explain'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/perlbug'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/perldoc'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/perlivp'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/piconv'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/pl2pm'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/pod2html'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/pod2latex'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/pod2man'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/pod2text'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/pod2usage'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/podchecker'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/podselect'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/prove'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/psed'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/pstruct'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/ptar'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/ptardiff'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/s2p'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/shasum'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/splain'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp/xsubpp'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/lib_tmp/Config.pm'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/lib_tmp/Config_heavy.pl'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/lib_tmp/config.h'.

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/lib_tmp/perllocal.pod'.

spawning 'rm -rf  /opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin_tmp'

spawning 'rm -rf /opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/lib_tmp'

 Component : oracle.perlint.expat 2.0.1.0.1

Setting up 'oracle.perlint.expat 2.0.1.0.1 '

 Component : oracle.perlint.modules 5.14.4.0.1

Setting up 'oracle.perlint.modules 5.14.4.0.1 '

instantiating '/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/modules_lib_tmp/mk.pm'.

spawning 'rm -rf /opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/modules_lib_tmp'

Setup successful

Save inventory pending...

Saving inventory
.................. 89%

Saving inventory complete
.................. 90%

Configuration complete
Logs successfully copied to /opt/oracle/oraInventory/logs.
 Agent Software install completed

Creating symlink /opt/oracle/product/agent13c/agent_13.2.0.0.0/oracle_common/jdk/bin /opt/oracle/product/agent13c/agent_13.2.0.0.0/jdk/bin
Executing command to check/apply patches if exist in agenthome.....
/opt/oracle/product/agent13c/agent_13.2.0.0.0/perl/bin/perl /opt/oracle/product/agent13c/agent_13.2.0.0.0/install/oneoffs/apply_NewOneoffs.pl /opt/oracle/product/agent13c/agent_13.2.0.0.0 true
The ORACLE HOME is /opt/oracle/product/agent13c/agent_13.2.0.0.0The install isLocal is trueThe command is opatch napply -invPtrLoc /opt/oracle/product/agent13c/agent_13.2.0.0.0/oraInst.loc -silent   -local

 Unjarring the oneoff 24470104.zip ...
 /opt/oracle/product/agent13c/agent_13.2.0.0.0/oracle_common/jdk/bin/jar xvf /opt/oracle/product/agent13c/agent_13.2.0.0.0/install/oneoffs/agent/24470104.zip
  created: 24470104/
 inflated: 24470104/README.txt
  created: 24470104/files/
  created: 24470104/files/oracle.sysman.agent.ic/
  created: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/
  created: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/
  created: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/
  created: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/
  created: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/
  created: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/
  created: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/net/
  created: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/net/ns/
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/net/ns/NSProtocol.class
  created: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/net/nt/
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/net/nt/TcpsNTAdapter.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/net/nt/SSLSocketChannel.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/net/nt/TcpsConfigure.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/net/nt/CustomSSLSocketFactory.class
  created: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/net/resolver/
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/net/resolver/AddrResolution.class
  created: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/OracleConnection$DatabaseShutdownMode.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/OracleConnection.class
  created: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/driver/
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/driver/T4CConnection$1.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/driver/NTFListener.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/driver/PhysicalConnection.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/driver/NTFAQRegistration.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/driver/PhysicalConnection$1.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/driver/T4CConnection$ReplayMode.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/driver/PhysicalConnection$DrcpState.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/driver/T4CConnection$3.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/driver/PhysicalConnection$2.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/driver/PhysicalConnection$3.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/driver/NTFConnection.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/driver/T4CConnection$2.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/driver/T4CConnection.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/driver/PhysicalConnection$BufferCacheStore.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/driver/PhysicalConnection$4.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/driver/NTFManager.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/OracleConnection$CommitOption.class
 inflated: 24470104/files/oracle.sysman.agent.ic/13.2.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc7.jar/oracle/jdbc/OracleConnection$DatabaseStartupMode.class
  created: 24470104/etc/
  created: 24470104/etc/config/
 inflated: 24470104/etc/config/actions.xml
 inflated: 24470104/etc/config/inventory.xml
patches exist in /opt/oracle/product/agent13c/agent_13.2.0.0.0

 Applying opatch for the oneoffs 24470104 ...
 /opt/oracle/product/agent13c/agent_13.2.0.0.0/OPatch/opatch napply -invPtrLoc /opt/oracle/product/agent13c/agent_13.2.0.0.0/oraInst.loc -silent   -local  -oh /opt/oracle/product/agent13c/agent_13.2.0.0.0 -phBaseFile /opt/oracle/product/agent13c/agent_13.2.0.0.0/patch.txt
Oracle Interim Patch Installer version 13.8.0.0.0
Copyright (c) 2017, Oracle Corporation.  All rights reserved.


Oracle Home       : /opt/oracle/product/agent13c/agent_13.2.0.0.0
Central Inventory : /opt/oracle/oraInventory
   from           : /opt/oracle/product/agent13c/agent_13.2.0.0.0/oraInst.loc
OPatch version    : 13.8.0.0.0
OUI version       : 13.8.0.0.0
Log file location : /opt/oracle/product/agent13c/agent_13.2.0.0.0/cfgtoollogs/opatch/opatch2017-01-17_16-25-48PM_1.log


OPatch detects the Middleware Home as "/opt/oracle/product/agent13c"

Verifying environment and performing prerequisite checks...
OPatch continues with these patches:   24470104

Do you want to proceed? [y|n]
Y (auto-answered by -silent)
User Responded with: Y
All checks passed.
Backing up files...
Applying interim patch '24470104' to OH '/opt/oracle/product/agent13c/agent_13.2.0.0.0'

Patching component oracle.sysman.agent.ic, 13.2.0.0.0...
Patch 24470104 successfully applied.
Log file location: /opt/oracle/product/agent13c/agent_13.2.0.0.0/cfgtoollogs/opatch/opatch2017-01-17_16-25-48PM_1.log

OPatch succeeded.

 Finished one-offs apply...

 Deleting the files...

 Finished deleting the above files...
Copying Install logs to /opt/oracle/product/agent13c/agent_13.2.0.0.0/cfgtoollogs/agentDeploy .....
Entered Post Install...

Relaxing execute  permission for other users  on /opt/oracle/product/agent13c/agent_13.2.0.0.0/install for bug#20005612
/bin/chmod: cannot access `/opt/oracle/product/agent13c/agent_13.2.0.0.0/plugins': No such file or directory
Finished post install
Plugin txt:
Inside if ,  is empty
oracle.sysman.oh|13.2.0.0.0| |agentPlugin
oracle.sysman.oh|13.2.0.0.0| |discoveryPlugin
/opt/oracle/product/agent13c/agent_13.2.0.0.0/oracle_common/jdk/jre/bin/java -classpath /opt/oracle/product/agent13c/agent_13.2.0.0.0/jlib/agentInstaller.jar:/opt/oracle/product/agent13c/agent_13.2.0.0.0/oui/modules/OraInstaller.jar:/opt/oracle/product/agent13c/agent_13.2.0.0.0/oui/modules/installer-launch.jar oracle.sysman.agent.installer.AgentPluginInstaller /opt/oracle/product/agent13c/agent_13.2.0.0.0 /home/oracle/installer/plugins
/opt/oracle/product/agent13c/agent_13.2.0.0.0/oracle_common/jdk/jre/bin/java -classpath /opt/oracle/product/agent13c/agent_13.2.0.0.0/oui/modules/OraInstaller.jar:/opt/oracle/product/agent13c/agent_13.2.0.0.0/oui/modules/emCfg.jar:/opt/oracle/product/agent13c/agent_13.2.0.0.0/jlib/agentInstaller.jar oracle.sysman.agent.installer.AgentFreshInstaller /opt/oracle/product/agent13c/agent_13.2.0.0.0 /opt/oracle/product/agent13c/agent_inst /opt/oracle/product/agent13c RESPONSE_FILE=/opt/oracle/product/agent13c/agentInstall.rsp  $args
The AgentFreshInstaller is starting now
Oraclehome : ../opt/oracle/product/agent13c/agent_13.2.0.0.0
InstanceHome : /opt/oracle/product/agent13c/agent_inst
Agent Base Directory : /opt/oracle/product/agent13c
The oraclehome /opt/oracle/product/agent13c/agent_13.2.0.0.0
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: /opt/oracle/product/agent13c/agent_13.2.0.0.0
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: /opt/oracle/product/agent13c/agent_inst
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: /opt/oracle/product/agent13c
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: RESPONSE_FILE=/opt/oracle/product/agent13c/agentInstall.rsp
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: AGENT_BASE_DIR=/opt/oracle/product/agent13c
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: -force
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: -ignorePrereqs
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: -invPtrLoc
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: /etc/oraInst.loc
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: AGENT_PORT=3872
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: EM_UPLOAD_PORT=4903
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: OMS_HOST=lnxoemdev01
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: ORACLE_HOSTNAME=dbmo-sit
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: AGENT_INSTANCE_HOME=/opt/oracle/product/agent13c/agent_inst
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: SCRATCHPATH=/home/oracle/tmp
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: ORACLE_HOME=/opt/oracle/product/agent13c/agent_13.2.0.0.0
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: AGENT_PORT=3872
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: EM_UPLOAD_PORT=4903
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: OMS_HOST=lnxoemdev01
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: AGENT_INSTANCE_HOME=/opt/oracle/product/agent13c/agent_inst
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: AGENT_BASE_DIR=/opt/oracle/product/agent13c
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_doDiscovery=true
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: START_AGENT=true
startAgent is:true
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_forceConfigure=false
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_sharedAgents=false
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_secureAgent=true
seci is :true
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_noUpgrade=true
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_agentupgrade=false
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: PLUGIN_RSPFILE=/home/oracle/installer/plugins.txt
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: ORACLE_HOSTNAME=dbmo-sit
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: SCRATCHPATH=/home/oracle/tmp
Jan 17, 2017 4:26:23 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: EMCTLCFG_MODE=NONE
Writing the following contents into /opt/oracle/product/agent13c/agent_13.2.0.0.0/install/oragchomelist
/opt/oracle/product/agent13c/agent_13.2.0.0.0:/opt/oracle/product/agent13c/agent_inst
Creating directory /opt/oracle/product/agent13c/agent_13.2.0.0.0/install/tmp completed successfully.
File /etc/oragchomelist exists.
File /etc/oragchomelist is writable.
Index :0 for line : /opt/oracle/product/agent13c/agent_13.2.0.0.0:/opt/oracle/product/agent13c/agent_inst
Overwriting the contents since oracle home:/opt/oracle/product/agent13c/agent_13.2.0.0.0 entry already exists.
The value of chainInstall : false forceConfigure : false skipValidation : false
Validating oms host & port with url: https://lnxoemdev01:4903/empbs/genwallet
Validating oms host & port with url: http://lnxoemdev01:4903/empbs/genwallet
The status is 0
Validated the oms host and port :- lnxoemdev01----4903
Getting Inet Addresses for host dbmo-sit
** Agent Port Check completed successfully.**
Validated the agent port :- ----3872
shared agent value is :false
Agent Mode is None
Agent Configuration completed successfully
The following configuration scripts need to be executed as the "root" user. Root script to run : /opt/oracle/product/agent13c/agent_13.2.0.0.0/root.sh
Waiting for agent targets to get promoted...
Waiting for agent targets to get promoted...
Waiting for agent targets to get promoted...
Waiting for agent targets to get promoted...
Waiting for agent targets to get promoted...
Waiting for agent targets to get promoted...
Waiting for agent targets to get promoted...
Waiting for agent targets to get promoted...
Waiting for agent targets to get promoted...
Waiting for agent targets to get promoted...
Waiting for agent targets to get promoted...
Waiting for agent targets to get promoted...
Waiting for agent targets to get promoted...
Waiting for agent targets to get promoted...
Waiting for agent targets to get promoted...
Waiting for agent targets to get promoted...
Waiting for agent targets to get promoted...
Waiting for agent targets to get promoted...
Waiting for agent targets to get promoted...
Waiting for agent targets to get promoted...
Promoting agent and its related targets to Management Service failed probably due to target type meta version present on the agent is not  present on the OMS.Make sure that the plug-in version deployed on agents is the same as that of the version on the OMS. Also, the agent should be on the same bundle patch version as that of the OMS.For more details, check /sysman/log/gcagent.log on agent and emoms_pbs.log on the OMS.
Fix the cause of the error and retry the operation (or) manually run the following commands on the remote host
/opt/oracle/product/agent13c/agent_inst/bin/emctl start agent
/opt/oracle/product/agent13c/agent_inst/bin/emctl config agent addinternaltargets
[oracle@dbmo-sit installer]$
Note : as root, execute the root.sh
as you can see at the last part of my installation, it failed but when i check my OMS the agent is able to communicate to my OMS but the issue is with port 4903 because of some firewall.
My agent is unable receive the acknowledge message from OMS.
[oracle@dbmo-sit ~]$  /opt/oracle/product/agent13c/agent_inst/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             : /opt/oracle/product/agent13c/agent_inst
Agent Log Directory    : /opt/oracle/product/agent13c/agent_inst/sysman/log
Agent Binaries         : /opt/oracle/product/agent13c/agent_13.2.0.0.0
Core JAR Location      : /opt/oracle/product/agent13c/agent_13.2.0.0.0/jlib
Agent Process ID       : 18479
Parent Process ID      : 18421
Agent URL              : https://dbmo-sit:3872/emd/main/
Local Agent URL in NAT : https://dbmo-sit:3872/emd/main/
Repository URL         : https://lnxoemdev01:4903/empbs/upload
Started at             : 2017-01-17 16:27:17
Started by user        : oracle
Operating System       : Linux version 2.6.32-642.el6.x86_64 (amd64)
Number of Targets      : (none)
Last Reload            : (none)
Last successful upload                       : 2017-01-17 16:39:02
Last attempted upload                        : 2017-01-17 16:39:02
Total Megabytes of XML files uploaded so far : 0
Number of XML files pending upload           : 0
Size of XML files pending upload(MB)         : 0
Available disk space on upload filesystem    : 74.29%
Collection Status                            : Collections enabled
Heartbeat Status                             : Ok
Last attempted heartbeat to OMS              : 2017-01-18 09:08:41
Last successful heartbeat to OMS             : 2017-01-18 09:08:41
Next scheduled heartbeat to OMS              : 2017-01-18 09:09:41

---------------------------------------------------------------
Agent is Running and Ready
[oracle@dbmo-sit ~]$

No comments:

Post a Comment