View Single Post
  #2  
Old July 26th, 2007
cdelgadop's Avatar
cdelgadop Offline
Senior Member
 
Join Date: November 2006
Posts: 318
Send a message via MSN to cdelgadop
Re: How do I know if Lotus Domino is using Asynchronous i/o

Hi

AIO is a feature of the OS. In AIX case, you need to check if AIO is enabled:

root@localhost /root >lsdev -C | grep aio
aio0 Available Asynchronous I/O (Legacy)
posix_aio0 Defined Posix Asynchronous I/O
root@localhost /root >

If aio0 is not available you need to make it configured,

smitty aio

Hope this helps
__________________
cd3lgad0p
Reply With Quote