1748269 Members
3604 Online
108760 Solutions
New Discussion юеВ

server model linux

 
ganesh pink
Occasional Contributor

server model linux

how to check the server model in linux
3 REPLIES 3
Matti_Kurkela
Honored Contributor

Re: server model linux

Generically, use "dmidecode" and look at the System Information group in the results.

(The dmidecode command is included in most modern Linux distributions, although it might be an optional package, so you might have to first install it from the OS installation media or package repository.)

On HP Proliant servers with the hpasm/hp-health driver kit installed, you can also run:

hpasmcli -s "show server"

MK
MK
Jayakrishnan G Naik
Trusted Contributor

Re: server model linux

Hi Ganesh

Please try this command

dmidecode |grep -i product

or simply run dmidecode|more

and just press return till you find the HW information.

please assign appropriate points if this is useful

Thanks & Regards
Jayakrishnan G Naik
Modris Bremze
Esteemed Contributor

Re: server model linux