Operating System - HP-UX
1753700 Members
4979 Online
108799 Solutions
New Discussion юеВ

Re: Getting information on installed memory

 
SOLVED
Go to solution
Vineet Deshpande
Frequent Advisor

Getting information on installed memory

Hi,

I want to find out the installed memory on a HP-UX system. The constraints are that I cannot use root credentials and the STM utility is not working.

Is there any command which will give me this information? I will prefer command over any utility for getting this information.

Please help.

Thanks,

Vineet
23 REPLIES 23
Prashanth Waugh
Esteemed Contributor

Re: Getting information on installed memory

Hi Vineet,

Use #galnce

Reagrds
Prashant
For success, attitude is equally as important as ability
Prashanth Waugh
Esteemed Contributor

Re: Getting information on installed memory

hi,

#glance -m

here it will show physical mem

Reagrds
Prashant
For success, attitude is equally as important as ability
Alex Mantelos_1
Occasional Advisor

Re: Getting information on installed memory

Hello,

Yes, it is one of those issues that come up often.

Some simple possibilities with relatively
reliable results:

# swapinfo -tm

...look for memory line and add columns
together

# top -d 1

... again, look for memory line

Cheers,

VK2COT

PS. It is one of my around 20 different recommendations to add proper, simple command-line interface for
checking RAM in HP-UX 11.41. As Unix Ambassador at HP, I have right and
obligation to report what our customers
need and want :)
Suraj K Sankari
Honored Contributor

Re: Getting information on installed memory

Hi,

top and swapinfo -tam are the command

Suraj
Suraj K Sankari
Honored Contributor

Re: Getting information on installed memory

Hi again,

one more i missed

dmesg | grep -i physical


Suraj
Pete Randall
Outstanding Contributor

Re: Getting information on installed memory

You can obtain CPU speed as well as RAM without CSTM or root access as described by Tom Ferony (under Nancy Rippey's login) here:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=851889


Pete

Pete
Jeeshan
Honored Contributor
Solution

Re: Getting information on installed memory

check with this command

#print_manifest|more
a warrior never quits
VK2COT
Honored Contributor

Re: Getting information on installed memory

Ashan,

print_manifest will not work for non-root users.

It only runs for privileged accounts :)

VK2COT
VK2COT - Dusan Baljevic
ARCHITECT_1
Advisor

Re: Getting information on installed memory

use

#cstm
>selall
>infolog


thanks