This blog explains the steps to get/download the Oracle Enterprise Manager Cloud Control (OEMCC) 13cU5 Agent zip file from the EM Server repository on Windows Server 2016
Steps
- Login to OEM Server with emcli
- Check the supported version
- Download the Agent Zip file
Login to OEM Server with emcli
C:\em\oms\bin>emcli.bat login -username=sysman -password=PASSWORD
Login successful
Check the supported version
C:\em\oms\bin>emcli get_supported_platforms
-----------------------------------------------
Version = 13.5.0.0.0
Platform = Microsoft Windows x64 (64-bit)
-----------------------------------------------
Platforms list displayed successfully.
Download the Agent Zip file
C:\em\oms\bin>emcli get_agentimage -destination=c:\em\software\ -platform="Microsoft Windows x64 (64-bit)" -version=13.5.0.0.0
=== Partition Detail ===
Space free : 108 GB
Space required : 1 GB
Check the logs at c:\em\gc_inst\em\EMGC_OMS1\sysman\emcli\setup/.emcli/get_agentimage_2024-01-18_20-32-31-PM.log
Downloading c:\em\software\\13.5.0.0.0_AgentCore_233.zip
File saved as c:\em\software\\13.5.0.0.0_AgentCore_233.zip
Downloading c:\em\software\\13.5.0.0.0_Plugins_233.zip
File saved as c:\em\software\\13.5.0.0.0_Plugins_233.zip
Downloading c:\em\software\\unzip.exe
File saved as c:\em\software\\unzip.exe
Executing command: c:\em\software\\unzip.exe c:\em\software\\13.5.0.0.0_Plugins_233.zip -d c:\em\software\
Archieving agentImage and plugins.
Exit status is:0
Agent Image Download completed successfully.
C:\em\oms\bin>
Note: Same Steps on Linux: