manual install of agent - follow up

Ok - i found a simpler way of getting the agent software (and plugins) from out of the OMS - just do the following which extracts everything you need.

emcli get_agentimage -destination=/tmp/rich -platform="Linux x86-64" -version=12.1.0.3.0

 === Partition Detail ===
Space free : 2 GB
Space required : 1 GB
Check the logs at /oracle/gc_inst12103/em/EMGC_OMS1/sysman/emcli/setup/.emcli/get_agentimage_2013-07-15_17-24-00-PM.log
Downloading /tmp/rich/12.1.0.3.0_AgentCore_226.zip
File saved as /tmp/rich/12.1.0.3.0_AgentCore_226.zip
Downloading /tmp/rich/12.1.0.3.0_PluginsOneoffs_226.zip
File saved as /tmp/rich/12.1.0.3.0_PluginsOneoffs_226.zip
Downloading /tmp/rich/unzip
File saved as /tmp/rich/unzip
Agent Image Download completed successfully.


easier than the other way... just make sure you do an emcli login first

Also note that it extracts everything then puts it back into a single zip called the sme thing as the first file which is very confusing!

Comments