LoginSignup
2
2

Oracle Enterprise Manager Cloud Control (EM)の Management Agent (管理エージェント)は サイレント・モード(CLI)で Webコンソールの[ホスト・ターゲットの追加]ウィザードを使用せずに、宛先ホスト自体から管理エージェントをインストールすることができます。
ということで、Oracle Database 23c をターゲットとして Oracle Management Agentを CLIでインストールして EMで管理できるようにみてみます。

■ Oracle Enterprise Manager 13c作成

Oracle Cloud Marketplace: Oracle Enterprise Manager 13c を作成します。

■ ターゲット・インスタンス作成

Oracle Database 23c をターゲットとして EMで管理できるようにします

■ EM Agent 前提条件

● OS パッケージ要件

Installing Oracle Management Agent in Silent Mode
に記載されているように、オペレーティング システム固有のパッケージをすべてインストールしておきます。
今回インストールする Oracle Base Database Service(BaseDB) にはすでにインストールされています。

● Host Name と IP Address要件

EM とターゲット・インスタンスどおしで Host NameのFQDN名前解決と IP Addressで通信できることを確認

1) /etc/hosts設定
宛先ホストとOMSが実行されているホストが異なるネットワーク・ドメインに属している場合は、Agentをインストールするホストの /etc/hosts ファイルを更新して、OMSのIPアドレス、完全修飾名を含むFQDNのホスト名とホストの短縮名を追加

[root@exadb-node1 ~]# vi /etc/hosts
10.100.200.24	oms1.emdb.vcnexatokyo.oraclevcn.com	oms1

2) EMサーバーへの名前解決確認
・EMサーバーの FQDNでアクセスできるか全ての Databaseノードで確認

[root@basedb23c-tokyo ~]# ping oms1.emdb.vcnexatokyo.oraclevcn.com -c 3
	PING oms1.emdb.vcnexatokyo.oraclevcn.com (10.100.200.24) 56(84) bytes of data.
	64 bytes from oms1.emdb.vcnexatokyo.oraclevcn.com (10.100.200.24): icmp_seq=1 ttl=64 time=0.392 ms
	64 bytes from oms1.emdb.vcnexatokyo.oraclevcn.com (10.100.200.24): icmp_seq=2 ttl=64 time=0.336 ms
	64 bytes from oms1.emdb.vcnexatokyo.oraclevcn.com (10.100.200.24): icmp_seq=3 ttl=64 time=0.316 ms

	--- oms1.emdb.vcnexatokyo.oraclevcn.com ping statistics ---
	3 packets transmitted, 3 received, 0% packet loss, time 2071ms
	rtt min/avg/max/mdev = 0.316/0.348/0.392/0.032 ms

・EMサーバー ホストの短縮名でアクセスできるか全ての Databaseノードで確認

[root@basedb23c-tokyo ~]# ping oms1 -c 3
	PING oms1.emdb.vcnexatokyo.oraclevcn.com (10.100.200.24) 56(84) bytes of data.
	64 bytes from oms1.emdb.vcnexatokyo.oraclevcn.com (10.100.200.24): icmp_seq=1 ttl=64 time=0.353 ms
	64 bytes from oms1.emdb.vcnexatokyo.oraclevcn.com (10.100.200.24): icmp_seq=2 ttl=64 time=0.287 ms
	64 bytes from oms1.emdb.vcnexatokyo.oraclevcn.com (10.100.200.24): icmp_seq=3 ttl=64 time=0.340 ms

	--- oms1.emdb.vcnexatokyo.oraclevcn.com ping statistics ---
	3 packets transmitted, 3 received, 0% packet loss, time 2084ms
	rtt min/avg/max/mdev = 0.287/0.326/0.353/0.035 ms

■ 1. Agent Download

OMSホスト上で管理エージェント・ソフトウェアをダウンロード

● Get the agent image:

OMSホスト上で管理エージェント・ソフトウェアを使用できるプラットフォームを特定します。
EMCLIクライアントは、すべてのOMSインストールでデフォルトで使用できるため、クライアントを個別にインストールする必要はありません。

/u01/app/oracle/em/middleware_135/bin/emcli login -username=sysman -password=<Password>
/u01/app/oracle/em/middleware_135/bin/emcli sync
/u01/app/oracle/em/middleware_135/bin/emcli get_supported_platforms

1) EMCLI クライアントにログイン
OMS ホストで、OMS ホームから EMCLI クライアントにログイン

[oracle@oms1 bin]$ /u01/app/oracle/em/middleware_135/bin/emcli login -username=sysman -password=<Password>
	Login successful

2) EM CLIクライアントをOMSと同期
EM CLIクライアントをOMSと同期します。同期化した後、このOMSで使用可能なすべての動詞および関連付けられたコマンドライン・ヘルプが、EM CLIクライアントで使用可能になります。

[oracle@oms1 bin]$ /u01/app/oracle/em/middleware_135/bin/emcli sync
	Synchronized successfully

3) 使用可能プラットフォーム特定
管理エージェント・ソフトウェアがOMSホストで使用できるプラットフォームをリストします。

[oracle@oms1 bin]$ /u01/app/oracle/em/middleware_135/bin/emcli get_supported_platforms
	-----------------------------------------------
	Version = 13.5.0.0.0
	Platform = Linux x86-64
	-----------------------------------------------
	Platforms list displayed successfully.

上記のコマンドは、OMS ホスト上で管理エージェント ソフトウェアが使用可能なすべてのプラットフォームをリストします。
出力に管理エージェントをインストールするプラットフォームがリストされている場合は、次の手順に進みます。
それ以外の場合は、自己更新コンソールを使用して、必要なプラットフォーム用のソフトウェアをダウンロードします。

 オンライン モードまたはオフライン モードで、リストにないエージェントを取得するために使用できる方法の確認については、次のリファレンスを参照してください。
 Note 1369575.1 EM 13c: 自己更新、ダウンロードおよび適用機能を使用したデプロイメントのためのEnterprise Manager Cloud Control管理エージェントのステージング

4) 管理エージェント ソフトウェアをダウンロード
管理エージェント ソフトウェアをOracleソフトウェア・ライブラリからOMSホスト上の一時ディレクトリにダウンロードします。

emcli get_agentimage -destination=<location> -platform="<OS as seen in the emcli get_supported_platforms command ouptut" -version=<version as seen in the emcli get_supported_platforms output>

	-destination: 管理エージェント ソフトウェアをダウンロードする OMS ホスト上のディレクトリ。 <download_directory> を、この対応する場所に置き換えます。 この場所への書き込み権限があること、およびこのディレクトリの場所が空であることを確認してください。
	-platform:  は、ソフトウェアをダウンロードするプラットフォーム、つまりターゲット ホストのプラットフォーム。 <platform> を対応する値に置き換えます。 上記のコマンドで説明したように、この値を二重引用符で囲みます。
	-version:  は、ダウンロードする管理エージェント ソフトウェアのバージョン (オプション)。 <version> を対応する値に置き換えます。
	emcli コマンドが接続先のOMSホームから実行されていることを確認してください
実行
[oracle@oms1 emagent]$ /u01/app/oracle/em/middleware_135/bin/emcli get_agentimage -destination=/tmp/emagent -platform="Linux x86-64" -version=13.5.0.0.0
	=== Partition Detail ===
	Space free : 307 GB
	Space required : 1 GB
	Check the logs at /home/oracle/.emcli/get_agentimage_2024-03-26_06-48-57-AM.log
	Downloading /tmp/emagent/13.5.0.0.0_AgentCore_226.zip
	File saved as /tmp/emagent/13.5.0.0.0_AgentCore_226.zip
	Downloading /tmp/emagent/13.5.0.0.0_Plugins_226.zip
	File saved as /tmp/emagent/13.5.0.0.0_Plugins_226.zip
	Downloading /tmp/emagent/unzip
	File saved as /tmp/emagent/unzip
	Executing command: /tmp/emagent/unzip /tmp/emagent/13.5.0.0.0_Plugins_226.zip -d /tmp/emagent
	Archieving agentImage and plugins.
	Exit status is:0
	Agent Image Download completed successfully.

5) ダウンロード確認

[oracle@oms1 emagent]$ ls -l /tmp/emagent/
	total 782340
	-rw-r--r--. 1 oracle oinstall 801114116 Mar 26 06:49 13.5.0.0.0_AgentCore_226.zip

■ 2. Agent Deploy

ターゲット・インスタンスからOMSホストにある管理エージェント・ソフトウェアをダウンロード

1) Agent Directory 作成

[oracle@basedb23c-tokyo ~]$ mkdir -p /u01/app/oracle/em/agent/agent_inst
[oracle@basedb23c-tokyo ~]$ ls -la /u01/app/oracle/em/agent/agent_inst
	total 8
	drwxr-xr-x 2 oracle oinstall 4096 Mar 26 13:04 .
	drwxr-xr-x 3 oracle oinstall 4096 Mar 26 13:04 ..

2) Dowonload

[oracle@basedb23c-tokyo ~]$ scp -r opc@10.100.200.24:/tmp/emagent /tmp
	13.5.0.0.0_AgentCore_226.zip                                                                100%  764MB 143.7MB/s   00:05

3) Dowonload確認

[oracle@basedb23c-tokyo ~]$ ls -l /tmp/emagent
	total 782340
	-rw-r--r-- 1 oracle oinstall 801114116 Mar 26 14:21 13.5.0.0.0_AgentCore_226.zip

4) DowonloadファイルをUnzip
ダウンロードした ZIP ファイルを、管理エージェントのインストール先ホスト上の一時ディレクトリ (/tmp) に転送します。
宛先ホストで、Unzip ユーティリティを使用して ZIP ファイルの内容を抽出します。

