Regarding Upgrading RAM in AIX 6.1


 
Thread Tools Search this Thread
Operating Systems AIX Regarding Upgrading RAM in AIX 6.1
# 8  
Old 03-19-2014
May be your team did not performed a stress test thoroughly, you will put the system to its max limits during that test (before you go live).

I guess, the no of users after go-live crossed the actual stress test, you guys under sized the system.

If you say NO and your answer is you did the stress test pushing to max, then my immediate guess is there might be change in code in application, ask them. Why there was no problem before and then sudden spike.

To the best of my experience either one of those should be it.
This User Gave Thanks to ibmtech For This Post:
# 9  
Old 03-20-2014
Code:
$ svmon -P | grep -p Pid
-------------------------------------------------------------------------------
     Pid Command          Inuse      Pin     Pgsp  Virtual 64-bit Mthrd  16MB
15925256 java            466928     8595   173586   528345      Y     Y     N
-------------------------------------------------------------------------------
     Pid Command          Inuse      Pin     Pgsp  Virtual 64-bit Mthrd  16MB
13697236 BIService       332451    13225   474539   566291      N     Y     N
-------------------------------------------------------------------------------
     Pid Command          Inuse      Pin     Pgsp  Virtual 64-bit Mthrd  16MB
19595408 java            300374     8626   557791   647293      Y     Y     N
-------------------------------------------------------------------------------
     Pid Command          Inuse      Pin     Pgsp  Virtual 64-bit Mthrd  16MB
18088138 java             42401     8459    67900    99438      Y     Y     N
-------------------------------------------------------------------------------
     Pid Command          Inuse      Pin     Pgsp  Virtual 64-bit Mthrd  16MB
21233778 java             34438     8478   141277   170749      Y     Y     N
-------------------------------------------------------------------------------
     Pid Command          Inuse      Pin     Pgsp  Virtual 64-bit Mthrd  16MB
 8061030 das              31752    13226    35314    85014      N     Y     N
-------------------------------------------------------------------------------
     Pid Command          Inuse      Pin     Pgsp  Virtual 64-bit Mthrd  16MB
11665488 topas            21195    13204     5346    46727      N     N     N
-------------------------------------------------------------------------------
     Pid Command          Inuse      Pin     Pgsp  Virtual 64-bit Mthrd  16MB
14024892 ksh              20920    13204     4992    46101      N     N     N
-------------------------------------------------------------------------------
     Pid Command          Inuse      Pin     Pgsp  Virtual 64-bit Mthrd  16MB
 7077994 ksh              20776    13204     5125    46100      N     N     N
-------------------------------------------------------------------------------
     Pid Command          Inuse      Pin     Pgsp  Virtual 64-bit Mthrd  16MB
14549230 sh               20772    13204     5107    46083      N     N     N
-------------------------------------------------------------------------------
     Pid Command          Inuse      Pin     Pgsp  Virtual 64-bit Mthrd  16MB
15073398 ksh              20772    13204     5126    46101      N     N     N
-------------------------------------------------------------------------------
     Pid Command          Inuse      Pin     Pgsp  Virtual 64-bit Mthrd  16MB
14352432 ksh              20772    13204     5128    46103      N     N     N
-------------------------------------------------------------------------------
     Pid Command          Inuse      Pin     Pgsp  Virtual 64-bit Mthrd  16MB
20840500 sh               20772    13204     5172    46148      N     N     N
-------------------------------------------------------------------------------
     Pid Command          Inuse      Pin     Pgsp  Virtual 64-bit Mthrd  16MB
13631528 grep             20769    13204     4992    46008      N     N     N
-------------------------------------------------------------------------------
     Pid Command          Inuse      Pin     Pgsp  Virtual 64-bit Mthrd  16MB
14221472 svmon            19808     8416     5489    32695      Y     N     N
$ topas
Exiting
$ vmstat
System Configuration: lcpu=4 mem=8192MB
kthr    memory              page              faults        cpu
----- ----------- ------------------------ ------------ -----------
 r  b   avm   fre  re  pi  po  fr   sr  cy  in   sy  cs us sy id wa
 2  2 3164764  3003   0  29  28  93  282   0 353 6306 873 14  2 82  1
$ vmstat
System Configuration: lcpu=4 mem=8192MB
kthr    memory              page              faults        cpu
----- ----------- ------------------------ ------------ -----------
 r  b   avm   fre  re  pi  po  fr   sr  cy  in   sy  cs us sy id wa
 2  2 3128583  9792   0  29  28  93  283   0 353 6306 874 14  2 82  1
$ topas


Last edited by zaxxon; 03-21-2014 at 07:11 AM.. Reason: code tags
# 10  
Old 03-21-2014
Ok, your system is definetly actively paging in and out to Paging Space. Also some processes like your java and BIService (Business Intelligence?) are paged out already.
That together with a DB2 on this box, is a bit much maybe for 8 GB.

