oracle_grid_cloud_control_offline_update

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
oracle_grid_cloud_control_offline_update [2019/12/11 16:21] – created andonovjoracle_grid_cloud_control_offline_update [2019/12/12 23:36] (current) – external edit 127.0.0.1
Line 7: Line 7:
  
 ======Offline====== ======Offline======
-During offline update, you have to upload the patch to both:+Since oracle goes backwards to common sense. In 12c+ we have to upload the latest catalog (that is latest versions of agents, plugins and so on) to the OMS.
  
-  * OMS Host +It is important to mention that the catalog doesn't contain the software itself, but rather only list of them with the location of the location to download them.
-  * Target system+
  
 +So let's update the catalog:
 +
 +=====Catalog Update=====
 I spent A LOT OF TIME to find the location to download the files, but in nutshell you have to download the latest update from: I spent A LOT OF TIME to find the location to download the files, but in nutshell you have to download the latest update from:
 https://updates.oracle.com/Orion/Download/download_patch/p9348486_112000_Generic.zip https://updates.oracle.com/Orion/Download/download_patch/p9348486_112000_Generic.zip
Line 17: Line 19:
  
 That link can be found in: That link can be found in:
 +
 https://docs.oracle.com/cd/E73210_01/EMADM/GUID-ECA444F6-88B3-436D-8B96-F65581AD2E2E.htm#GUID-5DF33C50-59DD-4187-B769-D66E886EC1BB https://docs.oracle.com/cd/E73210_01/EMADM/GUID-ECA444F6-88B3-436D-8B96-F65581AD2E2E.htm#GUID-5DF33C50-59DD-4187-B769-D66E886EC1BB
  
-Once upload, we have upload the archive in the OMS as follows: +After you upload the file to the OMS Host you can upload it to the OMS itself:
  
 <sxh bash> <sxh bash>
Line 62: Line 64:
 </sxh> </sxh>
  
-This update will add the latest plugins+After the catalog has been updated we can download the software itself. In our case, we will manually upload the agent. 
 +The upload of the agent is used to distribute that agent centrally to other hosts. 
 + 
 +In our case we will upload teh SQL Server Agent. 
 + 
 +=====Agent Update===== 
 +The agents are usually big files compared to the plugins. For example the windows plugin is ~600 MBs 
 + 
 +<sxh bash> 
 +[oracle@tbp-cx-oms01 ~]$ emcli login -username=sysman 
 +Enter password : 
 +Login successful 
 +[oracle@tbp-cx-oms01 ~]$ emcli sync 
 +Synchronized successfully 
 +[oracle@tbp-cx-oms01 oradata]$ emcli import_update -omslocal -file=/app/oradata/p28239183_112000_Generic.zip 
 +Processing update: Agent Software - Agent Software (13.3.0.0.0) for Microsoft Windows x64 (64-bit) 
 +Successfully uploaded the update to Enterprise Manager. Use the Self Update Console to manage this update. 
 +[oracle@tbp-cx-oms01 oradata]$ 
 +</sxh> 
 + 
 +Since we are doing it, let's do also plugin: 
 + 
 +=====Plugin Update===== 
 +Once we update the catalog, navigate to oms: 
 + 
 +  * Settings -> Extensability -> Self Update 
 +  * Self Update -> Plugins -> SQL Server -> Download 
 + 
 +Once you press the Download, the OMS will show you the following message: 
 + 
 +{{:oms_plugin_sqlserver.jpg?400|}} 
 + 
 + 
 +After you download the file and upload it on the OMS server, we have to upload it to OMS as instructed: 
 + 
 +<sxh bash> 
 +[oracle@tbp-cx-oms01 ~]$ emcli login -username=sysman 
 +Enter password : 
 +Login successful 
 +[oracle@tbp-cx-oms01 ~]$ emcli sync 
 +Synchronized successfully 
 +[oracle@tbp-cx-oms01 ~]$ 
 +[oracle@tbp-cx-oms01 OMS_Uploads]$ emcli import_update -omslocal -file=/app/oradata/OMS_Uploads/p27507741_112000_Generic.zip 
 +Processing update: Plug-in - Enterprise Manager for Microsoft SQL Server 
 +Successfully uploaded the update to Enterprise Manager. Use the Self Update Console to manage this update. 
 +[oracle@tbp-cx-oms01 OMS_Uploads]$ 
 +</sxh> 
 + 
 +======Deployment====== 
 +After an agent or plugin has been uploaded, it has to be deployed on the OMS. 
 +This is done using the following steps:
  
 +  * Settings -> Extensability -> Self Update
 +  * Self Update -> Navigate to the Product -> Deploy
  • oracle_grid_cloud_control_offline_update.1576081284.txt.gz
  • Last modified: 2019/12/12 00:21
  • (external edit)