$ unzip /tmp/<software_zip_file> -d <software_extract_location>
[oracle@basedb23c-tokyo ~]$ cd /tmp/emagent
[oracle@basedb23c-tokyo emagent]$ unzip /tmp/emagent/13.5.0.0.0_AgentCore_226.zip
Archive:  /tmp/emagent/13.5.0.0.0_AgentCore_226.zip
  inflating: agentcore.bin
  inflating: agent.rsp
  inflating: agentDeploy.sh
  inflating: agentimage.properties
  inflating: unzip
  inflating: zip
   creating: plugins/
  inflating: plugins/oracle.apps.ebs.discovery.plugin-13.5.1.0.0.farb
  inflating: plugins/oracle.sysman.emas.discovery.plugin-13.5.1.0.0.farb
  inflating: plugins/oracle.sysman.si.discovery.plugin-13.5.1.0.0.farb
  inflating: plugins/oracle.fmw.gg.discovery.plugin-13.5.2.0.0.farb
  inflating: plugins/oracle.sysman.db.discovery.plugin-13.5.1.0.0.farb
  inflating: plugins/oracle.sysman.xa.discovery.plugin-13.5.1.0.0.farb
  inflating: plugins/oracle.apps.psft.discovery.plugin-13.5.1.1.0.farb
  inflating: plugins/oracle.sysman.oh.discovery.plugin-13.5.0.0.0.farb
  inflating: plugins/oracle.sysman.oh.agent.plugin-13.5.0.0.0.farb
  inflating: plugins.txt
   creating: oneoffs/
  inflating: oneoffs/agentDeploy.sh
  inflating: oneoffs/applypatchesonapplicablehome.pl
  inflating: oneoffs/opatch_common.pl

5) Unzip確認

[oracle@basedb23c-tokyo emagent]$ ls -l
	total 1529180
	-rw-r--r-- 1 oracle oinstall 801114116 Mar 26 14:21 13.5.0.0.0_AgentCore_226.zip
	-rwxr-xr-x 1 oracle oinstall 764284931 Mar 21  2021 agentcore.bin
	-rwxr-xr-x 1 oracle oinstall     75800 Mar 21  2021 agentDeploy.sh
	-rw-rw-r-- 1 oracle oinstall       179 Mar 21  2021 agentimage.properties
	-rw------- 1 oracle oinstall      4161 Mar 21  2021 agent.rsp
	drwxr-x--- 2 oracle oinstall       100 Mar 26 06:49 oneoffs
	drwxr-xr-x 2 oracle oinstall       220 Mar 26 06:49 plugins
	-rwxr-xr-x 1 oracle oinstall       408 Mar 26 06:49 plugins.txt
	-r-xr-xr-x 1 oracle oinstall    145976 Mar 21  2021 unzip
	-r-xr-xr-x 1 oracle oinstall    230027 Mar 21  2021 zip

・OMSポート確認

[oracle@oms1 ~]$ cat /u01/app/oracle/em/middleware_135/install/portlist.ini
Enterprise Manager Upload Http Port=4889
OHS Http SSL Port=9899
Managed Server Http Port=7201
Oracle Management Agent Port=3872
Enterprise Manager Central Console Http Port=7788
Node Manager Http SSL Port=7401
OHS Http Port=9788
Admin Server Http SSL Port=7101
Managed Server Http SSL Port=7301
Enterprise Manager Upload Http SSL Port=4900
Enterprise Manager Central Console Http SSL Port=7799

6) agent.rsp 設定
必要パラメータをagent.rspへ設定

・ Parameter & Description

パラメータ 説明
OMS_HOST oms1.emdb.vcnexatokyo.oraclevcn.com OMS host name
EM_UPLOAD_PORT 4889 Upload port (HTTP or HTTPS) for communicating with the OMS.
AGENT_REGISTRATION_PASSWORD Password for registering new Management Agents that join the Enterprise Manager system.
AGENT_INSTANCE_HOME /u01/app/oracle/em/agent/agent_inst/Directory location on the destination host where all Management Agent-related configuration files can be stored.
AGENT_PORT 3872 (Optional) Enter a free port on which the Management Agent process should be started. The same port is used for both HTTP and HTTPS. For example, AGENT_PORT=1832 If you do not enter any value, then either 3872 or any free port between 1830 and 1849 is honored.
b_startAgent TRUE TRUE if you want the Management Agent to start automatically once it is installed and configured. Otherwise, enter FALSE.
ORACLE_HOSTNAME basedb23c-tokyo.publicsubnet.vcnexatokyo.oraclevcn.com Fully qualified domain name of the host where you want to install the agent.
s_agentHomeName (Optional) Enter the name of the Oracle home you want to see created for the Management Agent. For example, s_agentHomeName=agent12cR2 If you do not include this parameter, it defaults to agent12cn, where n is 1 for the first Management Agent installed on the host, 2 for the second Management Agent installed on the host, and so on.
s_agentSrvcName Windows (only) service name for the agent
[oracle@basedb23c-tokyo emagent]$ cp -p agent.rsp agent.rsp.org
[oracle@basedb23c-tokyo emagent]$ ls -l | grep agent.rsp
	-rw------- 1 oracle oinstall      4161 Mar 21  2021 agent.rsp
	-rw------- 1 oracle oinstall      4161 Mar 21  2021 agent.rsp.org

[oracle@basedb23c-tokyo emagent]$ vi agent.rsp
[oracle@basedb23c-tokyo emagent]$ cat agent.rsp
#--------------------------------------------------------------------------------
#Following are mandatory parameters
#--------------------------------------------------------------------------------
OMS_HOST=oms1.emdb.vcnexatokyo.oraclevcn.com
EM_UPLOAD_PORT=4900
AGENT_REGISTRATION_PASSWORD=<Password>
#--------------------------------------------------------------------------------
#Following are optional parameters
#--------------------------------------------------------------------------------
b_startAgent=TRUE
AGENT_BASE_DIR=/u01/app/oracle/em/agent
AGENT_INSTANCE_HOME=/u01/app/oracle/em/agent/agent_inst
#AGENT_PORT=3872
ORACLE_HOSTNAME=basedb23c-tokyo.publicsubnet.vcnexatokyo.oraclevcn.com
s_agentHomeName=agent13.5RU19
####################################################################################
#Please Don't change the values of these variables
####################################################################################
#-------------------------------------------------------------------------------
#EM_INSTALL_TYPE:<STRING> install type
#-------------------------------------------------------------------------------
EM_INSTALL_TYPE="AGENT"

7) デプロイ
デプロイメント スクリプトを呼び出し、応答ファイルを渡します。

<software_extract_location>/agentDeploy.sh AGENT_BASE_DIR=<Agent Instance Base> RESPONSE_FILE=<absolute_path_to_responsefile>
・実行結果(クリックして表示)
[oracle@basedb23c-tokyo emagent]$ /tmp/emagent/agentDeploy.sh  RESPONSE_FILE=/tmp/emagent/agent.rsp

The space available is ....  172722 MB
Executing command : /u01/app/oracle/em/agent/agent_13.5.0.0.0/jdk/jre/bin/java -classpath /u01/app/oracle/em/agent/agent_13.5.0.0.0/jlib/agentInstaller.jar:/u01/app/oracle/em/agent/agent_13.5.0.0.0/oui/modules/OraInstaller.jar     oracle.sysman.agent.installer.AgentInstaller /u01/app/oracle/em/agent/agent_13.5.0.0.0 /tmp/emagent /u01/app/oracle/em/agent $args -prereq
AGENT_ins home is:RESPONSE_FILE=/tmp/emagent/agent.rsporaclehome is:/u01/app/oracle/em/agent/agent_13.5.0.0.0
log loction is setlog
The oraclehome /u01/app/oracle/em/agent/agent_13.5.0.0.0

Validating oms host & port with url: https://oms1.emdb.vcnexatokyo.oraclevcn.com:4900/empbs/genwallet
Validating oms host & port with url: http://oms1.emdb.vcnexatokyo.oraclevcn.com:4900/empbs/genwallet
Return status:0-oms http port is passed
Validating the OMS Host and Port completed.
/tmp/emagent/agentcore.bin -ignoreSysPrereqs -prereqChecker -entryPoint oracle.sysman.top.agent_Complete -silent -ignoreSysPrereqs -detailedExitCodes  -responseFile /u01/app/oracle/em/agent/agentInstall.rsp  -J-DORACLE_HOSTNAME=basedb23c-tokyo.publicsubnet.vcnexatokyo.oraclevcn.com  -J-Djava.io.tmpdir=/u01/app/oracle/em/agent/agent_13.5.0.0.0/cfgtoollogs/prereqlogs -J-DAGENT_BASE_DIR=/u01/app/oracle/em/agent
Launcher log file is /u01/app/oracle/em/agent/agent_13.5.0.0.0/cfgtoollogs/prereqlogs/OraInstall2024-03-26_02-27-25PM/launcher2024-03-26_02-27-25PM.log.
Checking swap space: must be greater than 512 MB.   Actual 10239 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 171148 MB    Passed
Preparing to launch the Oracle Universal Installer from /u01/app/oracle/em/agent/agent_13.5.0.0.0/cfgtoollogs/prereqlogs/OraInstall2024-03-26_02-27-25PM
Oracle Prerequisite Checker Version 13.9.4.0.0 Production
Copyright (C) 1999, 2021, Oracle. All rights reserved.

Starting execution of prerequisite checks
Total No of checks: 10

Performing check for CertifiedVersions_agent
Is the software certified on the current operating system?
Expected result: One of enterprise-6, oracle-8, oracle-7, SuSE-11, SuSE-12, SuSE-15, redhat-6, redhat-7, redhat-8
Actual Result: redhat-8.8
Check complete. The overall result of this check is: Passed


