View Categories

How to perform hardware health checks in Ubuntu Linux

Estimated Reading Time: 1 min read

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://docs.cloudschool.tv/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.
Cloud School Docs - image 20 -
Cloud School Docs - image 21 -
  • 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
Cloud School Docs - image 18 -
Cloud School Docs - image 19 -

Powered by BetterDocs