1

Is there a way to determine the physical memory configuration of a server that's running ESX Server or XenServer? If the server was running bare metal on Windows, I'd use the excellent CPU-Z utility which displays information about the slot usage.

This could be a Linux shell question (not my speciality) as that's what I think ESX Server and XenCenter are based around.

Failing this, I'm going to have to take the servers down and look inside the box :-(

Thanks, Rob.

Rob Nicholson
  • 1,678
  • 8
  • 27
  • 53

3 Answers3

2

dmidecode run in dom0 or the host should be able to tell you what memory modules you have.

Ignacio Vazquez-Abrams
  • 45,019
  • 5
  • 78
  • 84
1

If the server is a HP, I'd say to check the iLO or the System Management Homepage (SMH). (You did install the PSP, didn't you...?)

I'm sure other brand-name servers have similar Lights-Out management info available, too...

gWaldo
  • 11,887
  • 8
  • 41
  • 68
  • 1
    I'll confirm that this info is available on Sun servers through their iLOM cards as well. – EEAA Sep 10 '10 at 13:14
1

dmidecode is now deprecated. For ESXi 5+ consider using smbiosDump.

JagWireZ
  • 11
  • 1