Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
oracle_grid_cloud_control_offline_update [2019/12/12 10:29] – andonovj | oracle_grid_cloud_control_offline_update [2019/12/12 23:36] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 67: | Line 67: | ||
The upload of the agent is used to distribute that agent centrally to other hosts. | The upload of the agent is used to distribute that agent centrally to other hosts. | ||
- | In our case we will upload teh Microsoft x64 Agent. | + | In our case we will upload teh SQL Server |
+ | =====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=/ | ||
+ | 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]$ | ||
+ | </ | ||
+ | |||
+ | 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: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | |||
+ | 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=/ | ||
+ | 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]$ | ||
+ | </ | ||
+ | |||
+ | ======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 |