Operating System - HP-UX
1833996 Members
3067 Online
110063 Solutions
New Discussion

Re: Enable Asynchronous I/O (fs_async = 1)

 
SOLVED
Go to solution
EML
Advisor

Enable Asynchronous I/O (fs_async = 1)

I am thinking of trying this recommendation from HP to improve disk I/O performance. But I have some questions, if someone could help me?

I am using Informix DB. Does setting fs_sync=1 affect this DB(meaning improve perf.) even if it is using raw filesystems?
2 REPLIES 2
Sridhar Bhaskarla
Honored Contributor

Re: Enable Asynchronous I/O (fs_async = 1)

Hi,

fs_async parameter is effective only for file systems. The definition it is

//fs_async specifies whether or not asychronous writing of file
system data structures to disk is allowed. If no value for
fs_async is specified, synchronous writes are used//

http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.FSasync.html

You are using raw devices (not filesystems).

It is not recommended unless you can afford to dataloss during a system crash.

If you are planning to go for filesystems, then the OnlineJFS options mincache=direct, convosync=direct are worth considering along with delaylog.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Rammig Claus
Frequent Advisor
Solution

Re: Enable Asynchronous I/O (fs_async = 1)

Hi, the fs_async parameter affects only HFS-Filesystem and not raw-devices or VxFS-Filesystems.

Best regard ...
Claus
No risc no fun