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? Thanks in advance. Melissa McDonald 508.841.0549 (Office) 774.275.4449 (Mobile)
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
Melissa, Are you looking foe something specific or do you just want a hardware overview? Here's a couple commands: "lspci" - will display all the devices on the various pci buses. "lsusb" - displays the usb devices. /proc/cpuinfo will display lots of info about the cpus on the system. /proc/meminfo - memory info. If the system is using lvm you can use the pvscan / vgscan / lvscan to determine you physical / volume group / logical volume config. Is that what you're looking for? Thanks, Tim. On 2/4/09, McDonald, Melissa <mmcdonald@centralfcu.com> 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?
Thanks in advance.
Melissa McDonald
508.841.0549 (Office)
774.275.4449 (Mobile)
-- Sent from Gmail for mobile | mobile.google.com I am weary of the allegiances of any politician who refers to their constituents as "consumers".
RH also have a /etc/sysconfig/hwconf you can look at ________________________________ From: Tim Keller <turbofx@gmail.com> To: Worcester Linux Users Group <wlug@mail.wlug.org> Sent: Wednesday, February 4, 2009 11:41:51 AM Subject: Re: [Wlug] RH Enterprise 5.0 Question Melissa, Are you looking foe something specific or do you just want a hardware overview? Here's a couple commands: "lspci" - will display all the devices on the various pci buses. "lsusb" - displays the usb devices. /proc/cpuinfo will display lots of info about the cpus on the system. /proc/meminfo - memory info. If the system is using lvm you can use the pvscan / vgscan / lvscan to determine you physical / volume group / logical volume config. Is that what you're looking for? Thanks, Tim. On 2/4/09, McDonald, Melissa <mmcdonald@centralfcu.com> 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?
Thanks in advance.
Melissa McDonald
508.841.0549 (Office)
774.275.4449 (Mobile)
-- Sent from Gmail for mobile | mobile.google.com I am weary of the allegiances of any politician who refers to their constituents as "consumers". _______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
On Wed, Feb 04, 2009 at 11:27:27AM -0500, McDonald, Melissa wrote:
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?
I hear "sysreport" is what RH support asks for when you open a ticket.
You're right on that one... I've got Fedora 10 installed on a desktop. Running /usr/sbin/sysreport as root gets this: # sysreport WARNING: sysreport is deprecated, please use sosreport instead. ...and seems to move on into sosreport v1.8. So.... :) Bill Smith Fall River, MA Charter Member of LOPSA On Wed, Feb 4, 2009 at 6:01 PM, Chuck Anderson <cra@wpi.edu> wrote:
On Wed, Feb 04, 2009 at 11:27:27AM -0500, McDonald, Melissa wrote:
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?
I hear "sysreport" is what RH support asks for when you open a ticket.
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
participants (6)
-
Brian J. Conway
-
Chuck Anderson
-
McDonald, Melissa
-
Mike Leo
-
Tim Keller
-
William Smith