Help Me!! - AIX box utilised 100% memory for whole day


 
Thread Tools Search this Thread
Operating Systems AIX Help Me!! - AIX box utilised 100% memory for whole day
# 1  
Old 06-06-2008
Data Help Me!! - AIX box utilised 100% memory for whole day

Hi,

As i am new to AIX,I have a problem one of my AIX box shows 100% memory utilization for a whole day.How to find the root cause..

Note : it is a DB2 8.1 DB server.

Please help Me!!Smilie
# 2  
Old 06-06-2008
That is totally normal on AIX since it usually uses RAM that is not needed by processes to cash files, so that reads/writes to physical disks are reduced.

If you "paging space ins", you have a real problem as paging is slowing down your system very noticable. You can check it for example with vmstat and look for the columns pi and po (ie. "paging space in" and "paging space out"). If there is about nothing paged in, your memory should be allright.

There is lots of documentation and how to tune this (if needed) on the web. Search for:
VMM, vmo, lru_file_repage, maxperm, minperm, ...
# 3  
Old 06-07-2008
What zaxxon said is absolutely correct. Here is another very very quick check if everything is ok with your memory (and, no, it is neither an in-depth analysis nor does it replace one): Issue the command "svmon -G" and observe the first line of output. Here is a sample:

Code:
# svmon -G

         size  inuse free   pin virtual
memory 262133 261991  142 11851  128713

I have marked bold the two relevant values. As long as "inuse" is higher or roughly equal to "virtual" everything is ok with the memory size. If "virtual" is (much) higher than "inuse" then your machine needs a memory upgrade - and the size of the upgrade will be at about the difference betweeen these two values, times 4k, as the numbers represent 4k-sized memory-pages.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

centOS memory leak - MEGABYTES per day

hi i've notice a huge problem on my newly installed centOS server and i have no idea how to solve it and where to start.. memory on server 3 GB and it goes down, down, down.. after reboot it shows 71mb used after a hour its 76mb and after 24h it's around 200 later = more i have NO idea... (7 Replies)
Discussion started by: tip78
7 Replies

2. AIX

Memory consumption issue in AIX box

Hi, monitor memory usage on AIX machine on any day of the week from 3:00 PM ET to 5:00 PM ET - Povide min and max memory consumption. Determine if all of the available memory is visible to the operating system. If it is not, determine the amount of memory which may be allocated to the... (3 Replies)
Discussion started by: Rookie_newbie
3 Replies

3. Solaris

Oracle memory usage on Solaris box

I am working on Oracle 2 node RAC 10.2.0.4 on Solaris 10 T2000 kit. The box has around 32G of memory of which 24G is used by oracle user. There is 3G of free memory on the box. Sga max is set to 5G and while checking v$pgastat i see that maximum pga memory memory allocated was 6.5G. So oracle... (29 Replies)
Discussion started by: prabumohan
29 Replies

4. Solaris

Memory issue on solaris10 box

my system has 128G of installed memory. top, vmstat shows the system has just over 10G of free memory on the system. but as per prstat o/p the usage is just 50-55G is there anyway i can find which process/zone is using more memory ? System has 3 zones and all running application servers. ... (1 Reply)
Discussion started by: fugitive
1 Replies

5. Solaris

Memory of box

I have certain questions. 1) How can i see the memory of the unix box. 2) How can i see the size of the database on the box 3)can anyone suggest an article or tutorial that explains the concept of file systems and mount point in UNIX. 4)How can i see the dblink on the server I... (5 Replies)
Discussion started by: asalman.qazi
5 Replies

6. Linux

my box can't see full memory

Hi I'be recently installed Virtouzzo on Centos 5 on 16GB box , but the system could only see 4 GB of RAM, I installed the package kernel-PAE, but the virtuozzo kernel still can't see the full memory. even the kernel system can see 16GB of RAM is there any idea bout that ? Thanks (2 Replies)
Discussion started by: Raied
2 Replies

7. HP-UX

help me decipher how much memory on my box

hi, if I do top, I get Memory: 19277012K (5868296K) real, 33860312K (11294208K) virtual, 795392K free If I do swapinfo -tm I get: % swapinfo -tm Mb Mb Mb PCT TYPE AVAIL USED FREE USED dev 16384 0 16383 0% dev ... (3 Replies)
Discussion started by: JamesByars
3 Replies

8. UNIX for Dummies Questions & Answers

difference between AIX box and Sun Solaris box

Hi, I need a clarification. Is there any difference between AIX box and Sun Solaris box? The bzip command with -c option works in AIX box and the same does not work in Sun Solaris box. Can anyone please explain if there is an implementation difference in both these boxes for the shell... (1 Reply)
Discussion started by: nisha4680
1 Replies

9. AIX

moving AIX ver 4.2.1 to another AIX box

i want to move my AIX os ver 4.2.1 to a new version IBM system. how can i acheive this. (1 Reply)
Discussion started by: gmonix
1 Replies

10. Filesystems, Disks and Memory

Memory usage in the box

Hello: Environment is: Oracle 817 on IBM RS/6000 AIX 433 I have 4GB RAM on the box and Page/Swap is about the same. Presently I am using close to 1GB of RAM towards 5 instances of ORACLE production environments. How can I know, how much of memory/RAM is used for : Oracle Processes , I... (2 Replies)
Discussion started by: ST2000
2 Replies
Login or Register to Ask a Question