AGENT DEPLOYMENT ON TARGET HOST:
=================================

1) Before creating agent image sync the EM CLI client with OMS
emcli login -username=sysman -password=********
emcli sync

2)Getting agent image from OMS HOST
emcli get_agentimage -destination=/home/oracle/agent -platform=”Linux x86-64″ -version=”13.2.0.0.0″

3)copy the image to target host

scp oracle@testdb01:/home/oracle/agent/* .

cd /wwi/wwdb/db/oracle/product/agent13c/

4) deploy the agents
./agentDeploy.sh AGENT_BASE_DIR=/wwi/wwdb/db/oracle/product/agent13c OMS_HOST=omsdb102.na.weightwatchers.net EM_UPLOAD_PORT=4903 AGENT_PORT=3872 AGENT_REGISTRATION_PASSWORD=********* -ignorePrereqs

5)running root.sh file
finally, run the script “/wwi/wwdb/db/oracle/product/agent13c/agent_13.2.0.0.0/root.sh” as root user

Recent Posts

Start typing and press Enter to search