Listing all the Hardware on a Server
Short post to serve as a reminder to myself!
Something I need to do often in my job is find out what hardware a particular server has installed.
The best tool I found for the job is HardwareLiSter. On a CentOS system simply do:
sudo yum install lswh
to install and then run:
sudo lshw | less
to see what you’re dealing with.