Operating System - Tru64 Unix
1751771 Members
4486 Online
108781 Solutions
New Discussion юеВ

Re: How I get the memory configuration on GS320

 
Andre Machado_1
Advisor

How I get the memory configuration on GS320

Hi,

I need to get the memory configuration on AlphaServer GS320.

I think use 'hwmgr' command, but I don't know how what's the sintaxe.

Can somebody help-me please!

tks
4 REPLIES 4
Ralf Puchner
Honored Contributor

Re: How I get the memory configuration on GS320

why not using ca or dia showing the bootup messages. Another approach is using the sms station on Tru64 5.x
Help() { FirstReadManual(urgently); Go_to_it;; }
Roberto Polli
Trusted Contributor

Re: How I get the memory configuration on GS320


hwmgr seems not invoving memory, but i'm not sure . Ralf 'the guru' hints can surely help.

I use
#swapon -s

#uerf -r 300 -R |more

---a quote from output

MESSAGE Alpha boot: available memory from
_0xe7d4000 to 0x1fffee000
Compaq Tru64 UNIX V5.1B (Rev. 2650);
_Thu Apr 22 11:35:46 CEST 2004
physical memory = 8192.00 megabytes.
available memory = 7960.09 megabytes.
using 31380 buffers containing 245.15
_megabytes of memory
Michael Schulte zur Sur
Honored Contributor

Re: How I get the memory configuration on GS320

Hi,

vmstat -P
gives physical memory and usage.

greetings,

Michael
Ralf Puchner
Honored Contributor

Re: How I get the memory configuration on GS320

vmstat -P does not correctly reports physical memory on all platforms and Tru64 versions. Eg. GS type machines will deliver wrong output.

Another way is on the srm console:

show mem

or

show config

There are so many ways....


Help() { FirstReadManual(urgently); Go_to_it;; }