RE: linux hardware inventory program

2008-03-21 Thread Flaherty, Patrick
:[EMAIL PROTECTED] On Behalf Of Jeff Macdonald Sent: Thursday, February 28, 2008 5:29 PM To: Greater NH Linux User Group Subject: linux hardware inventory program Hey, Anybody have a favorite program that can dump hardware inventory of a system? I'd like CPU, RAM, Disk, Ethernet

Re: linux hardware inventory program

2008-03-21 Thread Greg Rundlett
lshw as in ls hardware or Hardware Lister is a pretty decent solution. And it comes in a graphical front-end too gtk-lshw http://ezix.org/project/wiki/HardwareLiSter man lshw DESCRIPTION lshw is a small tool to extract detailed information on the hardware configuration of the machine. It

Re: linux hardware inventory program

2008-03-02 Thread Jeff Macdonald
On Fri, Feb 29, 2008 at 12:05 PM, Bill Ricker [EMAIL PROTECTED] wrote: Another hardware-inventory project is by a Boston Ubuntu-nik - http://dohickey.parsed.net/ I'm not sure how mature 9it is. -- Bill [EMAIL PROTECTED] [EMAIL PROTECTED] Thanks all, I enede up going Ben's route. --

Re: linux hardware inventory program

2008-02-29 Thread Bill McGonigle
On Feb 28, 2008, at 17:29, Jeff Macdonald wrote: Anybody have a favorite program that can dump hardware inventory of a system? I'd like CPU, RAM, Disk, Ethernet, and probably others. http://lhinv.sourceforge.net/ is close, but is messing disk size info on scsci disks. You might see if Smolt:

Re: linux hardware inventory program

2008-02-29 Thread Bill Ricker
Another hardware-inventory project is by a Boston Ubuntu-nik - http://dohickey.parsed.net/ I'm not sure how mature 9it is. -- Bill [EMAIL PROTECTED] [EMAIL PROTECTED] ___ gnhlug-discuss mailing list gnhlug-discuss@mail.gnhlug.org

Re: linux hardware inventory program

2008-02-29 Thread Jarod Wilson
On Fri, 2008-02-29 at 11:24 -0500, Bill McGonigle wrote: On Feb 28, 2008, at 17:29, Jeff Macdonald wrote: Anybody have a favorite program that can dump hardware inventory of a system? I'd like CPU, RAM, Disk, Ethernet, and probably others. http://lhinv.sourceforge.net/ is close, but is

linux hardware inventory program

2008-02-28 Thread Jeff Macdonald
Hey, Anybody have a favorite program that can dump hardware inventory of a system? I'd like CPU, RAM, Disk, Ethernet, and probably others. http://lhinv.sourceforge.net/ is close, but is messing disk size info on scsci disks. -- Jeff Macdonald Ayer, MA

Re: linux hardware inventory program

2008-02-28 Thread Ben Scott
On Thu, Feb 28, 2008 at 5:29 PM, Jeff Macdonald [EMAIL PROTECTED] wrote: Anybody have a favorite program that can dump hardware inventory of a system? I'd like CPU, RAM, Disk, Ethernet, and probably others. ( uname -a ; cat /proc/cpuinfo /proc/meminfo /proc/partitions /proc/scsi/scsi ;

Re: linux hardware inventory program

2008-02-28 Thread Michael ODonnell
RHAT systems have the sysreport tool that collects info RHAT deem to be of value when evaluating bug reports you've submitted. Similarly, systems with NVIDIA graphics adapters have nvidia-bug-report.sh - either one probably collects the sort of info (and possibly much more) that you have in