Get DMI (SMBIOS) Hardware Components from Linux CLI

  1. Knowledge Base
  2. Operating System
  3. Systems Administration
  4. Linux
  5. Get DMI (SMBIOS) Hardware Components from Linux CLI

Install the dmidecode package:

yum -y install dmidecode

Get the Manufactuer, Product Number / Model Name, Serial Number etc.

dmidecode -t 1

More Documentation:

https://www.cyberciti.biz/faq/rhel-centos-fedora-linux-command-to-get-dell-service-tag-2/

Leave a Reply

Your email address will not be published. Required fields are marked *