On AIX 6.1, smitty aio doen't
how is managed AIO on AIX 6.1 ?
Thanks in advance
A iNet search leads to
http://publib.boulder.ibm.com/infocenter/systems/index.jsp?topic=/com.ibm.aix.prftungd/doc/prftungd/async_io.htm
and the ioo command
cheers
Hajo
It's all automagic now. You don't have to configure it like you
used to on 5.x.
--
Gary R. Hook
________________________________________________________________________
Vocatus atque non vocatus deus aderit
However if you really really want to change things they are now kernel
options with these default values
# ioo -a|grep aio
aio_active = 0
aio_maxreqs = 65536
aio_maxservers = 30
aio_minservers = 3
aio_server_inactivity = 300
posix_aio_active = 0
posix_aio_maxreqs = 65536
posix_aio_maxservers = 30
posix_aio_minservers = 3
posix_aio_server_inactivity = 300
/Jesper