Operating System - Linux
1820233 Members
3264 Online
109620 Solutions
New Discussion юеВ

check the hardware in the server

 
SOLVED
Go to solution
hangyu
Regular Advisor

check the hardware in the server

I use RH linux server , if I want to know the full list of the hardware ( include CPU, SCSI , Harddisk , RAM , other cards ), can advise how to check it , if I also want to know the model no. of the hardware , except reboot the server , can advise how to check it ? thx.
5 REPLIES 5
D Block 2
Respected Contributor
Solution

Re: check the hardware in the server

cd /proc
cat cpuinfo
Golf is a Good Walk Spoiled, Mark Twain.
Yogeeraj_1
Honored Contributor

Re: check the hardware in the server

hi,

i prefer to use lshw

for more information see: http://www.ducea.com/2006/06/03/use-lshw-hardware-lister-to-get-detailed-information-on-the-hardware-configuration-of-your-linux-system/


hope this helps!

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
George Liu_4
Trusted Contributor

Re: check the hardware in the server

use
dmidecode

ALso please assign points.
Hemmetter
Esteemed Contributor

Re: check the hardware in the server

Hi hangyu

also try
$ lspci
$ cat /proc/meminfo
$ cat /proc/cpuinfo
$ cat /proc/scsi/...

rgds
HGH
dirk dierickx
Honored Contributor

Re: check the hardware in the server

'lsusb' for all connected usb devices, just to make the list complete ;)