Disclaimer

Wednesday, 21 October 2020

How to check Asynchronous I/O is configured or not on the AIX system?

 

How to check Asynchronous I/O is configured or not on the AIX system?

 

root#test1] iostat -P   ß run the command

 

System configuration: lcpu=4 drives=17 ent=0.20 paths=136 vdisks=1 maxserver=400

 

aio: avgc avfc maxgc maxfc maxreqs avg-cpu: % user % sys % idle % iowait physc % entc

iostat: 0551-157 Asynchronous I/O not configured on the system.

 

 

 

 

root#test2] iostat -P  ß run the command

System configuration: lcpu=8 drives=4 ent=0.10 paths=32 vdisks=1 maxserver=800

 

aio: avgc avfc maxgc maxfc maxreqs avg-cpu: % user % sys % idle % iowait physc % entc

iostat: 0551-157 Asynchronous I/O not configured on the system.

 

 

 

No comments:

Post a Comment

Understanding SQL Plan Baselines in Oracle Database

  Understanding SQL Plan Baselines in Oracle Database SQL Plan Baseline is the feature in Oracle started from Database 11g that helps to pre...