I assume your box has the default settings - the output of vmo -F -L lru_file_repage -L minperm% -L maxperm% -L maxclient% -L maxpin% is missing.

So with this input it seems, you are simply far from having enough memory. If you are increasing to 40 GB, there will be most probably no paging anymore anyway.

Last edited by zaxxon; 03-21-2014 at 10:00 AM.. Reason: typo
# 11  
Old 03-24-2014
Code:
$ vmo -F -L lru_file_repage -L minperm% -L maxperm% -L maxclient% -L maxpin%
ksh: vmo: cannot execute

Moderator's Comments:
Mod Comment Please use code tags.

Last edited by zaxxon; 03-24-2014 at 10:18 AM.. Reason: code tags
# 12  
Old 03-24-2014
Make sure you are root when calling this command.

Start using code tags - you don't want to get banned by accumulating infractions for missing code tags.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Upgrading to AIX 7 vs migrating

Hi all, I have this weird notion that upgrading the TL does not cause the machine to wipe, but upgrading a major version (from aix 6 to 7) means it's actually a fresh install and will wipe the date and i have to install the software again (TSM server, for instance). Trying to google it, i came... (3 Replies)
Discussion started by: tde3000
3 Replies

2. AIX

How can we re-mount the RAM disk automatically after the reboot on AIX?

Hi All, I was trying to know more about RAM disk concept in AIX. I found something on IBM site. I was able to create and use/delete RAM disk as per IBM instructions. But as you guys know, this RAM disk is a temporary storage. (*when ever we reboot the AIX LPAR, content/RAM disk will be... (4 Replies)
Discussion started by: System Admin 77
4 Replies

3. AIX

New to AIX need help Installing/Upgrading Samba on AIX 7.1?

Hello, I am trying to update Samba on my AIX 7.1 system as there is an issues with it, the smbd process coredumps and I have had no luck figuring it out why. My approach is to try to re-install a newer samba and I have found the latest 3.x package for samba in ppc.rpm format at perlz.org ... (6 Replies)
Discussion started by: c3rb3rus
6 Replies

4. AIX

Upgrading from aix 5.3 to ?

Hey guys, since AIX 5.3 reaches EOS on april 2012, I really need to update my systems asap. Any experience on upgrading directly to 7.1, with sap/db2/oracle? could do fresh installs and import my sap/db vgs, but this would be a lot of work cheers Funksen (4 Replies)
Discussion started by: funksen
4 Replies

5. AIX

Upgrading from native MPIO to SDDPCM AIX 6.1

We have AIX 6.1 system attached to SAN disks (DS4700 and DS8100) thru SVC. Initially when the system was I forgot to install sddpcm drivers. and wanted to know how can i go with the installation of the sddpcm drivers. My understandin going thru the manual ... (3 Replies)
Discussion started by: mk8570
3 Replies

6. AIX

Upgrading AIX from 5.3 to 6.1

Hi, I am having 2 Hard disk one for os and another for data,I would like to know for Upgrading AIX 5.3 to 6.1,wheather I have to varry off datavg while upgrading, or any other files needs to be backup. Please suggest Regards, Manoj (1 Reply)
Discussion started by: manoj.solaris
1 Replies

7. AIX

Upgrading AIX 5.2 to AIX 6.1 - GCC compatibility

Hi All, We are in the processing of upgrading our AIX server OS from 5.2.0.0 to 6.1. And we have a set of highly critical running C applications in AIX box. I have a question like whether this upgradation of OS will affect any C code compilation and C runtime enviornment... how does AIX 6.1... (1 Reply)
Discussion started by: karthikc
1 Replies

8. Red Hat

red hat Linux 5.0 is detecting 3gb ram but physical ram is 16gb

Hi, On server 64bit Hw Arch , Linux 5.0(32bit) is installed it is showing only 3gb of ram though physical is 16gb can u give me idea why? (4 Replies)
Discussion started by: manoj.solaris
4 Replies

9. AIX

To find RAM Size in AIX as normal user?

Hi, Am jus trying to find the Total RAM Size of a AIX m/c (in MB)..svmon works perfectly for a superuser...But i want to achive this as a normal user...Please help me out with correct command.. Best Regards, Muthukumaran.M (3 Replies)
Discussion started by: muthukumaran13
3 Replies

10. AIX

Upgrading AIX Unix

Hi all, I've got a question about an OS upgrade. I'm planning to do a upgrade from AIX UNIX 4.3.2 to 4.3.3 in a few weeks. I haven't got that much information. Could someone give me some general tips or hints, things I should think of before? Things I should know, or general errors. I know... (9 Replies)
Discussion started by: Erik Rooijmans
9 Replies
Login or Register to Ask a Question