Skip to content

Commit 3151750

Browse files
committed
Merge pull request #1737 from Guddetisandeep/enabling_power_vc_events
enabling ibm_powervc events
2 parents fbe6646 + 4029970 commit 3151750

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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.

managing_providers/cloud_providers/ibm_power_vc_providers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88
{% include_relative _topics/adding_ibm_power_vc_providers.md %}
99

1010
{% include_relative _topics/enabling_cu_data_from_ibm_power_vc_providers.md %}
11+
12+
{% include_relative _topics/enabling_ibm_power_vc_events.md %}

0 commit comments

Comments
 (0)