Check complete: Passed
========================================================
Performing check for Packages_agent
Are the required packages installed on the current operating system?
Checking for make-3.82-21; found make-1:4.2.1-11.el8-x86_64.	Passed
Checking for binutils-2.23; found binutils-2.30-119.0.2.el8-x86_64.	Passed
Checking for libaio-0.3.109-12; found libaio-0.3.112-1.el8-x86_64.	Passed
Checking for glibc-common-2.17-55; found glibc-common-2.28-225.0.4.el8_8.6-x86_64.	Passed
Checking for libstdc++-4.8.2-16; found libstdc++-8.5.0-18.0.6.el8-x86_64.	Passed
Checking for sysstat-10.1.5-4; found sysstat-11.7.3-9.0.1.el8-x86_64.	Passed
Checking for libnsl-2.28-18; found libnsl-2.28-225.0.4.el8_8.6-x86_64.	Passed
Check complete. The overall result of this check is: Passed


Check complete: Passed
========================================================
Performing check for CompatibilityCheck
Is the software compatible with the current operating system?
sourceLoc is :/u01/app/oracle/em/agent/agent_13.5.0.0.0/cfgtoollogs/prereqlogs/OraInstall2024-03-26_02-27-25PM/stage/shiphomeproperties.xml
ARU ID is:226
Platform is :x86_64
Check complete. The overall result of this check is: Passed


Check complete: Passed
========================================================
Performing check for AvailableInventorySpace
Checking for sufficient disk space in the Inventory Location
Expected result: 100.0MB
Actual Result: 171086MB
Check complete. The overall result of this check is: Passed


Check complete: Passed
========================================================
Performing check for InventoryWritableCheck
Checking for write permissions on the inventory.
Check complete. The overall result of this check is: Passed


Check complete: Passed
========================================================
Performing check for TZRegionCheck
Checking TimeZone settings...
Check complete. The overall result of this check is: Passed


Check complete: Passed
========================================================
Performing check for AgentBaseDirCheck
Is the ownership of the agent base directory valid?
Check complete. The overall result of this check is: Passed


Check complete: Passed
========================================================
Performing check for PortCheck
Checking for port availability and hostname validity...
Host name to check basedb23c-tokyo.publicsubnet.vcnexatokyo.oraclevcn.com
PORT 3872
Getting Inet Addresses for host basedb23c-tokyo.publicsubnet.vcnexatokyo.oraclevcn.com
Trying for host : basedb23c-tokyo.publicsubnet.vcnexatokyo.oraclevcn.com/10.10.0.188 and port : 3872
Trying for host : /127.0.0.1 and port : 3872
** Agent Port Check completed successfully.**
Agent port to use 3872
===Expected Result final Either port 3872 must be available or a port in the range of 1830 to 1849 must be available on host basedb23c-tokyo.publicsubnet.vcnexatokyo.oraclevcn.com.
Expected result: Either port 3872 must be available or a port in the range of 1830 to 1849 must be available on host basedb23c-tokyo.publicsubnet.vcnexatokyo.oraclevcn.com.
Actual Result: 3872
Check complete. The overall result of this check is: Passed


Check complete: Passed
========================================================
Performing check for OracleHomeCheck
Checking whether the old oracle home entry is present in the central inventory ...
Check complete. The overall result of this check is: Passed


Check complete: Passed
========================================================
Performing check for CheckHostName
Is the host name valid?
value of oracle_hostname:basedb23c-tokyo.publicsubnet.vcnexatokyo.oraclevcn.com
value of hostname is:basedb23c-tokyo.publicsubnet.vcnexatokyo.oraclevcn.com
Expected result: Fully qualified domain name, for example foo.mydomain.com
Actual Result: basedb23c-tokyo.publicsubnet.vcnexatokyo.oraclevcn.com. Ensure that you provide a fully qualified domain name.
Check complete. The overall result of this check is: Passed


Check complete: Passed
========================================================
PrereqChecks complete


The log(s) can be found here: /u01/app/oracle/em/agent/agent_13.5.0.0.0/cfgtoollogs/prereqlogs/OraInstall2024-03-26_02-27-25PM.

 Agent Prereqs Completed


 Starting Install Phase .....
/tmp/emagent/agentcore.bin -ignoreSysPrereqs -silent -responseFile /u01/app/oracle/em/agent/agentInstall.rsp
Launcher log file is /tmp/OraInstall2024-03-26_02-27-35PM/launcher2024-03-26_02-27-35PM.log.
Checking swap space: must be greater than 512 MB.   Actual 10239 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 29048 MB    Passed
Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2024-03-26_02-27-35PM
Mar 26, 2024 2:27:37 PM oracle.sysman.oii.oiio.oiioz.OiiozResponseFile getValue
INFO: This installation is being performed using response file /u01/app/oracle/em/agent/agentInstall.rsp.
Installation Summary


Disk Space : Required 1,297 MB, Available 172,401 MB
Feature Sets to Install:
	Oracle JDK 12.2.1.4.1
	Perl 5.32.0.0.0 5.32.0.0.0
	Next Generation Install Core 13.9.4.0.0
	OPatch 13.9.4.2.5
	Oracle HTTP Client 12.2.1.4.0
	Oracle XDK 12.2.1.4.0
	DMS Full 12.2.1.4.0
	Third Party Main Com Jcraft Jsch 0.1.54.0.0
	Wallet Functionality 12.2.1.4.0
	Remote Diagnostic Assistant 8.09.0.1.0
Session log file is /tmp/OraInstall2024-03-26_02-27-35PM/install2024-03-26_02-27-35PM.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%
 89%
 90%
 91%
 92%
 93%
 94%
 95%
 96%
 97%
 98%

Install pending

Installation in progress

 Component : oracle.glcm.logging 1.6.4.0.0

Copying files for oracle.glcm.logging 1.6.4.0.0

 Component : oracle.glcm.comdev 7.8.4.0.0

Copying files for oracle.glcm.comdev 7.8.4.0.0

 Component : oracle.glcm.dependency 1.8.4.0.0

Copying files for oracle.glcm.dependency 1.8.4.0.0

 Component : oracle.glcm.xmldh 3.4.4.0.0

Copying files for oracle.glcm.xmldh 3.4.4.0.0

 Component : oracle.glcm.wizard 7.8.4.0.0

Copying files for oracle.glcm.wizard 7.8.4.0.0

 Component : oracle.commons.cli.commons.cli 1.3.1.0.0

Copying files for oracle.commons.cli.commons.cli 1.3.1.0.0

 Component : oracle.rsa.crypto 12.2.1.4.0

Copying files for oracle.rsa.crypto 12.2.1.4.0

 Component : oracle.pki 12.2.1.4.0

Copying files for oracle.pki 12.2.1.4.0

 Component : oracle.osdt.core 12.2.1.4.0

Copying files for oracle.osdt.core 12.2.1.4.0

 Component : oracle.glcm.encryption 2.7.4.0.0

Copying files for oracle.glcm.encryption 2.7.4.0.0

 Component : oracle.bali.share 12.2.1.4.0

Copying files for oracle.bali.share 12.2.1.4.0

 Component : oracle.bali.jewt 12.2.1.4.0

Copying files for oracle.bali.jewt 12.2.1.4.0

 Component : oracle.bali.ice 12.2.1.4.0

Copying files for oracle.bali.ice 12.2.1.4.0

 Component : oracle.help.share 12.2.1.4.0

Copying files for oracle.help.share 12.2.1.4.0

 Component : oracle.help.ohj 12.2.1.4.0

Copying files for oracle.help.ohj 12.2.1.4.0

 Component : oracle.nginst.common 13.9.4.0.0

Copying files for oracle.nginst.common 13.9.4.0.0

 Component : oracle.nginst.osp.compstager 13.9.4.0.0

Copying files for oracle.nginst.osp.compstager 13.9.4.0.0

 Component : oracle.nginst.core 13.9.4.0.0

Copying files for oracle.nginst.core 13.9.4.0.0

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

Copying files for oracle.glcm.opatch.common.api 13.9.4.0.0

 Component : oracle.nginst.thirdparty 13.9.4.0.0

Copying files for oracle.nginst.thirdparty 13.9.4.0.0

 Component : oracle.swd.opatch 13.9.4.2.5

Copying files for oracle.swd.opatch 13.9.4.2.5

 Component : oracle.glcm.osys.core 13.9.1.0.0

Copying files for oracle.glcm.osys.core 13.9.1.0.0

 Component : oracle.glcm.oplan.core 13.9.4.2.0

Copying files for oracle.glcm.oplan.core 13.9.4.2.0

 Component : oracle.glcm.opatchauto.core 13.9.4.2.0

Copying files for oracle.glcm.opatchauto.core 13.9.4.2.0

 Component : oracle.xdk.jrf.xmlparserv2 12.2.1.4.0

Copying files for oracle.xdk.jrf.xmlparserv2 12.2.1.4.0

 Component : oracle.xdk.jrf.jaxp 12.2.1.4.0

Copying files for oracle.xdk.jrf.jaxp 12.2.1.4.0

 Component : oracle.xdk.jrf.fmw 12.2.1.4.0

Copying files for oracle.xdk.jrf.fmw 12.2.1.4.0

 Component : oracle.xdk.jrf 12.2.1.4.0

Copying files for oracle.xdk.jrf 12.2.1.4.0

 Component : oracle.jse.dms 12.2.1.4.0

Copying files for oracle.jse.dms 12.2.1.4.0

 Component : oracle.jrf.dms.common 12.2.1.4.0

Copying files for oracle.jrf.dms.common 12.2.1.4.0

 Component : oracle.jrf.dms 12.2.1.4.0

Copying files for oracle.jrf.dms 12.2.1.4.0

 Component : oracle.sysman.top.agent 13.5.0.0.0

