1832928 Members
2390 Online
110048 Solutions
New Discussion

Memory check

 
SOLVED
Go to solution
'chris'
Super Advisor

Memory check

hi

Is it any tool to check if I have the correct memory (RAM) for my mainboard?
9 REPLIES 9
'chris'
Super Advisor

Re: Memory check

I mean generally not for a special mainboard.
Ivan Ferreira
Honored Contributor
Solution

Re: Memory check

You can use:

www.memtest86.com/
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
'chris'
Super Advisor

Re: Memory check

yep, I know Memtest86, but this is just a memory test and it needs very long time.
Matti_Kurkela
Honored Contributor

Re: Memory check

Install the lm_sensors package. Run "sensors-detect" as root. If it detects a supported i2c bus controller on your mainboard and SPD EEPROMs on it, you can use "decode-dimms.pl" to list the properties of your memory modules (manufacturing serial numbers, speed classification, timing values etc.).

Then find the manual of your mainboard/system and verify the requirements of your system.

If the memory works on your system, it is obviously "correct" in some minimal sense. But you'll need the mainboard/system documentation to see if your configuration is optimal or not. Some server systems will display warnings at boot-up if the memory configuration is sub-optimal.

By identifying the chipset used in the mainboard, one might be able to automatically look up a set of requirements for the memory on the system. But the mainboard design may offer extra features and/or restrictions on top of the chipset requirements.

The system BIOS/firmware usually knows the correct memory specifications for its specific mainboard model, but currently there does not seem to be a standard for storing and accessing the specification information. That's why the specifications are not conveniently auto-detectable at the moment.

MK
MK
Shiv007
Frequent Advisor

Re: Memory check

Hi,

Try using Memory Info tool.

cstm>sel dev (memory dev number>
cstm>info
cstm>il

or

you can get the Memory DIMM Information from SMH

http://:2301 here select Memory.

Thanks
Shiv
Sivakumar MJ._1
Respected Contributor

Re: Memory check

CSTM is good option

hp-uxdev# which cstm

hp-uxdev# /usr/sbin/cstm

hp-uxdev# print_manifest |grep -i memory

Basic Memory Description

Module Type: MEMORY

Total Configured Memory : 8192 MB

Page Size: 4096 Bytes


Memory interleaving is supported on this machine and is ON.

Memory Board Inventory

Extender

Slot Num Configured and Slot label for each DIMM (MB)

-------- --------------------------------------------

0a 2a 1a 3a 3b 1b 2b 0b

---- ---- ---- ---- ---- ---- ---- ----


EXT 0 1024 1024 1024 1024 1024 1024 1024 1024

------------------------------------------------------

System Total (MB): 8192


Memory Error Log Summary

The memory error log is empty.

Page Deallocation Table (PDT)


PDT Entries Used: 0

PDT Entries Free: 256

PDT Total Size: 256

-- Information Tool Log for MEMORY on path 192 --
'chris'
Super Advisor

Re: Memory check

knows someone howto get and install cstm under linux debian or freeBSD
or this is just HP-UX tool?
Michal Kapalka (mikap)
Honored Contributor

Re: Memory check

hi,

cstm is only for HP-UX,

mikap

Roopesh Francis_1
Trusted Contributor

Re: Memory check