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

How to recovery PDB when PDB database is dropped in Oracle

  How to recovery PDB when PDB database is dropped :) [oracle@rac01 ~]$ sqlplus '/as sysdba' SQL*Plus: Release 21.0.0.0.0 - Product...