1837958 Members
3733 Online
110124 Solutions
New Discussion

Re: memory

 
A.G.M. Velthof
Valued Contributor

memory

Hello all,
is there a way to find out how many free
memory slots I have in a D390 machine?

Greetings, Alfons
6 REPLIES 6
Pete Randall
Outstanding Contributor

Re: memory

Alfons,

The obvious answer is to open the side panel and look, but your can also find out by running diagnostics - do you have cstm/xstm available?


Pete

Pete
Sunil Sharma_1
Honored Contributor

Re: memory

You can use stm to get this information.

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***

Re: memory

If you have diagnostics installed (stm) then the following will give you your config:

echo "selclass qualifier memory;info;wait;infolog"|cstm


HTH

Duncan

I am an HPE Employee
Accept or Kudo
Zygmunt Krawczyk
Honored Contributor

Re: memory

Another way is to break boot process and run

information

command from boot console handler

Regards,
Zygmunt
twang
Honored Contributor

Re: memory

Execute the command from Duncan, you should find the following similar output:
Memory Board Inventory

DIMM Slot Size (MB)
--------- ---------
01 256
02 256
03 256
04 256
05 128
--------- ---------
System Total (MB): 1152

All slots are used in the above case.
A.G.M. Velthof
Valued Contributor

Re: memory

Diagnostics was not installed, so I used the obvious answer, removing the side panel.

Thanks to all