1753929 Members
9117 Online
108810 Solutions
New Discussion юеВ

Asynchronous I/O

 
SOLVED
Go to solution
Sid Bytheway
Occasional Advisor

Asynchronous I/O

how do I enable asynchronous I/O on a VXFS logical volume? I have created filesystem on the volume and mounted.
2 REPLIES 2
Jason VanDerMark
Trusted Contributor
Solution

Re: Asynchronous I/O

You can enable Async I/O by modifying the fs_async Kernel parameter. It is set to 0 (sync. I/O) by default. Change it to 1 and you should be in business. You can find this and lots of other great tuning tips in the HP-UX Kernel Tuning and Performance Guide which is available all over the net. Here is the link I found:

http://www.hp-partners.com/edaweb_public/html/technical_support/tuning.html

Hope that this helps.

Good Luck,
Jason V.
Tie two birds together, eventhough they have four wings, they cannot fly.
Jitendra_1
Trusted Contributor

Re: Asynchronous I/O

The kernel parameter fs_async ( a value of 1 ) will enable asynchronus I/O . But I believe its not only for one logical volume , it will affect all the logical volumes.
Learning is the Key!