LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Can I see how many SIMMS are installed w/o opening the box? (https://www.linuxquestions.org/questions/linux-hardware-18/can-i-see-how-many-simms-are-installed-w-o-opening-the-box-317387/)

BrianK 04-26-2005 01:41 PM

Can I see how many SIMMS are installed w/o opening the box?
 
I need to know how many SIMMS are in 8 machines. All have 1.5 GB RAM, but some have 3 SIMMS, some have 4 SIMMS. Is there a way to find out without opening each one?

They are all Intel P3's running RH9.

Thanks

kencaz 04-26-2005 02:11 PM

Try in a root terminal:

dmidecode

This should dump the bios information.

KC

BrianK 04-26-2005 03:20 PM

Quote:

Originally posted by kencaz
Try in a root terminal:

dmidecode

This should dump the bios information.

KC

That does it! Thanks!

For others who might read this (including future me), a quick grep helps get right to the info I needed:

dmidecode | grep Installed

Thanks again! ;)


All times are GMT -5. The time now is 01:50 AM.