Copying files for oracle.sysman.top.agent 13.5.0.0.0

 Component : oracle.sysman.common 13.5.0.0.0

Copying files for oracle.sysman.common 13.5.0.0.0

 Component : oracle.sysman.sbin 13.5.0.0.0

Copying files for oracle.sysman.sbin 13.5.0.0.0

 Component : oracle.sysman.emagent.installer 13.5.0.0.0

Copying files for oracle.sysman.emagent.installer 13.5.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.8.0.261.012

Copying files for oracle.jre 1.8.0.261.012

 Component : oracle.jdk 1.8.0.261.012

Copying files for oracle.jdk 1.8.0.261.012

 Component : oracle.com.jcraft.jsch 0.1.54.0.0

Copying files for oracle.com.jcraft.jsch 0.1.54.0.0

 Component : oracle.ldap.rsf 12.2.1.4.0

Copying files for oracle.ldap.rsf 12.2.1.4.0

 Component : oracle.buildtools.rsf 12.1.0.2.0

Copying files for oracle.buildtools.rsf 12.1.0.2.0

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/install/utl/rootmacro.sbs'.

 Component : oracle.wsm.common 12.2.1.4.0

Copying files for oracle.wsm.common 12.2.1.4.0

 Component : oracle.jrf.j2ee 12.2.1.4.0

Copying files for oracle.jrf.j2ee 12.2.1.4.0

 Component : oracle.opss.core 12.2.1.4.0

Copying files for oracle.opss.core 12.2.1.4.0

 Component : oracle.sysman.agent.ic 13.5.0.0.0

Copying files for oracle.sysman.agent.ic 13.5.0.0.0

 Component : oracle.http_client 12.2.1.4.0

Copying files for oracle.http_client 12.2.1.4.0

 Component : oracle.perlint 5.32.0.0.0

Copying files for oracle.perlint 5.32.0.0.0

 Component : oracle.perlint.expat 2.0.1.0.5

Copying files for oracle.perlint.expat 2.0.1.0.5

 Component : oracle.perlint.modules 5.32.0.0.0

Copying files for oracle.perlint.modules 5.32.0.0.0

Install successful

Post feature install pending

Post Feature installing

 Feature Set : glcm_common_logging_lib

 Feature Set : commons-cli_1.3.1.0.0

Post Feature installing glcm_common_logging_lib

Post Feature installing commons-cli_1.3.1.0.0

 Feature Set : glcm_encryption_lib

Post Feature installing glcm_encryption_lib

 Feature Set : commons-cli

Post Feature installing commons-cli

 Feature Set : orapki.lib

 Feature Set : glcm_common_lib

Post Feature installing glcm_common_lib

 Feature Set : com.oracle.orapki

Post Feature installing orapki.lib

Post Feature installing com.oracle.orapki

 Feature Set : adf.runtime.war

Post Feature installing adf.runtime.war

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 Feature Set : oxquery.xmlbeans_dependencies

Post Feature installing oxquery.xmlbeans_dependencies

 Feature Set : oxquery.ee_dependencies

Post Feature installing oxquery.ee_dependencies

 Feature Set : oxquery.xqjapi_dependencies

Post Feature installing oxquery.xqjapi_dependencies

 Feature Set : oracle.xdk.xmlparserv2_dependencies

Post Feature installing oracle.xdk.xmlparserv2_dependencies

 Feature Set : jsch_0.1.54.0.0

Post Feature installing jsch_0.1.54.0.0

 Feature Set : jsch

Post Feature installing jsch

Post feature install complete

String substitutions pending

String substituting

 Component : oracle.glcm.logging 1.6.4.0.0

String substituting oracle.glcm.logging 1.6.4.0.0

 Component : oracle.glcm.comdev 7.8.4.0.0

String substituting oracle.glcm.comdev 7.8.4.0.0

 Component : oracle.glcm.dependency 1.8.4.0.0

String substituting oracle.glcm.dependency 1.8.4.0.0

 Component : oracle.glcm.xmldh 3.4.4.0.0

String substituting oracle.glcm.xmldh 3.4.4.0.0

 Component : oracle.glcm.wizard 7.8.4.0.0

String substituting oracle.glcm.wizard 7.8.4.0.0

 Component : oracle.commons.cli.commons.cli 1.3.1.0.0

String substituting oracle.commons.cli.commons.cli 1.3.1.0.0

 Component : oracle.rsa.crypto 12.2.1.4.0

String substituting oracle.rsa.crypto 12.2.1.4.0

 Component : oracle.pki 12.2.1.4.0

String substituting oracle.pki 12.2.1.4.0

 Component : oracle.osdt.core 12.2.1.4.0

String substituting oracle.osdt.core 12.2.1.4.0

 Component : oracle.glcm.encryption 2.7.4.0.0

String substituting oracle.glcm.encryption 2.7.4.0.0

 Component : oracle.bali.share 12.2.1.4.0

String substituting oracle.bali.share 12.2.1.4.0

 Component : oracle.bali.jewt 12.2.1.4.0

String substituting oracle.bali.jewt 12.2.1.4.0

 Component : oracle.bali.ice 12.2.1.4.0

String substituting oracle.bali.ice 12.2.1.4.0

 Component : oracle.help.share 12.2.1.4.0

String substituting oracle.help.share 12.2.1.4.0

 Component : oracle.help.ohj 12.2.1.4.0

String substituting oracle.help.ohj 12.2.1.4.0

 Component : oracle.nginst.common 13.9.4.0.0

String substituting oracle.nginst.common 13.9.4.0.0

 Component : oracle.nginst.osp.compstager 13.9.4.0.0

String substituting oracle.nginst.osp.compstager 13.9.4.0.0

 Component : oracle.nginst.core 13.9.4.0.0

String substituting oracle.nginst.core 13.9.4.0.0

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

String substituting oracle.glcm.opatch.common.api 13.9.4.0.0

 Component : oracle.nginst.thirdparty 13.9.4.0.0

String substituting oracle.nginst.thirdparty 13.9.4.0.0

 Component : oracle.swd.opatch 13.9.4.2.5

String substituting oracle.swd.opatch 13.9.4.2.5

 Component : oracle.glcm.osys.core 13.9.1.0.0

String substituting oracle.glcm.osys.core 13.9.1.0.0

 Component : oracle.glcm.oplan.core 13.9.4.2.0

String substituting oracle.glcm.oplan.core 13.9.4.2.0

 Component : oracle.glcm.opatchauto.core 13.9.4.2.0

String substituting oracle.glcm.opatchauto.core 13.9.4.2.0

 Component : oracle.xdk.jrf.xmlparserv2 12.2.1.4.0

String substituting oracle.xdk.jrf.xmlparserv2 12.2.1.4.0

 Component : oracle.xdk.jrf.jaxp 12.2.1.4.0

String substituting oracle.xdk.jrf.jaxp 12.2.1.4.0

 Component : oracle.xdk.jrf.fmw 12.2.1.4.0

String substituting oracle.xdk.jrf.fmw 12.2.1.4.0

 Component : oracle.xdk.jrf 12.2.1.4.0

String substituting oracle.xdk.jrf 12.2.1.4.0

 Component : oracle.jse.dms 12.2.1.4.0

String substituting oracle.jse.dms 12.2.1.4.0

 Component : oracle.jrf.dms.common 12.2.1.4.0

String substituting oracle.jrf.dms.common 12.2.1.4.0

 Component : oracle.jrf.dms 12.2.1.4.0

String substituting oracle.jrf.dms 12.2.1.4.0

 Component : oracle.sysman.top.agent 13.5.0.0.0

String substituting oracle.sysman.top.agent 13.5.0.0.0

 Component : oracle.sysman.common 13.5.0.0.0

String substituting oracle.sysman.common 13.5.0.0.0

 Component : oracle.sysman.sbin 13.5.0.0.0

String substituting oracle.sysman.sbin 13.5.0.0.0

 Component : oracle.sysman.emagent.installer 13.5.0.0.0

String substituting oracle.sysman.emagent.installer 13.5.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.8.0.261.012

String substituting oracle.jre 1.8.0.261.012

 Component : oracle.jdk 1.8.0.261.012

String substituting oracle.jdk 1.8.0.261.012

 Component : oracle.com.jcraft.jsch 0.1.54.0.0

String substituting oracle.com.jcraft.jsch 0.1.54.0.0

 Component : oracle.ldap.rsf 12.2.1.4.0

String substituting oracle.ldap.rsf 12.2.1.4.0

 Component : oracle.buildtools.rsf 12.1.0.2.0

String substituting oracle.buildtools.rsf 12.1.0.2.0

 Component : oracle.wsm.common 12.2.1.4.0

String substituting oracle.wsm.common 12.2.1.4.0

 Component : oracle.jrf.j2ee 12.2.1.4.0

String substituting oracle.jrf.j2ee 12.2.1.4.0

 Component : oracle.opss.core 12.2.1.4.0

String substituting oracle.opss.core 12.2.1.4.0

 Component : oracle.sysman.agent.ic 13.5.0.0.0

String substituting oracle.sysman.agent.ic 13.5.0.0.0

 Component : oracle.http_client 12.2.1.4.0

String substituting oracle.http_client 12.2.1.4.0

 Component : oracle.perlint 5.32.0.0.0

String substituting oracle.perlint 5.32.0.0.0

 Component : oracle.perlint.expat 2.0.1.0.5

String substituting oracle.perlint.expat 2.0.1.0.5

 Component : oracle.perlint.modules 5.32.0.0.0

String substituting oracle.perlint.modules 5.32.0.0.0

String substitutions complete

Link pending

Linking in progress

 Component : oracle.glcm.logging 1.6.4.0.0

