HPE 9000 and HPE e3000 Servers
1823370 Members
2719 Online
109654 Solutions
New Discussion юеВ

K210 physical memory config

 
SOLVED
Go to solution
Sean OB_1
Honored Contributor

K210 physical memory config

Is there any way without physically opening up the box to determine what physical memory is installed in a K210?

OS: 10.20

I'm interested in knowing how many of what size module are installed so I can determine what to purchase to increase memory.

TIA,

Sean
6 REPLIES 6
Jeff Schussele
Honored Contributor
Solution

Re: K210 physical memory config

Hi Sean,

You can use the sysinfo utility - avaiable free at the porting center:

http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sysinfo-3.3.1/

It will give you what you want & lots more.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
A. Clay Stephenson
Acclaimed Contributor

Re: K210 physical memory config

If you have STM (Support Tools Manager) installed you can do this very easily. If yoiu have X installed then you can use the nice GUI version - xstm else with a character-interface, mstm will work.

Plan B (and doesn't require STM): Shutdown, interrupt the boot process, and enter the firmware monitor. You can then display many system attributes including installed memory.

Both of these methods will tell you what memory modules are installed in which slots.
If it ain't broke, I can fix that.
monasingh_1
Trusted Contributor

Re: K210 physical memory config

Just remember , memory details by cstm is shown per pair basis, if it shows 128MB for 0a/0b, that will mean your modules are 64MB each because memory always goes in pairs...
hope this helps..
Thayanidhi
Honored Contributor

Re: K210 physical memory config

Hi,

It is also possible to see from BCH menu.
Interrupt the auto boot, and go to information
menu (in).
me - to see memory information.

Note: BCH can be accessed only before booting
(reboot required)

-TT
Attitude (not aptitude) determines altitude.
T G Manikandan
Honored Contributor

Re: K210 physical memory config

If you have STM installed then
You can do a

#echo 'selclass qualifier memory;info;wait;Infolog'|cstm

to find out the memory slot distribution


Thanks
Sean OB_1
Honored Contributor

Re: K210 physical memory config

Thank you all for your replies. I'm going to use cfg2html to do this.