Originally posted by: sajid1
Hi,
DB 10.2.0.4 and 9.2.0.4
AIX 5.3
There are three Production database and All database server have same issue that is Disk I/O utilization 100% and while it goes to 100% (frequently happen) the system will damn slow.
What I noticed, there are logical four disks that are
Hdisk1 , hdisk0,hdiak3,hdisk4 ( Now added some disk to one database)
All datafiles ,oracle home and archives are reside on Hdisk3 and 4 and swapping/paging are on hdisk0 and 1
When system damn slow or hanged even to run any small query or to open any form system reply very late while hdisk0 and 1 (notice here 0 and 1) reached 100% or 95%. Please advice.
As a pdf book I received by Oracle Support find below. In the pdf there are mentioned VMO parameters of RAC or NONRAC database. Find below VMO parameters which are set in our AIX environment. Please Advice.
Pdf: white paper:
http://www.oracle.com/technetwork/database/rac-aix-system-stability-131022.pdf vmo -r -o strict_maxperm
strict_maxperm = 0
vmo -r -o strict_maxclient
strict_maxclient = 1
vmo -r -o lru_file_repage
lru_file_repage = 1
vmo -r -o page_steal_method
page_steal_method = 0
$ vmstat -v
4718592 memory pages
4489294 lruable pages
549172 free pages
8 memory pools
1160530 pinned pages
80.0 maxpin percentage
3.0 minperm percentage
90.0 maxperm percentage
26.8 numperm percentage
1206254 file pages
0.0 compressed percentage
0 compressed pages
26.8 numclient percentage
90.0 maxclient percentage
1206254 client pages
0 remote pageouts scheduled
45532 pending disk I/Os blocked with no pbuf
8365475 paging space I/Os blocked with no psbuf
2484 filesystem I/Os blocked with no fsbuf
57 client filesystem I/Os blocked with no fsbuf
10056 external pager filesystem I/Os blocked with no fsbuf
0 Virtualized Partition Memory Page Faults
0.00 Time resolving virtualized partition memory page faults
FYI there is filesystemio_options database parameter It was set before asynch, Now it is SETALL.
After setting SETALL it improved little bit.
Thanks
#AIX-Forum