1748011 Members
4876 Online
108757 Solutions
New Discussion юеВ

Memory Missing

 
Marty Metras
Super Advisor

Memory Missing

On a HP 9000 using HP-UX 10.20 How do you tell how much memory is on the system?
I think we lost 1/2 of the memory.
Using "top" the free memory is very low.
If I remember right real Memory is the total that should be on the box?
It shows "Memory: 461996K (191360K) real, 518416K (234212K) virtual, 75288K free"
This means it thinks there is only 500MB. This box should have 1000MB.
Am I looking at this right?
Marty
The only thing that always remain the same are the changes.
5 REPLIES 5
Paul R. Dittrich
Esteemed Contributor

Re: Memory Missing

I don't believe any memory is missing.

I think the buffer cache (BCACHE) by default uses (the lower) half of physical RAM for its work. The kernel loads from the top of RAM space down, and the remainder between the kernel and BCACHE is the user space.

HTH,
Paul
Philip P. Hartl
Valued Contributor

Re: Memory Missing

Try running mstm. Scroll down to the memory line. It will show the memory found during the last information run. Highlight this line by pressing enter. Tab to the menu, select Tools -> Information -> Run. This will show you by memory board and summary how much memory is found.
Don't take life so seriously; nobody gets out alive.
Marty Metras
Super Advisor

Re: Memory Missing

Thanks Paul,
After you responce I checked this out and I now understand.
Marty
The only thing that always remain the same are the changes.
Magdi KAMAL
Respected Contributor

Re: Memory Missing

Hi Marty,

If you ant to know the amount of physical memory on your system, just type the following command :

dmesg
The last line give you :

Physical : nnnnnn

nnnnnn : Express the amount of physical memory in KBytes.


Magdi
Nico van Royen
Frequent Advisor

Re: Memory Missing

It might be possible that some of the memory has been disabled. Blocks of memory that are considered 'dead' are called tombstones by HPUX and logging of those (memory and cpu's) are stored in /var/tombstones/. The file you should check is the ts99 file (or have it debugged by your HP engineer).

Nico van Royen
If all else fails, try reading the manual...