diff --git a/managing_providers/cloud_providers/_topics/enabling_ibm_power_vc_events.md b/managing_providers/cloud_providers/_topics/enabling_ibm_power_vc_events.md new file mode 100644 index 000000000..f5bb0e737 --- /dev/null +++ b/managing_providers/cloud_providers/_topics/enabling_ibm_power_vc_events.md @@ -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. diff --git a/managing_providers/cloud_providers/ibm_power_vc_providers.md b/managing_providers/cloud_providers/ibm_power_vc_providers.md index facf10bd4..5f78a49f3 100644 --- a/managing_providers/cloud_providers/ibm_power_vc_providers.md +++ b/managing_providers/cloud_providers/ibm_power_vc_providers.md @@ -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 %}