Operating System - Linux
1752279 Members
4640 Online
108786 Solutions
New Discussion юеВ

Re: How to check systems specification components in Linux ?

 
Yaboto
Super Advisor

How to check systems specification components in Linux ?


What is the command in RHEL5 to check the memory size, the number of processors, the processor speed etc... ?

best Regards,
5 REPLIES 5
J. Maestre
Honored Contributor

Re: How to check systems specification components in Linux ?

It's pretty much everything in /proc:

cat /proc/meminfo
cat /proc/cpuinfo

Re: How to check systems specification components in Linux ?

Hi,

Use the dmidecode command to get more detailed HW infos:


# dmidecode


Cheers
- Thomas
Yaboto
Super Advisor

Re: How to check systems specification components in Linux ?

Thank you !

Is there any other command ?
Taifur
Respected Contributor

Re: How to check systems specification components in Linux ?

Hi,

Check below link for getting all information regarding your server and OS , just download cfg2html from this link and install in ur server ,

http://www.cfg2html.com/

Rgds//
Taifur

Re: How to check systems specification components in Linux ?

Hi,

Another option is to install HP Proliant Support Pack and login to the System Management Homepage (SMH) to get more HW infos.

Cheers
- Thomas