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       DCPMMs
8

SYNOPSIS

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

DESCRIPTION

13       Shows thermal or media errors on the specified DCPMMs.
14

OPTIONS

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

TARGETS

23       -dimm (DimmIDs)
24           Filter output to events on a specific DCPMM by supplying the dimm
25           target and one DCPMM identifier.
26

PROPERTIES

28       SequenceNumber
29           Error log entries are stored with a sequence number starting with 1
30           and rolling over back to 1 after 65535. Limit the error log entries
31           returned by providing a sequence number. Only errors with a
32           sequence number equal to or higher than provided will be returned.
33           The default is 1.
34
35       Level
36           Severity level of errors to be fetched. One of:
37
38           ·   "High": High severity errors (Default)
39
40           ·   "Low": Low severity errors
41
42       Count
43           Max number of error entries to be fetched and printed. The default
44           is 8 for media errors and 16 for thermal errors.
45

EXAMPLES

47       Show all high thermal error log entries
48
49       ipmctl show -error Thermal Level=High
50
51       Show all low media error log entries
52
53       ipmctl show -error Thermal Level=High
54

LIMITATIONS

56       To successfully execute this command, the specified DCPMM(s) must be
57       manageable by the host software.
58

RETURN DATA

60       Prints errors of the specified type for the specified DCPMMs. If no
61       errors are found, the following message will be printed:
62
63       No errors found on DIMM (DimmID)
64

SAMPLE OUTPUT

66       Thermal Error occurred on Dimm (DimmID):
67       System Timestamp : 1527273299
68       Temperature : 88C
69       Reported : 4 - Critical
70       Temperature Type : 0 - Media Temperature
71       Sequence Number : 1
72
73       Media Error occurred on Dimm (DimmID):
74       System Timestamp : 1527266471
75       DPA : 0x000014c0
76       PDA : 0x00000600
77       Range : 4B
78       Error Type : 4 - Locked/Illegal Access
79       Error Flags : DPA Valid
80       Transaction Type : 11 - CSR Write
81       Sequence Number : 2
82
83
84
85ipmctl                            2019-10-23          IPMCTL-SHOW-ERROR-LOG(1)
Impressum