Operating System - HP-UX
1833587 Members
3532 Online
110061 Solutions
New Discussion

Re: How to find out what memory slot are empty if any.

 
SOLVED
Go to solution
Juan Gonzalez_2
Frequent Advisor

How to find out what memory slot are empty if any.

I have a D370 HP 9000 server with HP-UX 11.11. I would like to know if there is command that I can run to find out how many memory slots are being used in the server.

Thanks
2 REPLIES 2
Jannik
Honored Contributor
Solution

Re: How to find out what memory slot are empty if any.

use stm and thougt the menues and choose memory and run infomation.
jaton
asd_hp
New Member

Re: How to find out what memory slot are empty if any.

Hi,

This should help you :

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


-asd