<?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: async_config I/O error - device files problem? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/async-config-i-o-error-device-files-problem/m-p/2585062#M762103</link>
    <description>You must configure setprivs&lt;BR /&gt;&lt;BR /&gt;Create /etc/privgrp&lt;BR /&gt;MLOCK dba&lt;BR /&gt;&lt;BR /&gt;run setprivgrp.&lt;BR /&gt;&lt;BR /&gt;See /sbin/init.d/setpr* for correct filename.&lt;BR /&gt;&lt;BR /&gt;See oracle docs also.</description>
    <pubDate>Wed, 26 Sep 2001 09:06:21 GMT</pubDate>
    <dc:creator>Carlos Fernandez Riera</dc:creator>
    <dc:date>2001-09-26T09:06:21Z</dc:date>
    <item>
      <title>async_config I/O error - device files problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-config-i-o-error-device-files-problem/m-p/2585059#M762100</link>
      <description>Howdy,&lt;BR /&gt;&lt;BR /&gt;we are seeing "Ioctl async_config, errno=1" errors in an Oracle trace file once for every sqlplus session.&lt;BR /&gt;&lt;BR /&gt;In /dev we have two device files with the same minor and major numbers (async and asyncdsk) - is this normal or can it cause problems? - both are 101 0x0.&lt;BR /&gt;&lt;BR /&gt;There is apparently a fix for this using 'setprivgrp' but I need to assure myself that the device files are not linked to this problem.&lt;BR /&gt;&lt;BR /&gt;All help/advice appreciated.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;PK</description>
      <pubDate>Wed, 26 Sep 2001 03:15:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-config-i-o-error-device-files-problem/m-p/2585059#M762100</guid>
      <dc:creator>Philip Kernohan</dc:creator>
      <dc:date>2001-09-26T03:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: async_config I/O error - device files problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-config-i-o-error-device-files-problem/m-p/2585060#M762101</link>
      <description>Hi,&lt;BR /&gt;In our server it is like this.&lt;BR /&gt;crw-r--r--   1 root       sys        101 0x000001 Jan 27  2000 async&lt;BR /&gt;crw-rw-rw-   1 bin        bin        101 0x000000 Jan 26  2000 asyncdsk&lt;BR /&gt;&lt;BR /&gt;They are not same&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Animesh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Sep 2001 04:31:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-config-i-o-error-device-files-problem/m-p/2585060#M762101</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-09-26T04:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: async_config I/O error - device files problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-config-i-o-error-device-files-problem/m-p/2585061#M762102</link>
      <description>Hi again,&lt;BR /&gt;Are you using raw logical volumes?If you are using raw logical volumes , consider implementing asynchronous IO.&lt;BR /&gt;&lt;BR /&gt;The difference between the async i/o and the synchronous i/o is that async does&lt;BR /&gt;not wait for confirmation of the write before moving on to the next task. This&lt;BR /&gt;does increase the speed of the disk performance at the expense of robustness.&lt;BR /&gt;Synchronous I/O waits for acknowledgement of the write (or fail) before&lt;BR /&gt;continuing on. The write can have physically taken place or could be in the&lt;BR /&gt;buffer cache but in either case, acknowledgement has been sent. In the case of&lt;BR /&gt;async, no waiting.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; To implement asynchronous IO on HP-UX&lt;BR /&gt;    * add the asyncdisk Driver (Asynchronous Disk Pseudo Driver)&lt;BR /&gt;       to the HP-UX Kernel (using SAM),&lt;BR /&gt;&lt;BR /&gt; * create the device file:&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/async c 101 0x00000# &lt;BR /&gt;#=the minor number can be one of the following values:&lt;BR /&gt;&lt;BR /&gt;         0x000000 default&lt;BR /&gt;         0x000001 enable immediate reporting&lt;BR /&gt;         0x000002 flush the CPU cache after reads&lt;BR /&gt;         0x000004 allow disks to timeout&lt;BR /&gt;         0x000005 is a combination of 1 and 4&lt;BR /&gt;         0x000007 is a combination of 1, 2 and 4&lt;BR /&gt;&lt;BR /&gt;   Note: Contact your database vendor or product vendor to determine the&lt;BR /&gt;correct minor number for your application.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Animesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Sep 2001 07:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-config-i-o-error-device-files-problem/m-p/2585061#M762102</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-09-26T07:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: async_config I/O error - device files problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-config-i-o-error-device-files-problem/m-p/2585062#M762103</link>
      <description>You must configure setprivs&lt;BR /&gt;&lt;BR /&gt;Create /etc/privgrp&lt;BR /&gt;MLOCK dba&lt;BR /&gt;&lt;BR /&gt;run setprivgrp.&lt;BR /&gt;&lt;BR /&gt;See /sbin/init.d/setpr* for correct filename.&lt;BR /&gt;&lt;BR /&gt;See oracle docs also.</description>
      <pubDate>Wed, 26 Sep 2001 09:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-config-i-o-error-device-files-problem/m-p/2585062#M762103</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-09-26T09:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: async_config I/O error - device files problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-config-i-o-error-device-files-problem/m-p/2585063#M762104</link>
      <description>what is /dev/async and what is /dev/asyndsk? what is the difference between these 2?&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jan 2007 13:37:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-config-i-o-error-device-files-problem/m-p/2585063#M762104</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2007-01-18T13:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: async_config I/O error - device files problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-config-i-o-error-device-files-problem/m-p/2585064#M762105</link>
      <description>Most likely that is the problem since asyncdsk is the driver for implementing asynchronous I/O and it writes to the special file /dev/async. Make sure you have the asyncdsk driver in the kernel.</description>
      <pubDate>Thu, 18 Jan 2007 18:06:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-config-i-o-error-device-files-problem/m-p/2585064#M762105</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-01-18T18:06:08Z</dc:date>
    </item>
  </channel>
</rss>

