<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Asynchronous I/O...how to enable? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/asynchronous-i-o-how-to-enable/m-p/2473973#M17098</link>
    <description>Thanks, Dipak. I will try that the next time I'm allowed to take the system down.&lt;BR /&gt;&lt;BR /&gt;As a point of clarification for me, would it be fair to assume that I would need to enable async I/O through the kernel (following your steps) in addition to just changing the fs_async kernel parameter? I'm just trying to understand what difference I (and the database) will see on the system between enabling async I/O through the kernel via your method and simply changing the kernel parameter.</description>
    <pubDate>Thu, 14 Dec 2000 16:04:48 GMT</pubDate>
    <dc:creator>Jerry Jordak</dc:creator>
    <dc:date>2000-12-14T16:04:48Z</dc:date>
    <item>
      <title>Asynchronous I/O...how to enable?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/asynchronous-i-o-how-to-enable/m-p/2473968#M17093</link>
      <description>I have a cluster of five L2000s running HP-UX 11.00 and Oracle databases. While the systems are running fine, the DBA for the systems was wanting to know if asynchronous I/O is configured on the servers.&lt;BR /&gt;&lt;BR /&gt;How do I tell if asynchronous I/O is turned on? On an AIX system, which I've been more used to, asynchronous I/O is turned off by default, but to enable or disable it, you just go into smit and turn it on or off. I haven't found anything similar yet in HP-UX, AFAIK.&lt;BR /&gt;&lt;BR /&gt;I did see there is a kernel parameter called "fs_async" which turns on and off asynchronous writes to disk. Is this the parameter I'm looking for to enable asynchronous I/O? If not, what all do I have to do to activate it? It can require a reboot if necessary.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 14 Dec 2000 15:09:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/asynchronous-i-o-how-to-enable/m-p/2473968#M17093</guid>
      <dc:creator>Jerry Jordak</dc:creator>
      <dc:date>2000-12-14T15:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Asynchronous I/O...how to enable?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/asynchronous-i-o-how-to-enable/m-p/2473969#M17094</link>
      <description>You are right, the fs_async parameter controls the disk IO behavior.&lt;BR /&gt;&lt;BR /&gt;SAM help says:&lt;BR /&gt;fs_async specifies whether or not asychronous writing of file-system data structures to disk is allowed. If no value for &lt;BR /&gt; fs_async is specified, synchronous writes are used. &lt;BR /&gt;&lt;BR /&gt; Synchronous writes to disk make it easier to restore file system integrity if a system crash occurs while file system data&lt;BR /&gt; structures are being updated on the file system. &lt;BR /&gt;&lt;BR /&gt; If asynchronous writes are selected, HP-UX file system semantics for NFS cluster environments are preserved. In&lt;BR /&gt; addition, files opened using open() with the 0_SYNC flag (synchronous writing) will continue to be written synchronously&lt;BR /&gt; when the asynchronous-writes feature has been configured into the kernel. &lt;BR /&gt;&lt;BR /&gt; Asynchronous writes to disk can improve file system performance significantly. However, asynchronous writes can leave&lt;BR /&gt; file system data structures in an inconsistent state in the event of a system crash. For more information about when to&lt;BR /&gt; select synchronous or asynchronous writing, refer to the explanatory text later in this help page.</description>
      <pubDate>Thu, 14 Dec 2000 15:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/asynchronous-i-o-how-to-enable/m-p/2473969#M17094</guid>
      <dc:creator>Rainer_1</dc:creator>
      <dc:date>2000-12-14T15:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Asynchronous I/O...how to enable?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/asynchronous-i-o-how-to-enable/m-p/2473970#M17095</link>
      <description>Hi there.&lt;BR /&gt;I think, that is the one. &lt;BR /&gt;Ask your dba, whether he wants to work with &lt;BR /&gt;raw devices. Otherwise don't go for this async&lt;BR /&gt;writing. What he would need that for, is setting up log files on raw devices.&lt;BR /&gt;Tell him, that this is very tricky,&lt;BR /&gt;especially for a restore, if you do not use OmniBack II with the backup of raw devices.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Dec 2000 15:20:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/asynchronous-i-o-how-to-enable/m-p/2473970#M17095</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2000-12-14T15:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Asynchronous I/O...how to enable?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/asynchronous-i-o-how-to-enable/m-p/2473971#M17096</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Yes, fs_async controls whether or not asychronous writing of file-system data structures to disk is allowed.  The default is to use synchronous IO.&lt;BR /&gt;&lt;BR /&gt;You can tell if its on (unlikely) with SAM, 'sysdef', or 'kmtune' (on HP 11.0).  Use SAM to turn it on if you want (see the second URL below).&lt;BR /&gt;&lt;BR /&gt;For a guide to kernel parameters in HP-UX, see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;See also, this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xf4ab14a24fd1d4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xf4ab14a24fd1d4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 14 Dec 2000 15:24:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/asynchronous-i-o-how-to-enable/m-p/2473971#M17096</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-12-14T15:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Asynchronous I/O...how to enable?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/asynchronous-i-o-how-to-enable/m-p/2473972#M17097</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can enable Async I/O by creating a device file called "/dev/async" and enable the same in kernel. Details as below:&lt;BR /&gt;&lt;BR /&gt;Execute following commands as "root":&lt;BR /&gt;&lt;BR /&gt;#mknod /dev/async c 101 0x000004&lt;BR /&gt;#chown sybase:sys /dev/async  (if you are using SYBASE as your database)&lt;BR /&gt;#chmod o-rw /dev/async&lt;BR /&gt;&lt;BR /&gt;This will create the device file needed. &lt;BR /&gt;And on the KERNEL side:&lt;BR /&gt;&lt;BR /&gt;1. Edit the file "/stand/system" and give an entry for async i/o:&lt;BR /&gt;&lt;BR /&gt;asyncdsk&lt;BR /&gt;asyncdsk_included&lt;BR /&gt;&lt;BR /&gt;2. Rebuild the KERNEL and reboot the system. (Make sure that you have a copy of your running KERNEL).&lt;BR /&gt;&lt;BR /&gt;#mk_kernel -s /stand/system&lt;BR /&gt;#kmupdate&lt;BR /&gt;# shutdown -yr &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you.&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;&lt;BR /&gt;Dipak</description>
      <pubDate>Thu, 14 Dec 2000 15:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/asynchronous-i-o-how-to-enable/m-p/2473972#M17097</guid>
      <dc:creator>DIPAK KUMAR ROY</dc:creator>
      <dc:date>2000-12-14T15:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Asynchronous I/O...how to enable?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/asynchronous-i-o-how-to-enable/m-p/2473973#M17098</link>
      <description>Thanks, Dipak. I will try that the next time I'm allowed to take the system down.&lt;BR /&gt;&lt;BR /&gt;As a point of clarification for me, would it be fair to assume that I would need to enable async I/O through the kernel (following your steps) in addition to just changing the fs_async kernel parameter? I'm just trying to understand what difference I (and the database) will see on the system between enabling async I/O through the kernel via your method and simply changing the kernel parameter.</description>
      <pubDate>Thu, 14 Dec 2000 16:04:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/asynchronous-i-o-how-to-enable/m-p/2473973#M17098</guid>
      <dc:creator>Jerry Jordak</dc:creator>
      <dc:date>2000-12-14T16:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Asynchronous I/O...how to enable?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/asynchronous-i-o-how-to-enable/m-p/2473974#M17099</link>
      <description>Jerry,&lt;BR /&gt;&lt;BR /&gt;By default system will use SYNC I/O. And your database loading, dumping .... wil be slow  ( I am assuming SYBASE....and I guess it will be similar in case of ORACLE also).&lt;BR /&gt;&lt;BR /&gt;Enabling Async I/O will solve this problem.&lt;BR /&gt;&lt;BR /&gt;Dipak</description>
      <pubDate>Thu, 14 Dec 2000 16:38:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/asynchronous-i-o-how-to-enable/m-p/2473974#M17099</guid>
      <dc:creator>DIPAK KUMAR ROY</dc:creator>
      <dc:date>2000-12-14T16:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Asynchronous I/O...how to enable?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/asynchronous-i-o-how-to-enable/m-p/2473975#M17100</link>
      <description>I have several posts stating that fs_async parameter is used to turn on async writes of data.&lt;BR /&gt;&lt;BR /&gt;This is NOT true. &lt;BR /&gt;fs_async just enables async write of META data not the data itself. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Feb 2001 23:32:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/asynchronous-i-o-how-to-enable/m-p/2473975#M17100</guid>
      <dc:creator>Navin Bhat</dc:creator>
      <dc:date>2001-02-21T23:32:40Z</dc:date>
    </item>
  </channel>
</rss>

