Friday, May 4, 2012

install cloud control management agent

1. create software package.
 this must be done on OMS server
$<OMS_HOME>/bin/emcli login -username=sysman -password=<password>
$<OMS_HOME>/bin/emcli sync
$<OMS_HOME>/bin/emcli get_supported_platforms
./emcli get_agentimage -destination=/tmp -platform="Linux x86" -version=12.1.0.1.0
2. transfer the file to destinated host
3. unzip it
4. edit agent.rsp file
EM_INSTALL_TYPE="AGENT"
OMS_HOST="test.test.com"
EM_UPLOAD_PORT="4889"
AGENT_REGISTRATION_PASSWORD="test"
AGENT_INSTANCE_HOME="/u01/app/oem12c"
AGENT_PORT="1830"
ORACLE_HOSTNAME="test1.test.com"
s_agentHomeName="agent12gR1"
s_agentServiceName="Oracleagent12gR1agent"


5. run deploy command
./agentDelopy AGENT_BASE_DIR=/u01/app/oem12c RESPONSE_FILE=/u01/app/oem12c/stage/agent.rsp

No comments:

Post a Comment