Linking oracle.glcm.logging 1.6.4.0.0

 Component : oracle.glcm.comdev 7.8.4.0.0

Linking oracle.glcm.comdev 7.8.4.0.0

 Component : oracle.glcm.dependency 1.8.4.0.0

Linking oracle.glcm.dependency 1.8.4.0.0

 Component : oracle.glcm.xmldh 3.4.4.0.0

Linking oracle.glcm.xmldh 3.4.4.0.0

 Component : oracle.glcm.wizard 7.8.4.0.0

Linking oracle.glcm.wizard 7.8.4.0.0

 Component : oracle.commons.cli.commons.cli 1.3.1.0.0

Linking oracle.commons.cli.commons.cli 1.3.1.0.0

 Component : oracle.rsa.crypto 12.2.1.4.0

Linking oracle.rsa.crypto 12.2.1.4.0

 Component : oracle.pki 12.2.1.4.0

Linking oracle.pki 12.2.1.4.0

 Component : oracle.osdt.core 12.2.1.4.0

Linking oracle.osdt.core 12.2.1.4.0

 Component : oracle.glcm.encryption 2.7.4.0.0

Linking oracle.glcm.encryption 2.7.4.0.0

 Component : oracle.bali.share 12.2.1.4.0

Linking oracle.bali.share 12.2.1.4.0

 Component : oracle.bali.jewt 12.2.1.4.0

Linking oracle.bali.jewt 12.2.1.4.0

 Component : oracle.bali.ice 12.2.1.4.0

Linking oracle.bali.ice 12.2.1.4.0

 Component : oracle.help.share 12.2.1.4.0

Linking oracle.help.share 12.2.1.4.0

 Component : oracle.help.ohj 12.2.1.4.0

Linking oracle.help.ohj 12.2.1.4.0

 Component : oracle.nginst.common 13.9.4.0.0

Linking oracle.nginst.common 13.9.4.0.0

 Component : oracle.nginst.osp.compstager 13.9.4.0.0

Linking oracle.nginst.osp.compstager 13.9.4.0.0

 Component : oracle.nginst.core 13.9.4.0.0

Linking oracle.nginst.core 13.9.4.0.0

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

Linking oracle.glcm.opatch.common.api 13.9.4.0.0

 Component : oracle.nginst.thirdparty 13.9.4.0.0

Linking oracle.nginst.thirdparty 13.9.4.0.0

 Component : oracle.swd.opatch 13.9.4.2.5

Linking oracle.swd.opatch 13.9.4.2.5

 Component : oracle.glcm.osys.core 13.9.1.0.0

Linking oracle.glcm.osys.core 13.9.1.0.0

 Component : oracle.glcm.oplan.core 13.9.4.2.0

Linking oracle.glcm.oplan.core 13.9.4.2.0

 Component : oracle.glcm.opatchauto.core 13.9.4.2.0

Linking oracle.glcm.opatchauto.core 13.9.4.2.0

 Component : oracle.xdk.jrf.xmlparserv2 12.2.1.4.0

Linking oracle.xdk.jrf.xmlparserv2 12.2.1.4.0

 Component : oracle.xdk.jrf.jaxp 12.2.1.4.0

Linking oracle.xdk.jrf.jaxp 12.2.1.4.0

 Component : oracle.xdk.jrf.fmw 12.2.1.4.0

Linking oracle.xdk.jrf.fmw 12.2.1.4.0

 Component : oracle.xdk.jrf 12.2.1.4.0

Linking oracle.xdk.jrf 12.2.1.4.0

 Component : oracle.jse.dms 12.2.1.4.0

Linking oracle.jse.dms 12.2.1.4.0

 Component : oracle.jrf.dms.common 12.2.1.4.0

Linking oracle.jrf.dms.common 12.2.1.4.0

 Component : oracle.jrf.dms 12.2.1.4.0

Linking oracle.jrf.dms 12.2.1.4.0

 Component : oracle.sysman.top.agent 13.5.0.0.0

Linking oracle.sysman.top.agent 13.5.0.0.0

 Component : oracle.sysman.common 13.5.0.0.0

Linking oracle.sysman.common 13.5.0.0.0

 Component : oracle.sysman.sbin 13.5.0.0.0

Linking oracle.sysman.sbin 13.5.0.0.0

 Component : oracle.sysman.emagent.installer 13.5.0.0.0

Linking oracle.sysman.emagent.installer 13.5.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.8.0.261.012

Linking oracle.jre 1.8.0.261.012

 Component : oracle.jdk 1.8.0.261.012

Linking oracle.jdk 1.8.0.261.012

 Component : oracle.com.jcraft.jsch 0.1.54.0.0

Linking oracle.com.jcraft.jsch 0.1.54.0.0

 Component : oracle.ldap.rsf 12.2.1.4.0

Linking oracle.ldap.rsf 12.2.1.4.0

 Component : oracle.buildtools.rsf 12.1.0.2.0

Linking oracle.buildtools.rsf 12.1.0.2.0

 Component : oracle.wsm.common 12.2.1.4.0

Linking oracle.wsm.common 12.2.1.4.0

 Component : oracle.jrf.j2ee 12.2.1.4.0

Linking oracle.jrf.j2ee 12.2.1.4.0

 Component : oracle.opss.core 12.2.1.4.0

Linking oracle.opss.core 12.2.1.4.0

 Component : oracle.sysman.agent.ic 13.5.0.0.0

Linking oracle.sysman.agent.ic 13.5.0.0.0

 Component : oracle.http_client 12.2.1.4.0

Linking oracle.http_client 12.2.1.4.0

 Component : oracle.perlint 5.32.0.0.0

Linking oracle.perlint 5.32.0.0.0

 Component : oracle.perlint.expat 2.0.1.0.5

Linking oracle.perlint.expat 2.0.1.0.5

 Component : oracle.perlint.modules 5.32.0.0.0

Linking oracle.perlint.modules 5.32.0.0.0

Linking in progress

Link successful

Setup pending

Setup in progress

 Component : oracle.glcm.logging 1.6.4.0.0

Setting up oracle.glcm.logging 1.6.4.0.0

 Component : oracle.glcm.comdev 7.8.4.0.0

Setting up oracle.glcm.comdev 7.8.4.0.0

 Component : oracle.glcm.dependency 1.8.4.0.0

Setting up oracle.glcm.dependency 1.8.4.0.0

 Component : oracle.glcm.xmldh 3.4.4.0.0

Setting up oracle.glcm.xmldh 3.4.4.0.0

 Component : oracle.glcm.wizard 7.8.4.0.0

Setting up oracle.glcm.wizard 7.8.4.0.0

 Component : oracle.commons.cli.commons.cli 1.3.1.0.0

Setting up oracle.commons.cli.commons.cli 1.3.1.0.0

 Component : oracle.rsa.crypto 12.2.1.4.0

Setting up oracle.rsa.crypto 12.2.1.4.0

 Component : oracle.pki 12.2.1.4.0

Setting up oracle.pki 12.2.1.4.0

 Component : oracle.osdt.core 12.2.1.4.0

Setting up oracle.osdt.core 12.2.1.4.0

 Component : oracle.glcm.encryption 2.7.4.0.0

Setting up oracle.glcm.encryption 2.7.4.0.0

 Component : oracle.bali.share 12.2.1.4.0

Setting up oracle.bali.share 12.2.1.4.0

 Component : oracle.bali.jewt 12.2.1.4.0

Setting up oracle.bali.jewt 12.2.1.4.0

 Component : oracle.bali.ice 12.2.1.4.0

Setting up oracle.bali.ice 12.2.1.4.0

 Component : oracle.help.share 12.2.1.4.0

Setting up oracle.help.share 12.2.1.4.0

 Component : oracle.help.ohj 12.2.1.4.0

Setting up oracle.help.ohj 12.2.1.4.0

 Component : oracle.nginst.common 13.9.4.0.0

Setting up oracle.nginst.common 13.9.4.0.0

 Component : oracle.nginst.osp.compstager 13.9.4.0.0

Setting up oracle.nginst.osp.compstager 13.9.4.0.0

 Component : oracle.nginst.core 13.9.4.0.0

Setting up oracle.nginst.core 13.9.4.0.0

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

Setting up oracle.glcm.opatch.common.api 13.9.4.0.0

 Component : oracle.nginst.thirdparty 13.9.4.0.0

Setting up oracle.nginst.thirdparty 13.9.4.0.0

 Component : oracle.swd.opatch 13.9.4.2.5

Setting up oracle.swd.opatch 13.9.4.2.5

 Component : oracle.glcm.osys.core 13.9.1.0.0

Setting up oracle.glcm.osys.core 13.9.1.0.0

 Component : oracle.glcm.oplan.core 13.9.4.2.0

Setting up oracle.glcm.oplan.core 13.9.4.2.0

 Component : oracle.glcm.opatchauto.core 13.9.4.2.0

Setting up oracle.glcm.opatchauto.core 13.9.4.2.0

 Component : oracle.xdk.jrf.xmlparserv2 12.2.1.4.0

Setting up oracle.xdk.jrf.xmlparserv2 12.2.1.4.0

 Component : oracle.xdk.jrf.jaxp 12.2.1.4.0

Setting up oracle.xdk.jrf.jaxp 12.2.1.4.0

 Component : oracle.xdk.jrf.fmw 12.2.1.4.0

Setting up oracle.xdk.jrf.fmw 12.2.1.4.0

 Component : oracle.xdk.jrf 12.2.1.4.0

Setting up oracle.xdk.jrf 12.2.1.4.0

 Component : oracle.jse.dms 12.2.1.4.0

Setting up oracle.jse.dms 12.2.1.4.0

 Component : oracle.jrf.dms.common 12.2.1.4.0

