I have an HP ProLiant DL380 Generation 5 in a remote data center. Is there any way that I can check remotely how many memory slots are occupied (and more importantly how many are available)? The server is running SLES 11 in case that matters...

link|improve this question
Do you have the iLO enabled or remote access? – uSlackr Jan 17 at 19:42
feedback

3 Answers

lshw may not be installed by default. However, dmidecode typically is.

dmidecode -t 17 will show DIMM slot information.

Keep in mind that the ProLiant DL380 G5 has some specific DIMM population rules.

link|improve this answer
feedback

dmidecode

should also do the trick. It happens to be preinstalled very often, too.

link|improve this answer
feedback

try the command :

lshw

It provides information about all your hardware, including what banks are free.

link|improve this answer
Also dmidecode -t memory (Not sure about SLES but RHEL doesn't have lshw in its main repo, only EPEL). – James O'Gorman Jan 17 at 15:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.