Listing all the Hardware on a Server

March 10th, 2010 by rjk Leave a reply »

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.

Advertisement

Comments are closed.