mcelog.org

Website:http://www.mcelog.org
Upvotes received1
Downvotes received2
Karma:0 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (13)

1

1 Thumbs up   1 Thumbs down

apei


An interface defined the ACPI
Source: mcelog.org

2

0 Thumbs up   0 Thumbs down

machine check


An hardware error detected by hardware and reported to software.
Source: mcelog.org

3

0 Thumbs up   0 Thumbs down

machine check architecture


x86 machine check architecture is a hardware programming interface to allow software to report and handle both corrected and uncorrected hardware errors. This is an architectural interface with some a [..]
Source: mcelog.org

4

0 Thumbs up   0 Thumbs down

machine check exception


The x86 CPU raises an int 18 exception to signify an uncorrected hardware error. The operating system has a special handler to process the information contained in the MCA
Source: mcelog.org

5

0 Thumbs up   0 Thumbs down

ecc


Error Correcting Code. A specific code that can detect and correct errors. Typical ECC codes can detect two bit of errors and correct one bit (there are some advanced encodings that can handle more er [..]
Source: mcelog.org

6

0 Thumbs up   0 Thumbs down

corrected error


An hardware error that was corrected by the hardware (e.g. using a single bit data corruption that was correctible using ECC
Source: mcelog.org

7

0 Thumbs up   0 Thumbs down

uncorrected error


An uncorrected hardware error detected by the hardware. Data corruption has occurred. These errors require software reaction.
Source: mcelog.org

8

0 Thumbs up   0 Thumbs down

predictive failure analysis


Using trends in (primarily) corrected errors to predict future failure of hardware components and automatically taking steps to avoid outages. mcelog implements automatic offlining for memory
Source: mcelog.org

9

0 Thumbs up   0 Thumbs down

io-mca


Used for reporting uncorrected errors on PCI Express links on newer Xeon systems. Supported by mcelog, see IO errors
Source: mcelog.org

10

0 Thumbs up   0 Thumbs down

pci aer


PCI-Express Advanced Error reporting. Used for error reporting on PCI Express links. Not supported by mcelog, but logged to the normal kernel log. For more details one the implementation see the OLS p [..]
Source: mcelog.org


To view all 13 definitions, please sign in.