Setting up oracle.jrf.dms.common 12.2.1.4.0

 Component : oracle.jrf.dms 12.2.1.4.0

Setting up oracle.jrf.dms 12.2.1.4.0

 Component : oracle.sysman.top.agent 13.5.0.0.0

Setting up oracle.sysman.top.agent 13.5.0.0.0

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/install/unix/scripts/agentstup.template'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/install/unix/scripts/agentstup.template'.

changing permission for "/u01/app/oracle/em/agent/agent_13.5.0.0.0"

spawning 'chmod -R a+rX /u01/app/oracle/em/agent/agent_13.5.0.0.0/perl'

changing permission for "/u01/app/oracle/em/agent/agent_13.5.0.0.0/EMStage"

updating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/root.sh.template'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/root.sh.template'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/replacebins.sh.template'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/stage/bin/forwarderProxy.template'.

changing permissions for '/u01/app/oracle/em/agent/agent_13.5.0.0.0/stage/bin/forwarderProxy.template'

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/bin/emtgtctl'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/stage/sysman/config/emd.properties.template'.

updating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/install/eminstall.info'.

spawning '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin/perl /u01/app/oracle/em/agent/agent_13.5.0.0.0/sysman/admin/scripts/patchUploadTriggers.pl /u01/app/oracle/em/agent/agent_13.5.0.0.0'

 Component : oracle.sysman.common 13.5.0.0.0

Setting up oracle.sysman.common 13.5.0.0.0

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0//bin/emctl.pl.template'.

deleting '/u01/app/oracle/em/agent/agent_13.5.0.0.0//bin/emctl.pl.template'

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0//bin/emctl.template'.

changing permissions for '/u01/app/oracle/em/agent/agent_13.5.0.0.0/bin/emctl'

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0//bin/commonenv.template'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0//install/unix/scripts/gcroot.sh.template'.

changing permissions for '/u01/app/oracle/em/agent/agent_13.5.0.0.0//install/unix/scripts/gcroot.sh'

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/oui/bin/runConfig.sh'.

 Component : oracle.sysman.sbin 13.5.0.0.0

Setting up oracle.sysman.sbin 13.5.0.0.0

 Component : oracle.sysman.emagent.installer 13.5.0.0.0

Setting up oracle.sysman.emagent.installer 13.5.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.8.0.261.012

Setting up oracle.jre 1.8.0.261.012

 Component : oracle.jdk 1.8.0.261.012

Setting up oracle.jdk 1.8.0.261.012

 Component : oracle.com.jcraft.jsch 0.1.54.0.0

Setting up oracle.com.jcraft.jsch 0.1.54.0.0

 Component : oracle.ldap.rsf 12.2.1.4.0

Setting up oracle.ldap.rsf 12.2.1.4.0

 Component : oracle.buildtools.rsf 12.1.0.2.0

Setting up oracle.buildtools.rsf 12.1.0.2.0

 Component : oracle.wsm.common 12.2.1.4.0

Setting up oracle.wsm.common 12.2.1.4.0

 Component : oracle.jrf.j2ee 12.2.1.4.0

Setting up oracle.jrf.j2ee 12.2.1.4.0

 Component : oracle.opss.core 12.2.1.4.0

Setting up oracle.opss.core 12.2.1.4.0

 Component : oracle.sysman.agent.ic 13.5.0.0.0

Setting up oracle.sysman.agent.ic 13.5.0.0.0

 Component : oracle.http_client 12.2.1.4.0

Setting up oracle.http_client 12.2.1.4.0

 Component : oracle.perlint 5.32.0.0.0

Setting up oracle.perlint 5.32.0.0.0

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/corelist'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/cpan'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/dbilogstrip'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/dbiprof'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/dbiproxy'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/enc2xs'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/h2ph'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/h2xs'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/instmodsh'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/json_pp'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/libnetcfg'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/perlbug'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/perldoc'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/perlivp'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/perlthanks'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/piconv'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/pl2pm'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/pod2html'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/pod2man'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/pod2text'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/pod2usage'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/podchecker'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/prove'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/ptar'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/ptardiff'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/ptargrep'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/shasum'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/splain'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/streamzip'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/xsubpp'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/encguess'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp/zipdetails'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/lib_tmp/Config.pm'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/lib_tmp/Config_heavy.pl'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/lib_tmp/config.h'.

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/lib_tmp/perllocal.pod'.

spawning 'rm -rf  /u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin_tmp'

spawning 'rm -rf /u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/lib_tmp'

 Component : oracle.perlint.expat 2.0.1.0.5

Setting up oracle.perlint.expat 2.0.1.0.5

 Component : oracle.perlint.modules 5.32.0.0.0

Setting up oracle.perlint.modules 5.32.0.0.0

instantiating '/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/modules_lib_tmp/mk.pm'.

spawning 'rm -rf /u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/modules_lib_tmp'

Setup successful

Save inventory pending

Saving inventory
 99%

Saving inventory complete
 100%

Configuration complete

The install operation completed successfully.

Logs successfully copied to /u01/app/oraInventory/logs.
 Agent Software install completed

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

 Unjarring the oneoff p32302527_135000_Generic.zip ...
 /u01/app/oracle/em/agent/agent_13.5.0.0.0/oracle_common/jdk/bin/jar xvf /u01/app/oracle/em/agent/agent_13.5.0.0.0/install/oneoffs/agent/p32302527_135000_Generic.zip
  created: 32302527/
 inflated: 32302527/README.txt
  created: 32302527/etc/
  created: 32302527/etc/config/
 inflated: 32302527/etc/config/actions.xml
 inflated: 32302527/etc/config/inventory.xml
  created: 32302527/files/
  created: 32302527/files/oracle.sysman.agent.ic/
  created: 32302527/files/oracle.sysman.agent.ic/13.5.0.0.0/
  created: 32302527/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/
  created: 32302527/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/
  created: 32302527/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/
  created: 32302527/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc8.jar/
  created: 32302527/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc8.jar/oracle/
  created: 32302527/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc8.jar/oracle/net/
  created: 32302527/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc8.jar/oracle/net/nt/
 inflated: 32302527/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc8.jar/oracle/net/nt/SocketChannelWrapper.class
  created: 32302527/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc8.jar/oracle/net/ns/
 inflated: 32302527/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc8.jar/oracle/net/ns/NSProtocolNIO.class
 inflated: 32302527/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/jdbc/lib/ojdbc8.jar/oracle/net/ns/NIOPacket.class
 inflated: PatchSearch.xml

 Unjarring the oneoff p32313251_135000_Generic.zip ...
 /u01/app/oracle/em/agent/agent_13.5.0.0.0/oracle_common/jdk/bin/jar xvf /u01/app/oracle/em/agent/agent_13.5.0.0.0/install/oneoffs/agent/p32313251_135000_Generic.zip
  created: 32313251/
 inflated: 32313251/README.txt
  created: 32313251/etc/
  created: 32313251/etc/config/
 inflated: 32313251/etc/config/actions.xml
 inflated: 32313251/etc/config/inventory.xml
  created: 32313251/files/
  created: 32313251/files/oracle.sysman.agent.ic/
  created: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/
  created: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/
  created: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/
  created: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/
  created: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/
  created: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/
  created: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/
  created: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/util/
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/util/UCPErrorHandler.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/util/UCPMessages.properties
  created: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$9.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$4.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$10.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/UniversalConnectionPoolImpl$UniversalConnectionPoolInternal.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$3.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Topology.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$8.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$13.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/UniversalConnectionPoolImpl.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$12.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$11$1.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$1.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$2.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$1ForFirstCaller.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$DRange.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$6.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$WFPTree.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/CoreConnection.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$7.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$15.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$11.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$5.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Topology$1.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$14.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$17.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$3$1.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/Core$16.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/UniversalConnectionPoolImpl$1.class
  created: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/jdbc/
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/jdbc/JDBCConnectionRetrievalInfo$1.class
  created: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/jdbc/oracle/
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/jdbc/oracle/OracleXADataSourceConnectionFactoryAdapter.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/jdbc/oracle/OracleDataSourceConnectionFactoryAdapter.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/jdbc/oracle/OracleJDBCConnectionPool$1.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/jdbc/oracle/OracleJDBCConnectionPool.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/jdbc/JDBCConnectionRetrievalInfo$CRIProperties.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/jdbc/JDBCConnectionRetrievalInfo.class
 inflated: 32313251/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/jdbc/JDBCConnectionRetrievalInfo$Builder.class
 inflated: PatchSearch.xml

 Unjarring the oneoff p32574981_135000_Generic.zip ...
 /u01/app/oracle/em/agent/agent_13.5.0.0.0/oracle_common/jdk/bin/jar xvf /u01/app/oracle/em/agent/agent_13.5.0.0.0/install/oneoffs/agent/p32574981_135000_Generic.zip
  created: 32574981/
 inflated: 32574981/README.txt
  created: 32574981/etc/
  created: 32574981/etc/config/
 inflated: 32574981/etc/config/actions.xml
 inflated: 32574981/etc/config/inventory.xml
  created: 32574981/files/
  created: 32574981/files/oracle.sysman.agent.ic/
  created: 32574981/files/oracle.sysman.agent.ic/13.5.0.0.0/
  created: 32574981/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/
  created: 32574981/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/
  created: 32574981/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/
  created: 32574981/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/
  created: 32574981/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/
  created: 32574981/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/
  created: 32574981/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/
 inflated: 32574981/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/UniversalPooledConnectionImpl.class
 inflated: 32574981/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/common/UniversalPooledConnectionImpl$1.class
  created: 32574981/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/tuners/
  created: 32574981/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/tuners/stats/
 inflated: 32574981/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/tuners/stats/HistogramRingRegistry.class
 inflated: 32574981/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/tuners/PoolSizeTuner.class
 inflated: 32574981/files/oracle.sysman.agent.ic/13.5.0.0.0/oracle.sysman.agent.ic.symbol/ucp/lib/ucp.jar/oracle/ucp/tuners/PoolSizeTuner$1.class
 inflated: PatchSearch.xml
