Database Reference
In-Depth Information
[root@target ~]# mkdir -p /u01/agent
[root@target ~]# chown -R oracle:oinstall /u01/agent
If there's an already existing ORACLE user (and you want to use it for the management
agent), you don't need to drop and re-create it.
2.
Log in to the OMS host as the ORACLE user, and log in to OEM using EMCLI:
[oracle@cloudcontrol12 ~]$ /u01/app/Middleware/oms/bin/emcli login -username=sysman
3.
Synchronize EMCLI:
[oracle@cloudcontrol12 ~]$ /u01/app/Middleware/oms/bin/emcli sync
4.
List the platforms for which the management agent software is available on the OMS host:
[oracle@cloudcontrol12 ~]$ /u01/app/Middleware/oms/bin/emcli get_supported_platforms
Getting list of platforms ...
Check the logs at /u01/app/Middleware/gc_inst/em/EMGC_OMS1/sysman/emcli/setup/.emcli/agent.log
About to access self-update code path to retrieve the platforms list..
Getting Platforms list ...
-----------------------------------------------
Version = 12.1.0.2.0
Platform = Linux x86-64
-----------------------------------------------
Platforms list displayed successfully.
5.
Download the management agent software to a directory on the OMS host:
[oracle@cloudcontrol12 ~]$ /u01/app/Middleware/oms/bin/emcli get_agentimage
-destination=/home/oracle -platform="Linux x86-64" -version=12.1.0.2.0
6.
The command downloads the core management agent software to the destination
directory ( /home/oracle ). For example, for Linux x86-64, you will see the file
12.1.0.2.0_AgentCore_226.zip .
7.
Transfer this file to the target server:
[oracle@cloudcontrol12 ~]$ scp 12.1.0.2.0_AgentCore_226.zip \
oracle@target.testdomain.com:/home/oracle/
8.
Log in to the target server and extract the zip file:
[oracle@target ~]$ unzip 12.1.0.2.0_AgentCore_226.zip -d agentsetup
Archive: 12.1.0.2.0_AgentCore_226.zip
inflating: agentsetup/unzip
inflating: agentsetup/agentDeploy.sh
inflating: agentsetup/agentimage.properties
inflating: agentsetup/agent.rsp
extracting: agentsetup/agentcoreimage.zip
extracting: agentsetup/12.1.0.2.0_PluginsOneoffs_226.zip
Search WWH ::




Custom Search