'\" t .\" Title: ipmctl-show-error-log .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.12 .\" Date: 2021-02-17 .\" Manual: ipmctl .\" Source: ipmctl .\" Language: English .\" .TH "IPMCTL\-SHOW\-ERROR\-LOG" "1" "2021-02-17" "ipmctl" "ipmctl" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .SH "NAME" ipmctl\-show\-error\-log \- Shows thermal or media errors on the specified PMem modules .SH "SYNOPSIS" .sp .if n .RS 4 .nf .fam C ipmctl show [OPTIONS] \-error (Thermal|Media) [TARGETS] [PROPERTIES] .fam .fi .if n .RE .SH "DESCRIPTION" .sp Shows thermal or media errors on the specified PMem modules. .SH "OPTIONS" .sp \-a, \-all .RS 4 Shows all attributes. .RE .sp \-h, \-help .RS 4 Displays help for the command. .RE .sp \-ddrt .RS 4 Used to specify DDRT as the desired transport protocol for the current invocation of ipmctl. .RE .sp \-smbus .RS 4 Used to specify SMBUS as the desired transport protocol for the current invocation of ipmctl. .RE .if n .sp .RS 4 .it 1 an-trap .nr an-no-space-flag 1 .nr an-break-flag 1 .br .ps +1 .B Note .ps -1 .br .sp The \-ddrt and \-smbus options are mutually exclusive and may not be used together. .sp .5v .RE .sp \-lpmb .RS 4 Used to specify large transport payload size for the current invocation of ipmctl. .RE .sp \-spmb .RS 4 Used to specify small transport payload size for the current invocation of ipmctl. .RE .if n .sp .RS 4 .it 1 an-trap .nr an-no-space-flag 1 .nr an-break-flag 1 .br .ps +1 .B Note .ps -1 .br .sp The \-lpmb and \-spmb options are mutually exclusive and may not be used together. .sp .5v .RE .sp \-o (text|nvmxml), \-output (text|nvmxml) .RS 4 Changes the output format. One of: "text" (default) or "nvmxml". .RE .SH "TARGETS" .sp \-dimm [DimmIDs] .RS 4 Filter output to specific PMem modules by optionally supplying one or more comma separated PMem module identifiers. The default is to include all manageable PMem modules. .RE .SH "PROPERTIES" .sp SequenceNumber .RS 4 Error log entries are stored with a sequence number starting with 1 and rolling over back to 1 after 65535. Limit the error log entries returned by providing a sequence number. Only errors with a sequence number equal to or higher than provided will be returned. The default is 1. .RE .sp Level .RS 4 Severity level of errors to be fetched. One of: .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} "High": High severity errors (Default) .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} "Low": Low severity errors .RE .RE .sp Count .RS 4 Max number of error entries to be fetched and printed. The default is 8 for media errors and 16 for thermal errors. .RE .SH "EXAMPLES" .sp Show all high thermal error log entries .sp .if n .RS 4 .nf .fam C ipmctl show \-error Thermal Level=High .fam .fi .if n .RE .sp Show all low media error log entries .sp .if n .RS 4 .nf .fam C ipmctl show \-error Media Level=Low .fam .fi .if n .RE .SH "LIMITATIONS" .sp To successfully execute this command, the specified PMem modules must be manageable by the host software. In addition, for PMem modules with firmware version 2.3 and above, errors due to AIT operations are no longer exposed. .SH "RETURN DATA" .sp Prints errors of the specified type for the specified PMem modules. If no errors are found, the following message will be printed: .sp .if n .RS 4 .nf .fam C No errors found on PMem module (DimmID) .fam .fi .if n .RE .SH "SAMPLE OUTPUT" .sp .if n .RS 4 .nf .fam C DimmID | System Timestamp | Error Type ============================================================= 0x0001 | 01/01/1970 00:00:20 | 0x04 \- Locked/Illegal Access 0x0001 | 01/01/1970 00:00:21 | 0x04 \- Locked/Illegal Access Show error executed successfully .fam .fi .if n .RE .sp .if n .RS 4 .nf .fam C Media Error occurred on Dimm (DimmID): System Timestamp : 1527266471 DPA : 0x000014c0 PDA : 0x00000600 Range : 4B Error Type : 4 \- Locked/Illegal Access Error Flags : DPA Valid Transaction Type : 11 \- CSR Write Sequence Number : 2 .fam .fi .if n .RE