Operating System - HP-UX
1830375 Members
2616 Online
110001 Solutions
New Discussion

finding memory information in Hp svr

 
K.Mohana
Occasional Contributor

finding memory information in Hp svr

dear friends..
i am using 'dmesg' to get the total memory size.
but i want to get the information about size of memory/bank and number of banks used in HP D-class server through remote login.
can help me ...
7 REPLIES 7
James R. Ferguson
Acclaimed Contributor

Re: finding memory information in Hp svr

Hi:

# echo "selclass qualifier memory;info;wait;infolog"|cstm > /tmp/meminfo

Regards!

...JRF...
MANOJ SRIVASTAVA
Honored Contributor

Re: finding memory information in Hp svr

K Mohana


1. dmesg | grep Phy
2. sam --->performance monitor---->system Properties--> memory.
3.xstm



Manoj Srivastava
MANOJ SRIVASTAVA
Honored Contributor

Re: finding memory information in Hp svr

PIYUSH D. PATEL
Honored Contributor

Re: finding memory information in Hp svr

Hi,

If you have the ODE installed on the D-class then you can get this info using cstm, xstm

cstm
cstm>map
cstm>sel dev ____
cstm>info
cstm>infolog

Piyush
Tim D Fulford
Honored Contributor

Re: finding memory information in Hp svr

The above stuff with cstm will work. It is probably wasier to use mstm or the X version xstm. Both of these are menu driven. Highlighlight Memory, then tools, information & run.

Tim
-
Sanjay_6
Honored Contributor

Re: finding memory information in Hp svr

Hi,

If you have STM installed on your system, try

echo 'selclass qualifier memory;info;wait;infolog'|cstm > /tmp/mem_info.txt

more /tmp/mem_info.txt

Hope this helps.

Regds
Martin Johnson
Honored Contributor

Re: finding memory information in Hp svr

You can also use glance, if you have it installed.


Marty