| Blogs | Classifieds | Downloads | FlashChat | Gallery | Googlemap | Invite Friends | Links | Projects | Reviews | Wiki |
| |||||||||
Welcome to the pSeries Tech Forums,
our free peer-based support site for administrators, engineers and architects working with IBM pSeries servers and software. You are currently viewing our site as a guest which gives you limited access to view most discussions, articles, tutorials and access our other free features. By joining our community you will be able to collaborate with administrators, engineers and architects charged with designing, delivering or maintaining IBM pSeries server environments. Founded by a recognized IBM pSeries consultant and IBM Redbook author, pSeries Tech Forums was developed with the single mission of bringing IBM pSeries professionals together into a single self-help community. Registration is fast, simple and absolutely free to all IT professionals with responsibility for or interest in IBM pSeries servers. We invite you to join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
| Our Sponsors | |
| | |
| Want to advertise? | |
![]() |
| | LinkBack | Thread Tools |
|
#21
| ||||
| ||||
HI Looks like hd6 paging space (that is the default) has been erased. You server has too much paging space defined. Some applications like SAP and Oracle requires such amount of PS, anyway, when %used is greather than 30% I/O performance problems starts to happen. You need to apply some tuning to your PS devices. First, how much RAM does your server has?. The most basic rule of thumb is PS=2xRAM. If this value is ok with your appl requirements then apply this value. Second, it's not recommended to have multiple PS of different sizes. Then you need to make all those pagingXX devices roughly the same size. Third, you need to apply some tuning to the Virtual Memory Manager of AIX (VMM), what AIX versiona re you running?, if AIX 5L you can use the vmo command in order to review and chage some parameters you can use to avoid double buffering that's is the case when running Orcale/DB2 on JFS2 FS. Please read man vmo and post the output of the folllwing command: vmo -a | egrep "maxperm|minperm|maxclient" these parameters below controls the behavior of the PS. Hope this helps
__________________ cd3lgad0p |
|
#22
| ||||
| ||||
We have about 19 GB of RAM and only about 28 GB of paging, we were going by a rule of 1.5 times the RAM. We are on 5.3 ML4 vmo -a | egrep "maxperm|minperm|maxclient" maxclient% = 80 maxperm = 3887837 maxperm% = 80 minperm = 971956 minperm% = 20 strict_maxclient = 1 strict_maxperm = 0 |
|
#23
| ||||
| ||||
Hi I would change the following values: maxclient% = 8 maxperm% = 8 minperm% = 3 and test the behavior of the server. With 19GB RAM i would use up to 20GB Paging Space splitted on two Volume groups (rootvg with 10 GB) and another VG, say Swapvg, with 10 GB, and only if the appl requierements told me to use such a big ammount of PS. The idea is to use up to 25% of PS activity. If you use more than that you need to tune your SO, appls or even the DB. AIX 5L Initial Tuning Hope this helps
__________________ cd3lgad0p |
|
#24
| ||||
| ||||
There is no doubt in my mind that the DB needs tuning, we didn't have this problem until we moved from 9i to 10g. I am not a DBA so I really don't know how to do anything with Oracle. As far as changing the percentages, what is the potenial of slowing down the system even more? Are the settings I already have the default settings? I guess I already have enough paging space but how do I change it to even it out? My paging00 space is spread unevenly on two seperate drives so how can I fix this? |
|
#25
| ||||
| ||||
a thought with AIX and oracle, look at the log writers and db writer processes. I used to run a set of p650's that swallowed 12+gb of swap every week and 1/2 required an IPL to recover. |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| WU-FTPD 550 /bin/ls -lgA : Not enough space | Ljus | AIX for POWER Systems | 4 | May 26th, 2008 16:34 |
| Paging Question | serm | AIX for POWER Systems | 8 | December 11th, 2007 06:20 |
| hd6 paging space gone | alexisl | AIX for POWER Systems | 2 | May 4th, 2007 06:59 |
| db server paging space and performance | kotireddy | pSeries - System p | 1 | April 23rd, 2007 05:09 |
| SAN paging space | steevojb | AIX for POWER Systems | 3 | September 19th, 2006 11:33 |