Operating System - HP-UX
1833758 Members
3032 Online
110063 Solutions
New Discussion

Re: how to check ram in hp-ux 10.20

 
M.sureshkumar
Regular Advisor

how to check ram in hp-ux 10.20

how to check ram in hp-ux 10.20
9 REPLIES 9
Marco Santerre
Honored Contributor

Re: how to check ram in hp-ux 10.20

If you only want to know how much you have you can issue a dmesg command or look in /var/adm/syslog/syslog.log and it will give the info.

You can also look in stm for the layout of your memory boards which will also display the amount of RAM you have at the same time.
Cooperation is doing with a smile what you have to do anyhow.
john korterman
Honored Contributor

Re: how to check ram in hp-ux 10.20

Hi,
try e.g. SAM-->Performance Monitors-->System Properties-->Memory

regards,
John K.
it would be nice if you always got a second chance
Elmar P. Kolkman
Honored Contributor

Re: how to check ram in hp-ux 10.20

If you want to check the memory, you can use stm to do a verify on your memory. And the information log you can request on memory banks also report single bit errors, which indicates the reliability of your memory chips.
Every problem has at least one solution. Only some solutions are harder to find.
TommyT
Valued Contributor

Re: how to check ram in hp-ux 10.20

Hi!

For 10.20
echo 'physmem/D'|adb -k /stand/vmunix /dev/kmem | tail -1 | awk '{print $2/256}'

//Tommy
tompa
Pratyush Paul_1
Valued Contributor

Re: how to check ram in hp-ux 10.20

Hi -

getmem can be used to get the memory of the system.

Thanks

Pratyush

Die Hard
Bruno Ganino
Honored Contributor

Re: how to check ram in hp-ux 10.20

For the Measurement of the use of the memory you can use "vmstat" that visualizes a great number of information.
The column "po" with value not equal 0 the system is in pagination, if it is constantly in pagination the RAM is probably little.
For display more easy-read use "vmstat -n".
Bye
Bruno
Torino (Turin) +2H
Ashwani Kashyap
Honored Contributor

Re: how to check ram in hp-ux 10.20

can aso use glance or gpm and then drill down to memory report .
Karthik S S
Honored Contributor

Re: how to check ram in hp-ux 10.20

Look for James's posting under,

http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x92a9c8ecad09d6118ff40090279cd0f9%2C00.html&admit=716493758+1069962355272+28353475

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
PVR
Valued Contributor

Re: how to check ram in hp-ux 10.20

Hi Suresh,

try this
# dmesg | grep Physical

Don't give up. Try till success...