1IPMCTL-ACKNOWLEDGE-EVENT(1) ipmctl IPMCTL-ACKNOWLEDGE-EVENT(1)
2
3
4
6 ipmctl-acknowledge-event - Turns off the flag that signals a corrective
7 action on an event SYNOPSIS -------- [verse] ipmctl set [OPTIONS]
8 -event (EventID) ActionRequired=(0)
9
11 Turns off the flag that signals a corrective action on an event. Refer
12 to the Event Log Specification for detailed information about
13 individual events.
14
16 -h, -help
17 Displays help for the command.
18
19 -o (text|nvmxml), -output (text|nvmxml)
20 Changes the output format. One of: "text" (default) or "nvmxml".
21
23 -event
24 The identifier of the event to be acknowledged
25
27 ActionRequired
28 A flag indicating whether the event needs a corrective action or
29 acknowledgment. One of:
30
31 ยท "0": Disable the action required flag.
32
34 ipmctl set -event 1 ActionRequired=0
35
37 An event can be acknowledged only if the action required flag is
38 currently set.
39
41 Simply returns the status of the operation. Sample output:
42
43 Acknowledge Event: Success|Error (Code) - (Description)
44
45
46
47ipmctl 2019-10-23 IPMCTL-ACKNOWLEDGE-EVENT(1)