-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1737 from Guddetisandeep/enabling_power_vc_events
enabling ibm_powervc events
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
managing_providers/cloud_providers/_topics/enabling_ibm_power_vc_events.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters