Quantcast
Channel: Doyensys Allappsdba Blog..
Viewing all articles
Browse latest Browse all 1640

Install 12.1.5 oem management agent in silent mode

$
0
0
Overview:

Installing a management agent in silent mode is only an alternative option to installing the agent using “Add Hosts” from console.

“Add Hosts” target wizard will be useful if you want to install the same OMS version of management agent. For example, if your OMS version is 13.2, you can install only 13.2 version agent on target hosts.  If your target host OS version is not compatible with 13.2 version agent then you must go for 12.1.5 agent, this scenario will be opt for this blog.

This post about install 12.1.5 management agent in silent mode,

High level steps:

1.       Download 12.1.0.5 agent software from OEM server.
2.       Update agent.rsp.
3.       Install the agent through agentDeploy.sh script.

Download 12.1.0.5 agent software from OEM server:

./emcli setup -url=https://omsserver.domain.com:7803/em -username="sysman" -password="pwd"
./emcli login -username=sysman
./emcli sync
./emcli get_supported_platforms
./emcli get_agentimage -destination=/installers/OEM/OEM_13c/12C_Agent -platform="Linux x86-64" -version=12.1.0.5.0

Update agent.rsp as below:

OMS_HOST= omsserver.domain.com
EM_UPLOAD_PORT=4903
AGENT_REGISTRATION_PASSWORD=pwd
AGENT_PORT=3874
b_startAgent=true

Install the agent through agentDeploy.sh script:

sh agentDeploy.sh AGENT_BASE_DIR=/u01/app/Agent12c05 RESPONSE_FILE=/installers/OEM/OEM_13c/archives/agent.rsp

Viewing all articles
Browse latest Browse all 1640

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>