H
H
haviras2015-01-29 16:46:54
System administration
haviras, 2015-01-29 16:46:54

How to find out the volume and frequency of HP DL180 G6 memory sticks from under Esxi 5.5?

There is a server HP DL180 G6
IPMI Version: 2.0
Firmware Version: 4.22
Hardware Version: 1.0
Now there is 32Gb of DDR3 ECC memory
There is a task to add more memory
It is not clear what strips and what frequency they are.
Nothing is written in ILO Shut down
the server and see what is there, of course, an option, but very bad
Worth VmWare Esxi 5.5 + Horizon
Therefore, all utilities like AIDA or lshw are not suitable, because they collect data from a virtual machine or VmWare does not know them

Answer the question

In order to leave comments, you need to log in

6 answer(s)
H
HB, 2015-01-29
@heavybit

Connect to the ESXi host via ssh and look with the smbiosDump utility.

O
oia, 2015-01-29
@oia

and run utilities to determine the hardware for your axis

K
Konstantin, 2015-01-29
@fallen8rwtf

dmidecode --type 17
*if you are running Linux

V
Vadim Yakovlev, 2015-01-29
@1nn0

What OS is on the server?
for Linux Ubuntu execute in the console
For Windows the utility CPU-Z or AIDA64 is suitable.

N
neol, 2015-01-29
@neol

If the server is Linux, then lshw will give you enough information to identify the sticks.

G
Grims, 2019-11-06
@grims

If you have ssh access to the hypervisor, then like this:

The number of slots used (I have 8) and the maximum available amount for expansion (I have up to 64 GB):
#smbiosDump | grep -A 4 'Physical Memory Array'
Physical Memory Array: #4096
Use: 0x03 (System memory)
Location: 0x03 (Motherboard)
Slots: 8
Max. Size: 64 GB

In which slots, which strips are installed:
# smbiosDump | grep -A 8 'Memory Device'
  Memory Device: #4352
    Location: "DIMM 1A"
    Memory Array: #4096
    Form Factor: 0x0f (FB-DIMM)
    Type: 0x14 (DDR2 FB-DIMM)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: 2 GB
    Speed: 667 MHz
  Memory Device: #4353
    Location: "DIMM 2C"
    Memory Array: #4096
    Form Factor: 0x0f (FB-DIMM)
    Type: 0x14 (DDR2 FB-DIMM)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: 2 GB
    Speed: 667 MHz
  Memory Device: #4354
    Location: "DIMM 3A"
    Memory Array: #4096
    Form Factor: 0x0f (FB-DIMM)
    Type: 0x14 (DDR2 FB-DIMM)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: 2 GB
    Speed: 667 MHz
  Memory Device: #4355
    Location: "DIMM 4C"
    Memory Array: #4096
    Form Factor: 0x0f (FB-DIMM)
    Type: 0x14 (DDR2 FB-DIMM)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: 2 GB
    Speed: 667 MHz
  Memory Device: #4356
    Location: "DIMM 5B"
    Memory Array: #4096
    Form Factor: 0x0f (FB-DIMM)
    Type: 0x14 (DDR2 FB-DIMM)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: 2 GB
    Speed: 667 MHz
  Memory Device: #4357
    Location: "DIMM 6D"
    Memory Array: #4096
    Form Factor: 0x0f (FB-DIMM)
    Type: 0x14 (DDR2 FB-DIMM)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: 2 GB
    Speed: 667 MHz
  Memory Device: #4358
    Location: "DIMM 7B"
    Memory Array: #4096
    Form Factor: 0x0f (FB-DIMM)
    Type: 0x14 (DDR2 FB-DIMM)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: 2 GB
    Speed: 667 MHz
  Memory Device: #4359
    Location: "DIMM 8D"
    Memory Array: #4096
    Form Factor: 0x0f (FB-DIMM)
    Type: 0x14 (DDR2 FB-DIMM)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: 2 GB
    Speed: 667 MHz
--

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question