How to perform hardware health checks in Ubuntu Linux

Table of Contents

Case #

You have a Linux machine and you need to perform hardware diagnostics on it. This article provides how-to guidance on how to perform hardware health checks in Ubuntu Linux. The process should be very similar in any other Linux distribution, such as Redhat, CentOS, Fedora, Debian and SuSe.

If you are interested in guidance on how to perform hardware health checks in Windows, refer to the following KB article: https://stefanos.cloud/kb/how-to-perform-hardware-health-checks-in-windows/

Solution #

Carry out the following steps to perform hardware health checks in Ubuntu Linux.

  • First off, install the hardinfo Linux package to run the hardinfo tool which retrieves full information about the Linux machine hardware.
  • Run the following hardware diagnostic commands in a Linux terminal as super user.
lshw | more
#SmartCTL requires the smartmontools package presented below
smartctl
  • Install the smartmontools package

Powered by BetterDocs