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           Media Error occurred on Dimm (DimmID):
103           System Timestamp : 1527266471
104           DPA : 0x000014c0
105           PDA : 0x00000600
106           Range : 4B
107           Error Type : 4 - Locked/Illegal Access
108           Error Flags : DPA Valid
109           Transaction Type : 11 - CSR Write
110           Sequence Number : 2
111
112
113
114ipmctl                            2020-12-03          IPMCTL-SHOW-ERROR-LOG(1)
Impressum