Originally posted by: j.gann
In fact, cio is enabled by specifying a flag (O_CIO) when your user process is open()ing a file which it wants to access with cio semantics.
Because app vendors need to rewrite and rebuild their programs to make use of this, ibm has wisely supplied the named "cio" mount option which will make all open()s to files in the respective filesystem be done with an implied O_CIO flag.
for benefits and caveats read "Improving Database Performance With AIX Concurrent I/O"
j.gann