How To Find Out Dell Service Tag on Centos

How To Find Out Dell Service Tag on Centos


The following command will only display service tag:
dmidecode -s system-serial-number


a little bit more information

dmidecode -t 1

if dmidecode is missing just install it

yum -y install dmidecode

Comments

Popular posts from this blog

How to clean DB from old logs in Magento 1.x

Reduce (shrink) and resize raw disk at Proxmox

Apache 2.4 + mod_wsgi + Python 3.7 + Django installation on Centos 7.10