HPE 9000 and HPE e3000 Servers
1753425 Members
4973 Online
108793 Solutions
New Discussion юеВ

How to tell how many free memory slots - rp5450?

 
SOLVED
Go to solution
Gino Castoldi_2
Honored Contributor

How to tell how many free memory slots - rp5450?

How to tell how many free memory slots on a rp5450/L2000 server?

Server: HPUX 11.0 rp5450.

We want to add more memory to a rp5450 server.


TIA, Gino


6 REPLIES 6
Pete Randall
Outstanding Contributor
Solution

Re: How to tell how many free memory slots - rp5450?

Gino,

You can use stm to check. Probably the easiest is to use the graphical interface: xstm. Then look for the memory section.


Pete

Pete
Robert-Jan Goossens
Honored Contributor

Re: How to tell how many free memory slots - rp5450?

Hi Gino,

Same with cstm

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

Regards,
Robert-Jan
Gino Castoldi_2
Honored Contributor

Re: How to tell how many free memory slots - rp5450?

Pete,

I ran stm and it shows the slots that already have memory installed.
(6 slots in use for a total of 4096MB).

Does that mean that there's no free slots left or does stm only show what slots have
memory installed?

10 points to any good answer.
TIA, Gino
Geoff Wild
Honored Contributor

Re: How to tell how many free memory slots - rp5450?

Try this:

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


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Geoff Wild
Honored Contributor

Re: How to tell how many free memory slots - rp5450?

I have a 5470 - but it has 8 slots (L3000) - would have thought all 54XX are the same.

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Robert-Jan Goossens
Honored Contributor

Re: How to tell how many free memory slots - rp5450?

rp54xx servers have 16 slots (8 DIMM pairs) for memory DIMMs. These slots are numbered 0a/b, 1a/b,... 7a/b. 8 of these slots (4a/b - 7a/b) are disabled on rp5400 servers. rp5450 servers can access all slots. rp5400 and rp5450 servers have DIMM slots located on the System Board.

http://www.docs.hp.com/hpux/onlinedocs/A5191-96018/A5191-96018.html

Regards,
Robert-Jan