File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
managing_providers/cloud_providers Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Enabling Events in IBM PowerVC
2
+
3
+
4
+ Service events must be enabled in IBM PowerVC in order for {{ site.data.product.title_short }} to collect and display them.
5
+
6
+ 1 . Login to the PowerVC CLI and check if the following services are enabled:
7
+ ```
8
+ powervc-config image audit
9
+ powervc-config compute audit
10
+ powervc-config storage audit
11
+ ```
12
+
13
+ 2. If the services are not enabled, use the following commands to enable them:
14
+ ```
15
+ powervc-config image audit --enable --restart
16
+ powervc-config compute audit --enable --restart
17
+ powervc-config storage audit --enable --restart
18
+ ```
19
+
20
+ After enabling the services {{ site.data.product.title_short }} will be able to collect and display event data.
21
+
22
+ ## Viewing IBM PowerVC Events in {{ site.data.product.title_short }}
23
+
24
+ In {{ site.data.product.title_short }}, view events for your IBM PowerVC Provider by following these steps:
25
+
26
+ 1. Browse to menu: **Compute > Clouds > Providers** and select your IBM PowerVC Provider.
27
+
28
+ 2. Go to **Monitoring > Timelines** on the provider summary page to view an events timeline for the provider.
Original file line number Diff line number Diff line change 8
8
{% include_relative _ topics/adding_ibm_power_vc_providers.md %}
9
9
10
10
{% include_relative _ topics/enabling_cu_data_from_ibm_power_vc_providers.md %}
11
+
12
+ {% include_relative _ topics/enabling_ibm_power_vc_events.md %}
You can’t perform that action at this time.
0 commit comments