<?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: Anybody using DISK_ASYNC_IO in Oracle 8i? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/anybody-using-disk-async-io-in-oracle-8i/m-p/2936544#M796209</link>
    <description>&lt;BR /&gt;FYI, when I enabled this in Oracle and HP-UX, it still didn't use async I/O.  I had messages in the Oracle Alert Log (don't remember that exact message).  If I remember correctly, further investigation revealed that in HP-UX, you have to use RAW partitions for your Oracle data in order to use Async I/O.  I do not want to use raw partitions.&lt;BR /&gt;&lt;BR /&gt;What I ended up doing is disabling the VXFS cache by mounting the Oracle data filesistems with these options:&lt;BR /&gt;&lt;BR /&gt;delaylog,nodatainlog,mincache=direct,convosync=direct&lt;BR /&gt;&lt;BR /&gt;and bumping up the Oracle buffer cache.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 10 Feb 2004 09:53:30 GMT</pubDate>
    <dc:creator>Greg OBarr</dc:creator>
    <dc:date>2004-02-10T09:53:30Z</dc:date>
    <item>
      <title>Anybody using DISK_ASYNC_IO in Oracle 8i?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anybody-using-disk-async-io-in-oracle-8i/m-p/2936538#M796203</link>
      <description>I was reading up on Oracle Tuning for RMAN and this seems to add to RMAN performance significantly.  I found this on ITRC&lt;BR /&gt;&lt;A href="http://bizforums.itrc.hp.com/cm/QuestionAnswer/0,,0xd26242308663d611abdb0090277a778c,00.html" target="_blank"&gt;http://bizforums.itrc.hp.com/cm/QuestionAnswer/0,,0xd26242308663d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Is this all you need to do to turn on Asynchronous IO in HP-UX? No kernel parameters?</description>
      <pubDate>Wed, 26 Mar 2003 17:55:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anybody-using-disk-async-io-in-oracle-8i/m-p/2936538#M796203</guid>
      <dc:creator>Greg OBarr</dc:creator>
      <dc:date>2003-03-26T17:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Anybody using DISK_ASYNC_IO in Oracle 8i?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anybody-using-disk-async-io-in-oracle-8i/m-p/2936539#M796204</link>
      <description>That is correct, the DISK_ASYNC_IO is an oracle parameter, not an OS parameter.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;RZ&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Mar 2003 18:43:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anybody-using-disk-async-io-in-oracle-8i/m-p/2936539#M796204</guid>
      <dc:creator>Ross Zubritski</dc:creator>
      <dc:date>2003-03-26T18:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Anybody using DISK_ASYNC_IO in Oracle 8i?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anybody-using-disk-async-io-in-oracle-8i/m-p/2936540#M796205</link>
      <description>I am also looking in Metalink, and I see this, which indicates that you have to "configure async driver" and remake the kernel.  ?? still looking...&lt;BR /&gt;&lt;BR /&gt;===============================================&lt;BR /&gt;From Metalink Doc ID: 59668.999&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thread Status: Closed &lt;BR /&gt;&lt;BR /&gt;From: Christopher Duston 15-Feb-00 22:56 &lt;BR /&gt;Subject: disk_async_io &lt;BR /&gt;&lt;BR /&gt;RDBMS Version: V8.1.5&lt;BR /&gt;Operating System and Version: HP-UX 11.0 &lt;BR /&gt;Error Number (if applicable): &lt;BR /&gt;Product (i.e. SQL*Loader, Import, etc.): RDBMS&lt;BR /&gt;Product Version: &lt;BR /&gt;&lt;BR /&gt;disk_async_io&lt;BR /&gt;&lt;BR /&gt;8.1.5 on HP-UX 11.0 with file systems on EMC disk subsystem with memory cache on the controllers. &lt;BR /&gt;&lt;BR /&gt;Do not have /dev/async. Have created multiple db writers. By default disk_async_io is true. &lt;BR /&gt;&lt;BR /&gt;1) should I set disk_async_io to false? &lt;BR /&gt;&lt;BR /&gt;2) Does the EMC subsystem allow me to take advantage of disk_async_io? I was under the impression &lt;BR /&gt;that disk_async_io is only for raw devices. &lt;BR /&gt;&lt;BR /&gt;TIA, &lt;BR /&gt;&lt;BR /&gt;Chris &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;From: Oracle, Anand Viswanathan 18-Feb-00 07:21 &lt;BR /&gt;Subject: Re : disk_async_io &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;You can configure for async io in HP machine. &lt;BR /&gt;&lt;BR /&gt;configure async driver and regen HP-UX &lt;BR /&gt;kernel &lt;BR /&gt;/sbin/mknod /dev/async c 101 0x0 &lt;BR /&gt;chown oracle:dba /dev/async &lt;BR /&gt;chmod 660 /dev/async &lt;BR /&gt;&lt;BR /&gt;Now set the parameter disk_asynch_io=true. &lt;BR /&gt;&lt;BR /&gt;I have observed some problems in setting this to true in 8.0.5.I hope &lt;BR /&gt;this are fixed in 8.1.5. &lt;BR /&gt;&lt;BR /&gt;Thanks and Regards &lt;BR /&gt;&lt;BR /&gt;Anand &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Mar 2003 19:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anybody-using-disk-async-io-in-oracle-8i/m-p/2936540#M796205</guid>
      <dc:creator>Greg OBarr</dc:creator>
      <dc:date>2003-03-26T19:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Anybody using DISK_ASYNC_IO in Oracle 8i?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anybody-using-disk-async-io-in-oracle-8i/m-p/2936541#M796206</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;There has been some issues with some early version of oracle too! Seems like they have been resolved in newer versions (8i+)&lt;BR /&gt;&lt;BR /&gt;basically, to configure you need to:&lt;BR /&gt;&lt;BR /&gt;configure async driver and regen HP-UX kernel &lt;BR /&gt;/sbin/mknod /dev/async c 101 0x0 &lt;BR /&gt;chown oracle:dba /dev/async &lt;BR /&gt;chmod 660 /dev/async &lt;BR /&gt;&lt;BR /&gt;Now set the parameter disk_asynch_io=true in your init.ora. &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Mar 2003 19:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anybody-using-disk-async-io-in-oracle-8i/m-p/2936541#M796206</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-03-26T19:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Anybody using DISK_ASYNC_IO in Oracle 8i?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anybody-using-disk-async-io-in-oracle-8i/m-p/2936542#M796207</link>
      <description>Thanks for replies.  I have seen this in other posts, but what exactly is required to accomplish the following line:&lt;BR /&gt;&lt;BR /&gt;configure async driver and regen HP-UX kernel &lt;BR /&gt;&lt;BR /&gt;???</description>
      <pubDate>Wed, 26 Mar 2003 19:28:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anybody-using-disk-async-io-in-oracle-8i/m-p/2936542#M796207</guid>
      <dc:creator>Greg OBarr</dc:creator>
      <dc:date>2003-03-26T19:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Anybody using DISK_ASYNC_IO in Oracle 8i?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anybody-using-disk-async-io-in-oracle-8i/m-p/2936543#M796208</link>
      <description>That driver should already be turned on in the kernel.&lt;BR /&gt;&lt;BR /&gt;There is something else you need to do, allow for memory lock allocation in asynchronous mode.&lt;BR /&gt;&lt;BR /&gt;setprivgrp dba MLOCK&lt;BR /&gt;&lt;BR /&gt;dba is the group of the user that owns oracle&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;/etc/privgrp&lt;BR /&gt;&lt;BR /&gt;dba MLOCK&lt;BR /&gt;&lt;BR /&gt;The second solution will handle it at system startup.  &lt;BR /&gt;&lt;BR /&gt;Everything else should be okay, don't forget the java patches required for oracle at &lt;A href="http://www.hp.com/go/java" target="_blank"&gt;http://www.hp.com/go/java&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And the required OS patches for oracle in doc 43057.1 on metalink.oracle.com&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 26 Mar 2003 21:04:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anybody-using-disk-async-io-in-oracle-8i/m-p/2936543#M796208</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-26T21:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Anybody using DISK_ASYNC_IO in Oracle 8i?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anybody-using-disk-async-io-in-oracle-8i/m-p/2936544#M796209</link>
      <description>&lt;BR /&gt;FYI, when I enabled this in Oracle and HP-UX, it still didn't use async I/O.  I had messages in the Oracle Alert Log (don't remember that exact message).  If I remember correctly, further investigation revealed that in HP-UX, you have to use RAW partitions for your Oracle data in order to use Async I/O.  I do not want to use raw partitions.&lt;BR /&gt;&lt;BR /&gt;What I ended up doing is disabling the VXFS cache by mounting the Oracle data filesistems with these options:&lt;BR /&gt;&lt;BR /&gt;delaylog,nodatainlog,mincache=direct,convosync=direct&lt;BR /&gt;&lt;BR /&gt;and bumping up the Oracle buffer cache.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Feb 2004 09:53:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anybody-using-disk-async-io-in-oracle-8i/m-p/2936544#M796209</guid>
      <dc:creator>Greg OBarr</dc:creator>
      <dc:date>2004-02-10T09:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Anybody using DISK_ASYNC_IO in Oracle 8i?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anybody-using-disk-async-io-in-oracle-8i/m-p/2936545#M796210</link>
      <description>:-)&lt;BR /&gt;Bumping up the Oracle Cache is always a good idea.&lt;BR /&gt;&lt;BR /&gt;In general if you want to use async io, the recommendation is to use it via OS/Kernel-Level.&lt;BR /&gt;Just in cases where you cant use it through kernel, you can alternative set up the Oracle Parameters for this.&lt;BR /&gt;It is not recommended (I mind to remember even not supported, but not sure about this) to run both, Oracle async configuration AND Kernel async-io.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Volker&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Feb 2004 12:59:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anybody-using-disk-async-io-in-oracle-8i/m-p/2936545#M796210</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2004-02-10T12:59:03Z</dc:date>
    </item>
  </channel>
</rss>

