![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
j2_maxPageReadAhead & j2_nBufferPerPagerDevice and CIO
Hi Guys,
At the moment I'm experiencing a problem where one of the filesystems is being locked up because it looks like is running out of buffers and according to IBM a workaround should be decreasing the size of the j2_maxPageReadAhead. My question is what if I turn on CIO at the filesystem level . I wonder whether enabling CIO then will bypass all these filesystems buffers such as j2_nBufferPerPagerDevice and j2_nBufferPerPagerDevice . Any thoughts?. Actually I forget to mention this is on AIX 5.3. Harby. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
There is an AIX subforum here - post AIX problems there next time please^^
How did you notice it is locked up? Can you please post a vmstat -vs? An iostat of the disk(s) on which the problematic filesystems is placed on could help too. Edit: Are you using AIO? If yes, "lsattr -El aio0" and "ps aux| grep aioserver" and iostat with -AQ to check aio queues maybe, please, ty Last edited by zaxxon; 09-03-2008 at 07:11 AM. Reason: one more idea |
|
#3
|
|||
|
|||
|
Hi there,
The below is the output of vmstat and iostat from the last ocurrence of this problem. vmstat r b avm fre re pi po fr sr cy in sy cs us sy id wa pc ec 1 5 1778357 24532 0 0 0 0 0 0 11 188 341 0 1 49 49 0.03 2.3 0 5 1778342 24547 0 0 0 0 0 0 29 407 378 0 3 50 47 0.05 4.4 iostat tty: tin tout avg-cpu: % user % sys % idle % iowait physc % entc 0.0 323.2 0.6 1.8 49.3 48.3 0.0 3.1 thanks a lot for you reply. |
|
#4
|
|||
|
|||
|
I asked for "vmstat -vs", not a simple vmstat. Also the iostat I asked for was for the disks which you think might make trouble.
The only thing I can see is that you have a high I/O wait. |
|
#5
|
|||
|
|||
|
Actually this is all what I've got.
|
|
#6
|
|||
|
|||
|
When I type "vmstat -vs" on any AIX 5.3 machine, I get:
Code:
root@somebox:/> vmstat -vs
1743435524 total address trans. faults
400484880 page ins
66634052 page outs
0 paging space page ins
0 paging space page outs
0 total reclaims
896069655 zero filled pages faults
79684162 executable filled pages faults
969679308 pages examined by clock
1453 revolutions of the clock hand
379300865 pages freed by the clock
12301371 backtracks
0 free frame waits
0 extend XPT waits
9308168 pending I/O waits
459670082 start I/Os
32358220 iodones
1045168868 cpu context switches
192183708 device interrupts
106783424 software interrupts
580781613 decrementer interrupts
266715 mpc-sent interrupts
215160 mpc-receive interrupts
136135094 phantom interrupts
0 traps
9578158818 syscalls
4259840 memory pages
4002637 lruable pages
308553 free pages
6 memory pools
569732 pinned pages
80.0 maxpin percentage
5.0 minperm percentage
80.0 maxperm percentage
64.4 numperm percentage
2579734 file pages
0.0 compressed percentage
0 compressed pages
64.4 numclient percentage
80.0 maxclient percentage
2579734 client pages
0 remote pageouts scheduled
28 pending disk I/Os blocked with no pbuf
0 paging space I/Os blocked with no psbuf
2484 filesystem I/Os blocked with no fsbuf
585 client filesystem I/Os blocked with no fsbuf
3554 external pager filesystem I/Os blocked with no fsbuf
0 Virtualized Partition Memory Page Faults
0.00 Time resolving virtualized partition memory page faults
|
|||
| Google The UNIX and Linux Forums |