Provided by: ipmctl_02.00.00.3474+really01.00.00.3481-1_amd64 bug

NAME

       ipmctl-acknowledge-event - Turns off the flag that signals a corrective action on an event
       SYNOPSIS -------- [verse] ipmctl set [OPTIONS] -event (EventID) ActionRequired=(0)

DESCRIPTION

       Turns off the flag that signals a corrective action on an event. Refer to the Event Log
       Specification for detailed information about individual events.

OPTIONS

       -h, -help
           Displays help for the command.

       -o (text|nvmxml), -output (text|nvmxml)
           Changes the output format. One of: "text" (default) or "nvmxml".

TARGETS

       -event
           The identifier of the event to be acknowledged

PROPERTIES

       ActionRequired
           A flag indicating whether the event needs a corrective action or acknowledgment. One
           of:

           ยท   "0": Disable the action required flag.

EXAMPLES

       ipmctl set -event 1 ActionRequired=0

LIMITATIONS

       An event can be acknowledged only if the action required flag is currently set.

RETURN DATA

       Simply returns the status of the operation. Sample output:

       Acknowledge Event: Success|Error (Code) - (Description)