1IPMCTL-SHOW-EVENTS(1)               ipmctl               IPMCTL-SHOW-EVENTS(1)
2
3
4

NAME

6       ipmctl-show-events - Shows DCPMM related events
7

SYNOPSIS

9       ipmctl show [OPTIONS] -event [TARGETS] [PROPERTIES]
10

DESCRIPTION

12       Shows DCPMM related events. The options, targets, and properties can be
13       used to filter the events. If no filters are provided, the default is
14       to display up to 50 events. Refer to the Event Log Specification for
15       detailed information about events.
16

OPTIONS

18       -h, -help
19           Displays help for the command.
20
21       -o (text|nvmxml), -output (text|nvmxml)
22           Changes the output format. One of: "text" (default) or "nvmxml".
23

TARGETS

25       -dimm [(DimmID)]
26           Filter output to events on a specific DCPMM by optionally supplying
27           the dimm target and one DCPMM identifier.
28

PROPERTIES

30       Category
31           Filters output to events of a specific category. One of:
32
33           ·   "Diag": Filters output to diagnostic events.
34
35           ·   "FW": Filters output to FW consistency diagnostic test events.
36
37           ·   "Config": Filters output to platform config diagnostic test
38               events.
39
40           ·   "PM": Filters output to PM meta data diagnostic test events.
41
42           ·   "Quick": Filters output to quick diagnostic test events.
43
44           ·   "Security": Filters output to security diagnostic test events.
45
46           ·   "Health": Filters output to device health events.
47
48           ·   "Mgmt": Filters output to management software generated events.
49
50       Severity
51           Filters output of events based on the severity of the event. One
52           of:
53
54           ·   "Info": (Default) Shows informational, warning, and error
55               severity events.
56
57           ·   "Warning": Shows warning and error events.
58
59           ·   "Error": Shows error events.
60
61       ActionRequired
62           Filters output to events that require corrective action or
63           acknowledgment.
64
65           ·   "0": Filters output to only show non-ActionRequired events.
66
67           ·   "1": Filters output to only show ActionRequired events.
68
69       Count
70           Filters output of events limited to the specified count, starting
71           with the most recent. Count may be a value from 1 to 2,147,483,647.
72           Default = 50.
73

EXAMPLES

75       Displays the 50 most recent events.
76
77       ipmctl show -event
78
79       Shows the 10 most recent error events.
80
81       ipmctl show -event count=10 severity=error
82

RETURN DATA

84       This command displays a table with a row for each event matching the
85       provided filters, showing most recent first.
86
87       Time
88           Time of the event in the format MM:dd:yyyy:hh:mm:ss.
89
90       EventID
91           The event identifier
92
93       Severity
94           The severity of the event
95
96       ActionRequired
97           A flag indicating that the event requires corrective action or
98           acknowledgment. One of:
99
100           ·   0: A action is not required.
101
102           ·   1: An action is required.
103
104       Code
105           The event code defined by the SW Event Log specification
106
107       Message
108           The event message
109
110
111
112ipmctl                            2019-10-23             IPMCTL-SHOW-EVENTS(1)
Impressum