ONTAP 9.12.1 commands

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

    Manually clear a selected service event

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

    Description

    The system controller service-event delete command removes the service event from the list and extinguishes all related FRU attention LEDs.

    In some cases, where the underlying fault condition remains, the service event might be reported again, causing it to reappear in the list. In such cases, it is necessary to remedy the underlying fault condition in order to clear the service event.

    Parameters

    -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 to delete. Use the system controller service-event show command to find the event identifier for the service event to delete.

    Examples

    The following example lists the currently active service events. Then, using the listed Service Event ID, the service event is deleted:

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