Scroll to navigation

IPMCTL-ACKNOWLEDGE-EVENT(1) ipmctl IPMCTL-ACKNOWLEDGE-EVENT(1)

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)
2019-10-28 ipmctl