1IPMCTL-SHOW-ERROR-LOG(1)            ipmctl            IPMCTL-SHOW-ERROR-LOG(1)
2
3
4

NAME

6       ipmctl-show-error-log - Shows thermal or media errors on the specified
7       PMem modules
8

SYNOPSIS

10           ipmctl show [OPTIONS] -error (Thermal|Media) [TARGETS] [PROPERTIES]
11

DESCRIPTION

13       Shows thermal or media errors on the specified PMem modules.
14

OPTIONS

16       -a, -all
17           Shows all attributes.
18
19       -h, -help
20           Displays help for the command.
21
22       -ddrt
23           Used to specify DDRT as the desired transport protocol for the
24           current invocation of ipmctl.
25
26       -smbus
27           Used to specify SMBUS as the desired transport protocol for the
28           current invocation of ipmctl.
29
30           Note
31           The -ddrt and -smbus options are mutually exclusive and may not be
32           used together.
33
34       -lpmb
35           Used to specify large transport payload size for the current
36           invocation of ipmctl.
37
38       -spmb
39           Used to specify small transport payload size for the current
40           invocation of ipmctl.
41
42           Note
43           The -lpmb and -spmb options are mutually exclusive and may not be
44           used together.
45
46       -o (text|nvmxml), -output (text|nvmxml)
47           Changes the output format. One of: "text" (default) or "nvmxml".
48

TARGETS

50       -dimm [DimmIDs]
51           Filter output to specific PMem modules by optionally supplying one
52           or more comma separated PMem module identifiers. The default is to
53           include all manageable PMem modules.
54

PROPERTIES

56       SequenceNumber
57           Error log entries are stored with a sequence number starting with 1
58           and rolling over back to 1 after 65535. Limit the error log entries
59           returned by providing a sequence number. Only errors with a
60           sequence number equal to or higher than provided will be returned.
61           The default is 1.
62
63       Level
64           Severity level of errors to be fetched. One of:
65
66           •   "High": High severity errors (Default)
67
68           •   "Low": Low severity errors
69
70       Count
71           Max number of error entries to be fetched and printed. The default
72           is 8 for media errors and 16 for thermal errors.
73

EXAMPLES

75       Show all high thermal error log entries
76
77           ipmctl show -error Thermal Level=High
78
79       Show all low media error log entries
80
81           ipmctl show -error Media Level=Low
82

LIMITATIONS

84       To successfully execute this command, the specified PMem modules must
85       be manageable by the host software. In addition, for PMem modules with
86       firmware version 2.3 and above, errors due to AIT operations are no
87       longer exposed.
88

RETURN DATA

90       Prints errors of the specified type for the specified PMem modules. If
91       no errors are found, the following message will be printed:
92
93           No errors found on PMem module (DimmID)
94

SAMPLE OUTPUT

96            DimmID | System Timestamp    | Error Type
97           =============================================================
98            0x0001 | 01/01/1970 00:00:20 | 0x04 - Locked/Illegal Access
99            0x0001 | 01/01/1970 00:00:21 | 0x04 - Locked/Illegal Access
100           Show error executed successfully
101
102           ---DimmID=0x0001---
103              ---Error=Thermal
104                 System Timestamp=08/09/2021 05:12:27
105                 Temperature=84
106                 Reported=High
107                 Temperature Type=Media Temperature
108                 Sequence Number=1
109
110           ---DimmID=0x0001---
111              ---Error=Media
112                 System Timestamp=01/01/1970 00:00:22
113                 Error Type=0x04 - Locked/Illegal Access
114                 Transaction Type=0x0B - CSR Write
115                 Error Flags=0x02 - DPA Valid
116                 DPA=0x0000000000020A40
117                 PDA=N/A
118                 Range=4B
119                 Sequence Number=1
120
121
122
123ipmctl                            2022-09-28          IPMCTL-SHOW-ERROR-LOG(1)
Impressum