Database Reference
In-Depth Information
Note
the user SYSMAN is the default super administrator account of oracle enterprise manager.
4.
Synchronize EMCLI:
[oracle@cloudcontrol12 ~]$ /u01/app/Middleware/oms/bin/emcli sync
5.
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.
As you see, only the Linux x64 agent is available right now. You can always download
additional agents by using the Self Update screen of Enterprise Manager.
6.
Issue the following command to create and download the RPM file of the management
agent from the Oracle Software Library to a directory on the OMS host:
[oracle@cloudcontrol12 ~]$ /u01/app/Middleware/oms/bin/emcli get_agentimage_rpm \
-destination=/home/oracle -platform="Linux x86-64" -version=12.1.0.2.0
...
Agent Image copied successfully...
Creation of RPM started...
RPM creation successful.
Agent image to rpm conversion completed successfully
You can copy the RPM put in the /home/oracle directory on the OMS server to the target
system in order to deploy the agent. We assume that you have already created a user for
the agent on the target system. If you installed the oracle-validated package on the
target system, the ORACLE user and OINSTALL group are already created.
7.
[oracle@cloudcontrol12 ~]$ scp oracle-agt-12.1.0.2.0-1.0.x86_64.rpm \
oracle@target.testdomain.com:/home/oracle/
oracle@target.testdomain.com's password:
oracle-agt-12.1.0.2.0-1.0.x86_64.rpm 59% 133MB 15.4MB/s 00:05 ETA
Log in as ROOT on the target system and install the RPM:
8.
[root@target ~]# cd /home/oracle
[root@target ~]# rpm -i oracle-agt-12.1.0.2.0-1.0.x86_64.rpm
 
Search WWH ::




Custom Search