patches exist in /u01/app/oracle/em/agent/agent_13.5.0.0.0

 Applying opatch for the oneoffs p32302527_135000_Generic,p32313251_135000_Generic,p32574981_135000_Generic ...
 /u01/app/oracle/em/agent/agent_13.5.0.0.0/OPatch/opatch napply -invPtrLoc /u01/app/oracle/em/agent/agent_13.5.0.0.0/oraInst.loc -silent   -local  -oh /u01/app/oracle/em/agent/agent_13.5.0.0.0 -phBaseFile /u01/app/oracle/em/agent/agent_13.5.0.0.0/patch.txt
Oracle Interim Patch Installer version 13.9.4.2.5
Copyright (c) 2024, Oracle Corporation.  All rights reserved.


Oracle Home       : /u01/app/oracle/em/agent/agent_13.5.0.0.0
Central Inventory : /u01/app/oraInventory
   from           : /u01/app/oracle/em/agent/agent_13.5.0.0.0/oraInst.loc
OPatch version    : 13.9.4.2.5
OUI version       : 13.9.4.0.0
Log file location : /u01/app/oracle/em/agent/agent_13.5.0.0.0/cfgtoollogs/opatch/opatch2024-03-26_14-27-54PM_1.log


OPatch detects the Middleware Home as "/u01/app/oracle/em/agent"

Verifying environment and performing prerequisite checks...
OPatch continues with these patches:   32302527  32313251  32574981

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 '32302527' to OH '/u01/app/oracle/em/agent/agent_13.5.0.0.0'

Patching component oracle.sysman.agent.ic, 13.5.0.0.0...
Applying interim patch '32313251' to OH '/u01/app/oracle/em/agent/agent_13.5.0.0.0'

Patching component oracle.sysman.agent.ic, 13.5.0.0.0...
Applying interim patch '32574981' to OH '/u01/app/oracle/em/agent/agent_13.5.0.0.0'

Patching component oracle.sysman.agent.ic, 13.5.0.0.0...
Patches 32302527,32313251,32574981 successfully applied.
Log file location: /u01/app/oracle/em/agent/agent_13.5.0.0.0/cfgtoollogs/opatch/opatch2024-03-26_14-27-54PM_1.log

OPatch succeeded.

 Finished one-offs apply...

 Deleting the files...

 Finished deleting the above files...
Copying Install logs to /u01/app/oracle/em/agent/agent_13.5.0.0.0/cfgtoollogs/agentDeploy .....
Oneoffs present in agent Image

Applying oneoffs....
/u01/app/oracle/em/agent/agent_13.5.0.0.0/perl/bin/perl -I /u01/app/oracle/em/agent/oneoffs /u01/app/oracle/em/agent/oneoffs/applypatchesonapplicablehome.pl -patch_location=/u01/app/oracle/em/agent/oneoffs -primary_home=/u01/app/oracle/em/agent/agent_13.5.0.0.0  -log_loc=/u01/app/oracle/em/agent/agent_13.5.0.0.0/cfgtoollogs/agentDeploy
The oneoff location does not contain valid patches
Entered Post Install...

Relaxing execute  permission for other users  on /u01/app/oracle/em/agent/agent_13.5.0.0.0/install for bug#20005612
Finished post install
Plugin txt:
Inside if ,  is empty
oracle.sysman.oh|13.5.0.0.0| |agentPlugin
oracle.sysman.oh|13.5.0.0.0| |discoveryPlugin
/u01/app/oracle/em/agent/agent_13.5.0.0.0/oracle_common/jdk/jre/bin/java  -classpath /u01/app/oracle/em/agent/agent_13.5.0.0.0/jlib/agentInstaller.jar:/u01/app/oracle/em/agent/agent_13.5.0.0.0/oui/modules/OraInstaller.jar:/u01/app/oracle/em/agent/agent_13.5.0.0.0/oui/modules/installer-launch.jar oracle.sysman.agent.installer.AgentPluginInstaller /u01/app/oracle/em/agent/agent_13.5.0.0.0 /tmp/emagent/plugins
/u01/app/oracle/em/agent/agent_13.5.0.0.0/oracle_common/jdk/jre/bin/java -classpath /u01/app/oracle/em/agent/agent_13.5.0.0.0/oui/modules/OraInstaller.jar:/u01/app/oracle/em/agent/agent_13.5.0.0.0/oui/modules/emCfg.jar:/u01/app/oracle/em/agent/agent_13.5.0.0.0/jlib/agentInstaller.jar     oracle.sysman.agent.installer.AgentFreshInstaller /u01/app/oracle/em/agent/agent_13.5.0.0.0 /u01/app/oracle/em/agent/agent_inst /u01/app/oracle/em/agent RESPONSE_FILE=/u01/app/oracle/em/agent/agentInstall.rsp  $args
The AgentFreshInstaller is starting now
Oraclehome : ../u01/app/oracle/em/agent/agent_13.5.0.0.0
InstanceHome : /u01/app/oracle/em/agent/agent_inst
Agent Base Directory : /u01/app/oracle/em/agent
The oraclehome /u01/app/oracle/em/agent/agent_13.5.0.0.0
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: /u01/app/oracle/em/agent/agent_13.5.0.0.0
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: /u01/app/oracle/em/agent/agent_inst
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: /u01/app/oracle/em/agent
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: RESPONSE_FILE=/u01/app/oracle/em/agent/agentInstall.rsp
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: RESPONSE_FILE=/tmp/emagent/agent.rsp
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: OMS_HOST=oms1.emdb.vcnexatokyo.oraclevcn.com
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: EM_UPLOAD_PORT=4900
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_startAgent=TRUE
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: AGENT_BASE_DIR=/u01/app/oracle/em/agent
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: AGENT_INSTANCE_HOME=/u01/app/oracle/em/agent/agent_inst
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: ORACLE_HOSTNAME=basedb23c-tokyo.publicsubnet.vcnexatokyo.oraclevcn.com
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: s_agentHomeName=agent13.5RU19
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: EM_INSTALL_TYPE="AGENT"
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: ORACLE_HOME=/u01/app/oracle/em/agent/agent_13.5.0.0.0
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: OMS_HOST=oms1.emdb.vcnexatokyo.oraclevcn.com
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: EM_UPLOAD_PORT=4900
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_startAgent=TRUE
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: AGENT_BASE_DIR=/u01/app/oracle/em/agent
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: AGENT_INSTANCE_HOME=/u01/app/oracle/em/agent/agent_inst
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: ORACLE_HOSTNAME=basedb23c-tokyo.publicsubnet.vcnexatokyo.oraclevcn.com
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: s_agentHomeName=agent13.5RU19
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: EM_INSTALL_TYPE="AGENT"
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: ORACLE_HOME=/u01/app/oracle/em/agent/agent_13.5.0.0.0
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: RESPONSE_FILE=/tmp/emagent/agent.rsp
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: EMCTLCFG_MODE=NONE
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: OMS_HOST=oms1.emdb.vcnexatokyo.oraclevcn.com
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: EM_UPLOAD_PORT=4900
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: b_startAgent=TRUE
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: AGENT_BASE_DIR=/u01/app/oracle/em/agent
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: AGENT_INSTANCE_HOME=/u01/app/oracle/em/agent/agent_inst
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: ORACLE_HOSTNAME=basedb23c-tokyo.publicsubnet.vcnexatokyo.oraclevcn.com
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: s_agentHomeName=agent13.5RU19
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: EM_INSTALL_TYPE="AGENT"
Mar 26, 2024 2:28:13 PM oracle.sysman.agent.installer.AgentInstaller parseResponseFile
INFO: ORACLE_HOME=/u01/app/oracle/em/agent/agent_13.5.0.0.0
log loction is setlog
Writing the following contents into /u01/app/oracle/em/agent/agent_13.5.0.0.0/install/oragchomelist
/u01/app/oracle/em/agent/agent_13.5.0.0.0:/u01/app/oracle/em/agent/agent_inst
Both /etc/oragchomelist and /var/opt/oracle/oragchomelist does not exist.
The value of chainInstall : false forceConfigure : false skipValidation : false
Validating oms host & port with url: https://oms1.emdb.vcnexatokyo.oraclevcn.com:4900/empbs/genwallet
Validating oms host & port with url: http://oms1.emdb.vcnexatokyo.oraclevcn.com:4900/empbs/genwallet
The status is 0
Validated the oms host and port :- oms1.emdb.vcnexatokyo.oraclevcn.com----4900
Getting Inet Addresses for host basedb23c-tokyo.publicsubnet.vcnexatokyo.oraclevcn.com
** Agent Port Check completed successfully.**
Validated the agent port :- ----3872
shared agent value is :false
chain install is :false
Agent Configuration completed successfully
The following configuration scripts need to be executed as the "root" user. Root script to run : /u01/app/oracle/em/agent/agent_13.5.0.0.0/root.sh
/u01/app/oracle/em/agent/agent_13.5.0.0.0/cfgtoollogs/agentDeploy/agentDeploy_2024-03-26_14-28-13-PM.log
Waiting for agent targets to get promoted...
Successfully Promoted agent and its related targets to Management Agent

■ Post Installation Steps

管理エージェントのインストールが完了したら、以下の手順を実施

● oraInstRoot.sh 実行

プロンプトが表示されたら、root ユーザーとして次のスクリプトを手動で実行します。
これがホストにインストールしたばかりの最初のOracle製品である場合は、管理エージェント・ホームで使用可能な oraInst.loc ファイルで指定されたインベントリの場所から oraInstroot.sh スクリプトを実行します。

