4 Feb
2009
4 Feb
'09
4:34 p.m.
On Wed, 4 Feb 2009, McDonald, Melissa wrote:
Greetings,
I need to determine the hardware configuration of a RH 5.0 Linux server. Is there a command that will probe the hardware configuration and send the output to the screen?
lspci (-vvv) is a good place to start for devices. 'dmidecode' will also give you a lot of BIOS/CPU/memory/chipset information. There's probably a few tools out there that combine them in a nicely formatted way. Brian J. Conway