ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system controller service-event show

    Display the active service events causing attention LEDs to be lit

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    The system controller service-event show command displays one or more events that have been detected by the system for which a physical service action might be required. Physical service actions sometimes involve replacing or re-seating misbehaving FRUs. In such cases FRU attention LEDs will be illuminated to assist in physically locating the FRU in need of attention. When the FRU in question is contained within another FRU, both the inner and outer FRU attention LEDs will be lit. It creates a path of LEDs that starts at the chassis level and leads to the FRU in question. For example, if a DIMM is missing from the controller motherboard, the storage OS will detect this and log a service event whose location is the DIMM slot on the controller. The DIMM slot LED, controller LED and chassis LED will all be lit to create a path of LEDs to follow.

    FRU Attention LEDs that are not visible from outside of the system (e.g. those on the controller motherboard such as DIMMs, boot device etc.) will remain on for a few minutes, even after power is removed from the containing FRU. As such, when the controller is removed from the chassis, a DIMM slot FRU attention LED will remain on, helping to locate the FRU in need of attention.

    Generally, service events are cleared automatically when the issue is resolved. The corresponding FRU attention LEDs are extinguished accordingly. In cases where the service event request is caused by an environmental issue, it might be necessary to manually remove the service event from the list. This can be done using the system controller service-event delete command.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-node {<nodename>|local}] - Node

    Selects service events on the specified nodes.

    [-event-id <integer>] - Service Event ID

    Selects the service events that match the specified event identifier. Together with the node, this field uniquely identifies the row for use with the system controller service-event delete command

    [-event-loc <text>] - Location

    Selects the service events that match the specified event location.

    [-event-desc <text>] - Description

    Selects the service events that match the specified event description.

    [-event-timestamp <text>] - Timestamp

    The time that the event occurred, recorded by the Service Processor

    Examples

    The following example lists the currently active service events.

    cluster1::> system controller service-event show
    
    Node             ID  Event Location                      Event Description
    ---------------- --- ----------------------------------  ----------------------
    plata4-1a        1   DIMM in slot 1 on Controller A      Uncorrectable ECC
    Top of Page