Skip to content

Commit

Permalink
Merge pull request #1737 from Guddetisandeep/enabling_power_vc_events
Browse files Browse the repository at this point in the history
enabling ibm_powervc events
  • Loading branch information
agrare committed Jul 20, 2023
2 parents fbe6646 + 4029970 commit 3151750
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## Enabling Events in IBM PowerVC


Service events must be enabled in IBM PowerVC in order for {{ site.data.product.title_short }} to collect and display them.

1. Login to the PowerVC CLI and check if the following services are enabled:
```
powervc-config image audit
powervc-config compute audit
powervc-config storage audit
```

2. If the services are not enabled, use the following commands to enable them:
```
powervc-config image audit --enable --restart
powervc-config compute audit --enable --restart
powervc-config storage audit --enable --restart
```

After enabling the services {{ site.data.product.title_short }} will be able to collect and display event data.

## Viewing IBM PowerVC Events in {{ site.data.product.title_short }}

In {{ site.data.product.title_short }}, view events for your IBM PowerVC Provider by following these steps:

1. Browse to menu: **Compute > Clouds > Providers** and select your IBM PowerVC Provider.

2. Go to **Monitoring > Timelines** on the provider summary page to view an events timeline for the provider.
2 changes: 2 additions & 0 deletions managing_providers/cloud_providers/ibm_power_vc_providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
{% include_relative _topics/adding_ibm_power_vc_providers.md %}

{% include_relative _topics/enabling_cu_data_from_ibm_power_vc_providers.md %}

{% include_relative _topics/enabling_ibm_power_vc_events.md %}

0 comments on commit 3151750

Please sign in to comment.