1840238 Members
3582 Online
110162 Solutions
New Discussion

Re: memory modules

 
SOLVED
Go to solution
Randy_9
Regular Advisor

memory modules

I have a D380 currently configured with 512MB of RAM.
How can I tell if they are 2-256 or 1 512 simm chip without
popping the top?

Thanks,

Randy
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor
Solution

Re: memory modules

Hi Randy:

# echo "selclass qualifier memory;info;wait;infolog" | cstm > /tmp/meminfo

Regards!

...JRF...
Bryan D. Quinn
Respected Contributor

Re: memory modules

Hey Randy,

You can go to stm if you have Online Diagnostics installed and choose memory and then run and information on it. I beleive the steps for doing it through stm are as follows:

1. highlight memory
2. go to Tools
3. choose Information
4. choose Run
5. scroll down and look at how the memory modules are layed out.

Hope this helps!
-Bryan
S.K. Chan
Honored Contributor

Re: memory modules

STM is the tool you need. My fav is cstm.
# cstm
cstm> map
cstm> sel dev
cstm> info
cstm> infolog
==> Select "v" to view the log file.

You should see something like ..
(for example) ..


Total Phys Configured Disabled
Board Size (MB) Total (MB) Total (MB)
------------ ---------- ---------- ----------
2A/2B 128 128 0
3A/3B 128 128 0
---------- ---------- ----------
System Total: 256 256 0
Randy_9
Regular Advisor

Re: memory modules

Thanks everyone, I love
this forum. Points assigned.

Randy