|
| Notices |
Welcome to the DriverHeaven.net forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
 |
Nov 2, 2006, 03:39 PM
|
#1 (permalink)
|
|
gargouille
Join Date: Jun 2002
Location: sector ZZ9 Plural Z Alpha
Posts: 961
|
Hardware info from the command line
My g/f needs some help with a linux task, and it's beyond my capability...
She is looking for a way to determine h/w info using command line utilities - number/type/frequency of processors, amount of RAM, motherboard, number/manufacturer of harddisks, type of VGA etc. This is for easy cataloguing the hardware on a number of servers in an institution, the person doing this should be able to gather as much info as possible in a short amount of time, also with "regular" commands (available on various distributions).
If you can help... please do
Thanks in advance
__________________
There is a war between the ones who say there is a war
and the ones who say there isn't.
~~Leonard Cohen
|
|
|
Nov 2, 2006, 05:11 PM
|
#2 (permalink)
|
|
Tweaking new 8800GT ;D
Join Date: Aug 2002
Location: Denmark
Posts: 12,484
|
cat /proc/cpuinfo
cat /proc/meminfo
It doesn't show all, but it's a start
And there is proberly more options in the cat /proc/ , like devices, but not sure.
__________________
|
|
|
Nov 2, 2006, 05:22 PM
|
#3 (permalink)
|
|
gargouille
Join Date: Jun 2002
Location: sector ZZ9 Plural Z Alpha
Posts: 961
|
Wow, that was quick, thanks
Looking forward for more input  Remeber folks, it's not for ugly me, but for my lovely g/f 
__________________
There is a war between the ones who say there is a war
and the ones who say there isn't.
~~Leonard Cohen
|
|
|
Nov 6, 2006, 06:12 AM
|
#4 (permalink)
|
|
A Legend in Underwear
Join Date: May 2002
Location: Unknown
Posts: 5,256
|
lspci is a good one, showing all pci connected devices and information. Look into the -l and -v options too.
As to type of harddisks and stuff, you can grep/sed dmesg (use /var/log/dmesg, not dmesg itself)
For example to list all ata connected disks
grep -E "^ata[0-9]+:" /var/log/dmesg
Or use hdparm 
__________________
Gentoo Linux - Developer (baselayout)
Read my blog
"I contend that we are both atheists. I just believe in one fewer god than you do. When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours."
Stephen Roberts
|
|
|
Nov 6, 2006, 01:27 PM
|
#5 (permalink)
|
|
gargouille
Join Date: Jun 2002
Location: sector ZZ9 Plural Z Alpha
Posts: 961
|
Thanks, Uber, I've also found something called hwinfo. Alas, the system turned out to be OpenBSD...
I guess your suggestions will work, especially the grep/dmesg one should be global unix.
__________________
There is a war between the ones who say there is a war
and the ones who say there isn't.
~~Leonard Cohen
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|