Operating System - Linux
1752687 Members
5253 Online
108789 Solutions
New Discussion юеВ

How to find Memory DIMM part number

 
Raj Briden
Frequent Advisor

How to find Memory DIMM part number

Hi All,

One of the memory module got degraded in my HP Prolient server- Running RHEL 4
6 REPLIES 6
Steven Schweda
Honored Contributor

Re: How to find Memory DIMM part number

> [...] my HP Prolient server [...]

Do you think that that's a useful
description?

What, exactly, are you asking?
Matti_Kurkela
Honored Contributor

Re: How to find Memory DIMM part number

There are a lot of different Proliant models. First identify the exact model using either of these commands:

hpasmcli -s 'show server'
or
dmidecode | grep -i 'Product Name'

Then go to:

http://www.hp.com/go/quickspecs

and find your server model under either "Worldwide" -> "HP ProLiant Servers" or "Worldwide" -> "Retired Products" -> "ProLiant Servers", if it's an older model.

You'll find the applicable memory kit part numbers in the "Memory" section of the QuickSpecs document for your server.

If you want just a single DIMM instead of a kit, you can type the memory kit part number to the quick search field

https://partsurfer.hpe.com/search.aspx

and you should get the part number which you can use to order an individual DIMM.

(Reading the part number sticker on the failed DIMM would work too...)

MK

[Moderator edit: Removed the broken link. Please refer to http://support.hpe.com/]

MK
Ali
HPE Pro

Re: How to find Memory DIMM part number

Hi Raj,

You May use the # dmidecode --type 6 to get the memory details. check this article for more details

http://www.cyberciti.biz/tips/querying-dumping-bios-from-linux-command-prompt.html

HP Spare part no of the failed memory module, You may or may not get from the output but you should be able to get the memory specs and using that you should be able to find the option part no from the server quickspecs or Call HP Support with the memory specification and they should be able to order the part or help you with the spare part.

thanks,
Aftab
I work for HPE
Looking for a quick resolution to a technical issue for your HPE products? HPE Support Center Knowledge-base тАУ Just a Click Away!
See Self Help Post for more details

Accept or Kudo

Raj Briden
Frequent Advisor

Re: How to find Memory DIMM part number

Thanks for all your input.However all the none of them does not given the PART NUMBER.


System Information
Manufacturer: HP
Product Name: ProLiant DL380 G3
Version: Not Specified
Serial Number: **Confidential info erased**
UUID: 44333532-4C44-4E34-4834-313720202020
Wake-up Type: Power Switch


I got memory specification , while checking the for the same specification memory in Partsurfer i could see multiple part number with same specification .. Is there any way to get the Memory Part numner from the system.

Steve, Hope it is clear now

Steven Schweda
Honored Contributor

Re: How to find Memory DIMM part number

> [...] i could see multiple part number with
> same specification .. [...]

Perhaps more than one part would work. If
you revealed where you were looking when you
could see these things, then perhaps the rest
of us could look, too.

> Is there any way to get the Memory Part
> numner from the system.

Open the system box and look at the parts?

> (Reading the part number sticker on the
> failed DIMM would work too...)

That's probably the most reliable method.

> Steve, Hope it is clear now :-)

Even a little information beats none at all,
but quick visit to crucial.com suggests that
we still don't know the kind/size/number of
memory modules you have in this system. Nor
can a non-psychic like me tell what you could
use, because that seems to depend on the
system clock speed.

http://www.crucial.com/store/listparts.aspx?model=ProLiant%20DL380%20G3


If you were trying to answer this question
instead of asking it, what sort of
information do you think that you might find
useful? (And what have you provided?)
Raj Briden
Frequent Advisor

Re: How to find Memory DIMM part number

How ever in HPUX we can find the memory details from CSTM

Open the system and find the part numnber may be the solution in this case

Thank you all