Operating System - HP-UX
1832993 Members
3879 Online
110048 Solutions
New Discussion

Checking installed memory on N Class

 
SOLVED
Go to solution

Checking installed memory on N Class

Hello-

Does anyone know how to check # of carriers/amount of memory on an N-Class

besides rebooting, going into the boot console interface?

Preferably a method besides a reboot...

Thanx.
If I can't be part of the Greatest, I just have to be the Greatest myself!
6 REPLIES 6
Patrick Wallek
Honored Contributor
Solution

Re: Checking installed memory on N Class

If you have diagnostics installed on your system then you can use stm to do it. Check this thread for a couple of examples on how.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x7ed1f841489fd4118fef0090279cd0f9,00.html
James R. Ferguson
Acclaimed Contributor

Re: Checking installed memory on N Class

Hi:

Use STM and do this:

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

...JRF...
Brian Caudill
New Member

Re: Checking installed memory on N Class

If you are running ignite-ux, you can use the print_manifest command that will tell you the total amount of memeory. And sysinfo will also give you lots of detailed info about the memory even the layout.
Agam Upadhyay_1
New Member

Re: Checking installed memory on N Class

Please issue a command:
#echo "phys_mem_pages/D" | adb -k /stand/vmunix /dev/mem | tail -1 | awk -F: '{print $2 / 1024}'
This will give you memory size in MB.
Truth is Victory
Agam Upadhyay_1
New Member

Re: Checking installed memory on N Class

Please issue a command:
#echo "phys_mem_pages/D" | adb -k /stand/vmunix /dev/mem | tail -1 | awk -F: '{print $2 / 256}'
This will give you memory size in MB.
Also GLANCE will give you memory size.
Truth is Victory
R Madhavan
Frequent Advisor

Re: Checking installed memory on N Class

The GUI version of STM is 'xstm'. Select the memory and run information. you can also get lot other useful information on all other components.