Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Configure/Enable AIO on AIX7.1

Status
Not open for further replies.

AIXLogician

Technical User
Jul 26, 2012
89
US
Hello,
I need to enable AIO on my DB2 server, I tried to change it using the below command

root@XXXXX:/root# ioo -a | grep aio_active
aio_active = 0
posix_aio_active = 0

root@XXXXX:/root# ioo -p -o aio_active=1
ioo: 1485-114 Static tunable aio_active cannot be changed

Irony is that I was able to change teh parameter on my development box few months ago.

FYI,
On both system we used same media AIX7.1TL01SP04

SARFARAZ AHMED SYED,
Sr. Systems Engineer
 
Figured out myself, starting from AIX6.1 AIO is made static, meaning it cannot be changed. But AIO will be automatically enabled when it receive a request from a particular application for database.

So, aio_active=o will turn to aio_active=1, when it receives a request.

Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top