User Tools

Site Tools


cloudcontrol

This is an old revision of the document!


Cloud Control 12c

Installation of Agent (Linux)

1. Setup --> Add Target --> Add Targets Manually\\
2. Enter hostname including domain and select Linux x86-64\\
3. Installation Base Directory   : /u01/app/oracle/middleware12c\\ 
   Instance Directory            : /u01/app/oracle/middleware12c/agent_inst\\
   Named Credential              : Use previous or create new one\\
   Privileged Delegation Setting : Remove default text, should be blank\\
   Port                          : 3872\\
4. Login as root user and run /u01/app/oracle/middleware12c/core/12.1.0.1.0/root.sh

Installation of Agent (Windows)

http://docs.oracle.com/cd/E25054_01/install.1111/e24089/install_agent_usng_rsp.htm#CEGBIBBI

1. Create Directories “D:\Oracle\Cloud12c” and “D:\AgentInst” on Agent Host 2. Use emcli to download latest Agent software from OMS

 cd $OMS_HOME/bin
 ./emcli login -username=sysman
 ./emcli get_agentimage -destination=/home/oracle -platform="Microsoft Windows (32-bit)" -version=12.1.0.2.0
 OR
 ./emcli get_agentimage -destination=/home/oracle -platform="Microsoft Windows x64 (64-bit)" -version=12.1.0.2.0

3. Transfer downloaded software to Windows Host (D:\AgentInst) 4. Unzip and edit agent.rsp file (Change 4 parameters)

 OMS_HOST=sheffield.bournemouth.ac.uk
 EM_UPLOAD_PORT=4904
 AGENT_REGISTRATION_PASSWORD=<sysman password>
 AGENT_PORT=3872

5. Open DOS prompt as administrator and navigate to D:\AgentInst

 agentDeploy.bat AGENT_BASE_DIR=D:\Oracle\Cloud12c RESPONSE_FILE=D:\AgentInst\agent.rsp

Useful Commands on OMS Host

export OMS_HOME=/u01/app/oracle/middleware12/oms $OMS_HOME/bin/emctl status oms $OMS_HOME/bin/emctl stop oms $OMS_HOME/bin/emctl start oms

Useful Commands on Agent Host

export OMS_HOME=/u01/app/oracle/middleware12c/core/12.1.0.1.0 $OMS_HOME/bin/emctl status agent $OMS_HOME/bin/emctl stop agent $OMS_HOME/bin/emctl start agent $OMS_HOME/bin/emctl upload agent : Upload data to OMS $OMS_HOME/bin/emctl clearstate agent : Force agent to re-read status of host and re-send data to OMS $OMS_HOME/bin/emctl pingOMS : Check connectivity between agent and OMS

cloudcontrol.1443982597.txt.gz · Last modified: 2025/03/08 22:23 (external edit)