Integrity Servers
1753770 Members
5107 Online
108799 Solutions
New Discussion юеВ

Re: Memory Slot Usage

 
SOLVED
Go to solution
Keao
Occasional Advisor

Memory Slot Usage

HP-UX 11.23
RX4640

Is there a command or a file I can view to determine memory slot usage and availability?

Thank you,
Jon
6 REPLIES 6
David Bellamy
Respected Contributor
Solution

Re: Memory Slot Usage

Here is the command:
echo "gop cstmpager cat;scl type mem;info;wait;il"|cstm

redirect the output to a file and you should get your memory slot usage and availability
TTr
Honored Contributor

Re: Memory Slot Usage

The online diagnostics should be installed by default.
Try this command
echo "selclass qualifier memory; info;wait;infolog" | cstm

You can redirect the output to a log file to save it.
Keao
Occasional Advisor

Re: Memory Slot Usage

Thanks for the help. One last question. How do I determine if the server has the 16 DIMM or 32 DIMM extender board? Just want to know how many free slots, if any, I have.

Thanks again,
Jon
TTr
Honored Contributor

Re: Memory Slot Usage

If you have the 32 slot memory carrier you should see all 32 slots listed in the cstm output.
Keao
Occasional Advisor

Re: Memory Slot Usage

Thank you for your help.
Keao
Occasional Advisor

Re: Memory Slot Usage

Solution provided in forum.