Analyzing events in IBM Storage Fusion

IBM Storage Fusion events are Kubernetes native events that include filter-specific labels.

The following component-based events and labels are available for IBM Storage Fusion:
Table 1. Component events and their labels
Component Label
Installation component events isf.ibm.com/installer-component=spp
Application events isf.ibm.com/application-name=<name of the application>
Assign policy to application events isf.ibm.com/application-name=<name of the application>, isf.ibm.com/backuppolicy-name=<Backup policy name>
Backup storage location events Nil
Backup events for daily backup isf.ibm.com/application-name=<name of the application>, isf.ibm.com/backuppolicy-name=<Backup policy name>
Restore application from backup Nil
Storage events for scale isf.ibm.com/storage-type=scale

You can view these events from IBM Storage Fusion user interface, Red Hat® OpenShift® Container Platform console, or Kubernetes oc commands.

Steps to view events from IBM Storage Fusion user interface

Events are listed as table rows with Severity, Category, Time, Description, Support ticket, and Resource columns. By default, all critical, warning, and informational events are displayed in the list. You can sort the columns Severity, Category, and Support ticket.

  1. Log in to IBM Storage Fusion user interface.
  2. Click Events menu.
  3. In the Events page, enter keywords in Search text to search for records. Also, filter records based on Severity and Category.
    The events are listed with the following headers by default:
    • Severity - Type of event. It can be Critical, Warning, or Informational.
    • Category - Category of the event. For example, Backup and restore, Storage, and Other.
    • Time - Date and time of the occurrence of the event
    • Description - Description of the event.
    • Support ticket - Indicates the ticket number associated with the event.
    • Resource - Indicates the policy associated with the event.

    You can use the downloads icon to download all events that have registered in the last 48 hours.

    You can use the settings icon to select or clear the column headings from the table display. If you want to reset to default column headings, then click Reset to default.

    You can also decide the number rows to display in a view from the Items per page drop-down list. Use the arrow keys to jump between the list of pages or use the drop-down list next to the arrow keys to jump to a specific topic.

The events exist in the system for the following time duration:
  • Information events lasts for 3 to 4 hours
  • Warning events lasts for 7 days
  • Critical events lasts for 14 days

If the events are not valid, then you can mark them as fixed. Run the API that is defined in the Mark an event as fixed to manually mark the event as fixed.

For a list of IBM Storage Fusion events and error messages, see Events and error codes message references in IBM Storage Fusion.

Steps to view events from Red Hat OpenShift Container Platform console

  1. Log in to OpenShift Container Platform console.
  2. Go to Overview > Events and view events.
  3. In the Events page, you can filter based on resources and type. In addition, You can also type the name or message to filter.

Command line or command prompt

You can run oc commands to view events:
oc get events -l isf.ibm.com/fusion
To display all IBM Storage Fusion Kubernetes events, include the label isf.ibm.com/fusion. For specific component, use the appropriate label. For example, if you want to view all application events with name bookstore, then run the following oc command:
oc get events -l isf.ibm.com/application-name=bookstore