$HOME/oraInventory/oraInstRoot.sh

今回のターゲット・インスタンスは、Oracle Base Database Service(BaseDB) でOracle製品すでにインストールされているため実施は不要です。

● root.sh 実行

管理エージェントのOracleホームからroot.shスクリプトを実行します。

    $<AGENT_HOME>/root.sh
実行
[root@basedb23c-tokyo ~]# /u01/app/oracle/em/agent/agent_13.5.0.0.0/root.sh

	Finished product-specific root actions.
	/etc exist

	Creating /etc/oragchomelist file...

■ インストール確認

管理エージェントのOracleホームに移動し、次のコマンドを実行して、管理エージェントが稼働していることを確認します。

<Agent Instance Base>/agent_inst/bin/emctl status agent
<Agent Instance Base>/agent_inst/bin/emctl upload agent 

● emctl status agent確認

[root@basedb23c-tokyo ~]# su - oracle
Last login: Tue Mar 26 14:30:05 UTC 2024

[oracle@basedb23c-tokyo ~]$ /u01/app/oracle/em/agent/agent_inst/bin/emctl status agent
	Oracle Enterprise Manager Cloud Control 13c Release 5
	Copyright (c) 1996, 2021 Oracle Corporation.  All rights reserved.
	---------------------------------------------------------------
	Agent Version          : 13.5.0.0.0
	OMS Version            : 13.5.0.0.0
	Protocol Version       : 12.1.0.1.0
	Agent Home             : /u01/app/oracle/em/agent/agent_inst
	Agent Log Directory    : /u01/app/oracle/em/agent/agent_inst/sysman/log
	Agent Binaries         : /u01/app/oracle/em/agent/agent_13.5.0.0.0
	Core JAR Location      : /u01/app/oracle/em/agent/agent_13.5.0.0.0/jlib
	Agent Process ID       : 63166
	Parent Process ID      : 63097
	Agent URL              : https://basedb23c-tokyo.publicsubnet.vcnexatokyo.oraclevcn.com:3872/emd/main/
	Local Agent URL in NAT : https://basedb23c-tokyo.publicsubnet.vcnexatokyo.oraclevcn.com:3872/emd/main/
	Repository URL         : https://oms1:4900/empbs/upload
	Started at             : 2024-03-26 14:28:38
	Started by user        : oracle
	Operating System       : Linux version 5.4.17-2136.324.5.3.el8uek.x86_64 (amd64)
	Number of Targets      : 4
	Last Reload            : (none)
	Last successful upload                       : 2024-03-26 14:34:40
	Last attempted upload                        : 2024-03-26 14:34:40
	Total Megabytes of XML files uploaded so far : 0.31
	Number of XML files pending upload           : 0
	Size of XML files pending upload(MB)         : 0
	Available disk space on upload filesystem    : 90.58%
	Collection Status                            : Collections enabled
	Heartbeat Status                             : Ok
	Last attempted heartbeat to OMS              : 2024-03-26 14:34:41
	Last successful heartbeat to OMS             : 2024-03-26 14:34:41
	Next scheduled heartbeat to OMS              : 2024-03-26 14:35:42

	---------------------------------------------------------------
	Agent is Running and Ready

● emctl upload agent確認

[oracle@basedb23c-tokyo ~]$ /u01/app/oracle/em/agent/agent_inst/bin/emctl upload agent
	Oracle Enterprise Manager Cloud Control 13c Release 5
	Copyright (c) 1996, 2021 Oracle Corporation.  All rights reserved.
	---------------------------------------------------------------
	EMD upload completed successfully

■ EM Agent 起動方法

自動起動が設定されていないため、Target Hostを再起動後は手動で起動する必要があります。

1) EM Agent 停止確認

[oracle@basedb23c-tokyo ~]$ /u01/app/oracle/em/agent/agent_inst/bin/emctl status agent
	Oracle Enterprise Manager Cloud Control 13c Release 5
	Copyright (c) 1996, 2021 Oracle Corporation.  All rights reserved.
	---------------------------------------------------------------
	Agent is Not Running

2) EM Agent 起動

[oracle@basedb23c-tokyo ~]$ /u01/app/oracle/em/agent/agent_inst/bin/emctl start agent
	Oracle Enterprise Manager Cloud Control 13c Release 5
	Copyright (c) 1996, 2021 Oracle Corporation.  All rights reserved.
	Starting agent .............. started.

3) EM Agent 起動確認

[oracle@basedb23c-tokyo ~]$ /u01/app/oracle/em/agent/agent_inst/bin/emctl status agent

■ Enterprise Manager Webコンソール確認

Enterprise Manager Webコンソールでターゲットにホストが登録されていることを確認
1) Hosts画面
[Targets] > [Hosts]をクリックして表示
Host登録01.jpg

2) Targets Hosts画面
Hosts画面から登録したターゲット・ホストをクリックして表示
Host登録02.png

■ ターゲットの追加: クラスタおよび Oracle 高可用性サービス

EM で Grid Inrastracture の Oracle Clusterware を管理できるようにします。

1) ターゲットの手動追加画面
ターゲットDB追加02.jpg

2) ガイド付きプロセスを使用した追加画面
「Add Using Process」項目から[Oracle Cluster and High Avalability Service]を選択し、[Add]をクリック
ターゲットDB追加03.jpg

3) ターゲットの追加:クラスタおよび高可用性サービス画面
ターゲットホストを検索するために[虫眼鏡アイコン]をクリックし、ターゲット登録する Oracle Database のホスト名を1つ選択し、[選択]をクリック
ターゲットDB追加04.jpg

4) ターゲットの追加:クラスタおよび高可用性サービス画面
ホストの指定に対象の Oracle Database ホスト名が反映されたことを確認し[Discover Target]をクリック
ターゲットDB追加05.jpg

5) ターゲットの追加:クラスタおよび高可用性サービス画面
[ターゲットの検出]により、Clusterware の情報を入力し、[Save]をクリック
ターゲットDB追加06.jpg

6) Configuration画面
Compleated Successflly となれば登録成功したので、「Close」を入力し完了です。
ターゲットDB追加07.jpg

■ ターゲットの追加: Databasae, ASM

Oracle Database リソースの Databasae, Clusterware, ASMを EMへターゲット登録します。

● ターゲット Database事前設定

EM で Database, ASM を管理できるように dbsnmp, asmsnmpユーザーを使用できる状態にします。

1) dbsnmp ユーザ有効化

[opc@exadb-node1 ~]$ sudo su - oracle
[oracle@exadb-node1 ~]$ sqlplus / as sysdba
SQL> alter user dbsnmp identified by <パスワード> account unlock;
SQL> select username, account_status from DBA_USERS where username='DBSNMP';

	USERNAME	ACCOUNT_STATUS
	--------------- ---------------
	DBSNMP		OPEN

2) asmsnmp ユーザ有効化

[opc@exadb-node1 ~]$ sudo su - grid
[grid@exadb-node1 ~]$ sqlplus / as sysasm
SQL> alter user asmsnmp identified by <パスワード> account unlock;
SQL> SELECT USERNAME, ACCOUNT_STATUS FROM V$PWFILE_USERS;

	USERNAME	     ACCOUNT_STATUS
	-------------------- --------------------
	ASMSNMP 	     OPEN

● EMへ Database, ASM をターゲット登録

1) ターゲットの手動追加画面
[ガイド付きプロセスを使用した追加]をクリック
01.jpg

2) ガイド付きプロセスを使用した追加画面
「ガイドされた検出」項目から[Oracleデータベース、リスナーおよび自動ストレージ管理]を選択し、[追加]をクリック
02.jpg

3) ターゲットの追加:クラスタおよび高可用性サービス画面
ターゲットホストを検索するために[虫眼鏡アイコン]をクリックし、ターゲット登録する Grid Infrastructure の Cluster名を1つ選択し、[選択]画面をクリック
03.jpg

4) データベース検出: 検索基準画面
[クラスタ内のすべてのホスト上]を選択し、[次]をクリック
04.jpg

5) 処理中画面
ターゲットの検出 - 進行中です。
05.jpg

6) データベース検出: 結果画面
06.jpg

7) クラスタ・データベース項目の設定
クラスタ・データベース項目の DBSNMPユーザーのパスワードを入力し、「接続テスト」をクリックし、成功することを確認
09.jpg

8) クラスタASM項目の設定
クラスタASM項目のASMSNMPユーザーのパスワードを入力し、「接続テスト」をクリックし、成功することを確認
12.jpg

9) データベース検出: 結果画面
すべての接続テストが成功したら、[Next]をクリック
16.jpg

10) Database Discovery Review画面
[Save]をクリック
17.jpg

11) Comfirmation画面
内容を確認し、[Close]をクリック
18.jpg

12) すべてのターゲット画面
ターゲット・リソースが登録されていることを確認。
20.jpg

13) 不要ターゲット・リソース削除
Databaseをターゲット登録すると、不要な Listener(ASMNET1LSNR_ASM)が登録されているので、対象ターゲットを選択し右クリックし[Remove Target]をクリックして削除
不要リスナー削除.png

● ターゲット Database登録確認

1)ターゲット・データベース一覧画面
[Target] > [Database] をクリックし、対象のDatabaseをクリック
31.jpg

1)データベース管理画面
Database管理画面で管理します。
32.jpg

■ 参考

 ・ Installing Oracle Management Agent in Silent Mode
 ・ Enterprise Manager Cloud Control: コマンドライン・インタフェース
 ・ OEM 13c: SSH Connection Check Failed When Trying To Push Agent On RHEL 8 Server (Doc ID 3000984.1)

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2