aix20080423
MIS
Sorry for the long message:
######### Server Info ############
System Model: IBM,9117-MMA
Processor Type: PowerPC_POWER6
Number Of Processors: 4
Processor Clock Speed: 4704 MHz
CPU Type: 64-bit
Kernel Type: 64-bit
LPAR Info: 1 greyhound
Memory Size: 16384 MB
Good Memory Size: 16384 MB
# oslevel -s
5300-06-02-0727
####### Changes we have been made to the server ######
ioo -p -o j2_dynamicBufferPreallocation=256
ioo -p -o j2_maxPageReadAhead=256
ioo -p -o j2_maxRandomWrite=32
ioo -p -o j2_nBufferPerPagerDevice=1024
ioo -p -o j2_nPagesPerWriteBehindCluster=64
ioo -p -o maxpgahead=16
ioo -p -o maxrandwrt=32
ioo -p -o numclust=8
ioo -p -o numfsbufs=2048
ioo -p -o pv_min_pbuf=2048
vmo -p -o lru_file_repage=0
vmo -p -o maxclient%=90
vmo -p -o maxperm%=90
vmo -p -o minperm%=5
MinServers - LEAST(#CPUs=8, 10)=8
MaxServers - (10*(#Disks=45)/#CPUs=8)=60
I configured page space as follows:
# lsps -a
Page Space Physical Volume Volume Group Size %Used Active Auto Type
paging00 hdisk3 pagingvg 8192MB 11 yes yes lv
paging01 hdisk2 pagingvg 8192MB 11 yes yes lv
hd6 hdisk1 rootvg 8192MB 10 yes yes lv
I also deactivated/activated all three page spaces.
################ Result ########################
Output from vmstat -v before the changes: (Uptime to this point ~180 days)
# vmstat -v | grep block
Mon Apr 7 19:13:00 EDT 2008
11624496 pending disk I/Os blocked with no pbuf
85953253 paging space I/Os blocked with no psbuf
2484 filesystem I/Os blocked with no fsbuf
0 client filesystem I/Os blocked with no fsbuf
41362018 external pager filesystem I/Os blocked with no fsbuf
After changing the parameters and rebooted the server: (Uptime to this point 10 days)
# vmstat -v | grep block
Tue Apr 22 11:42:13 EDT 2008
1267 pending disk I/Os blocked with no pbuf
13513203 paging space I/Os blocked with no psbuf
2484 filesystem I/Os blocked with no fsbuf
0 client filesystem I/Os blocked with no fsbuf
159202 external pager filesystem I/Os blocked with no fsbuf
As you can see, the "paging space I/Os blocked with no psbuf" is still increasing a lot. I'd like to know how to fix this.
Thank you!!!
Wei
######### Server Info ############
System Model: IBM,9117-MMA
Processor Type: PowerPC_POWER6
Number Of Processors: 4
Processor Clock Speed: 4704 MHz
CPU Type: 64-bit
Kernel Type: 64-bit
LPAR Info: 1 greyhound
Memory Size: 16384 MB
Good Memory Size: 16384 MB
# oslevel -s
5300-06-02-0727
####### Changes we have been made to the server ######
ioo -p -o j2_dynamicBufferPreallocation=256
ioo -p -o j2_maxPageReadAhead=256
ioo -p -o j2_maxRandomWrite=32
ioo -p -o j2_nBufferPerPagerDevice=1024
ioo -p -o j2_nPagesPerWriteBehindCluster=64
ioo -p -o maxpgahead=16
ioo -p -o maxrandwrt=32
ioo -p -o numclust=8
ioo -p -o numfsbufs=2048
ioo -p -o pv_min_pbuf=2048
vmo -p -o lru_file_repage=0
vmo -p -o maxclient%=90
vmo -p -o maxperm%=90
vmo -p -o minperm%=5
MinServers - LEAST(#CPUs=8, 10)=8
MaxServers - (10*(#Disks=45)/#CPUs=8)=60
I configured page space as follows:
# lsps -a
Page Space Physical Volume Volume Group Size %Used Active Auto Type
paging00 hdisk3 pagingvg 8192MB 11 yes yes lv
paging01 hdisk2 pagingvg 8192MB 11 yes yes lv
hd6 hdisk1 rootvg 8192MB 10 yes yes lv
I also deactivated/activated all three page spaces.
################ Result ########################
Output from vmstat -v before the changes: (Uptime to this point ~180 days)
# vmstat -v | grep block
Mon Apr 7 19:13:00 EDT 2008
11624496 pending disk I/Os blocked with no pbuf
85953253 paging space I/Os blocked with no psbuf
2484 filesystem I/Os blocked with no fsbuf
0 client filesystem I/Os blocked with no fsbuf
41362018 external pager filesystem I/Os blocked with no fsbuf
After changing the parameters and rebooted the server: (Uptime to this point 10 days)
# vmstat -v | grep block
Tue Apr 22 11:42:13 EDT 2008
1267 pending disk I/Os blocked with no pbuf
13513203 paging space I/Os blocked with no psbuf
2484 filesystem I/Os blocked with no fsbuf
0 client filesystem I/Os blocked with no fsbuf
159202 external pager filesystem I/Os blocked with no fsbuf
As you can see, the "paging space I/Os blocked with no psbuf" is still increasing a lot. I'd like to know how to fix this.
Thank you!!!
Wei