Tuesday, July 17, 2018

Install OEM 13c or any OEM agent version using AgentPull Method

AgentPull Method to install any version oem agent on db server

curl "https://oem13c.local.net:7802/em/install/getAgentImage" --insecure -o AgentPull.sh


chmod +x AgentPull.sh


/home/oracle/AgentPull.sh.template

Note : Update the sh file before running it as suggested

./AgentPull.sh LOGIN_USER=sysman LOGIN_PASSWORD=welcome123 PLATFORM="Linux x86-64" AGENT_REGISTRATION_PASSWORD=welcome123 AGENT_BASE_DIR=/u00/app/oracle/agent13c

Notes :

======
https link <-- this will be your oem url
AgentPull.sh.template <-- make sure to update the oms server and port
AGENT_BASE_DIR <-- Make sure to change this to ur server directory location where u want to install agent
Run root.sh once agent is installed successfully, just after agent installation

No comments:

Post a Comment