<?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: Oracle &amp;amp; Asynchronous IO in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-amp-asynchronous-io/m-p/3410921#M726863</link>
    <description>Also check the perms on /dev/async&lt;BR /&gt;They should be oracle:dba and read for both&lt;BR /&gt;&lt;BR /&gt;Anil</description>
    <pubDate>Fri, 29 Oct 2004 12:30:55 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2004-10-29T12:30:55Z</dc:date>
    <item>
      <title>Oracle &amp; Asynchronous IO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-amp-asynchronous-io/m-p/3410917#M726859</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm having troubles configuring Async IOs on a 11.00 server here.&lt;BR /&gt;&lt;BR /&gt;Config is :&lt;BR /&gt;HP-UX 11.00 64 bits&lt;BR /&gt;Oracle 9i (9.2.0.4)&lt;BR /&gt;*no* Online JFS&lt;BR /&gt;&lt;BR /&gt;I've done the following steps :&lt;BR /&gt;. Setting up /etc/privgroup&lt;BR /&gt;    #cat /etc/privgroup&lt;BR /&gt;    dba MLOCK&lt;BR /&gt;    dba RTSCHED RTPRIO&lt;BR /&gt;. used setprivgroup -f /etc/privgroup&lt;BR /&gt;. add lines in spfile&lt;BR /&gt;    disk_async_io=true&lt;BR /&gt;    hpux_sched_noage=178&lt;BR /&gt;. restart Oracle DB&lt;BR /&gt;&lt;BR /&gt;After that, each session on DB creates a file in udump dir with a line like that :&lt;BR /&gt;Ioctl ASYNC_CONFIG error, errno = 1&lt;BR /&gt;&lt;BR /&gt;Note that the server is really short on RAM compared to DB size (but I don't believe it matters).&lt;BR /&gt;&lt;BR /&gt;One strange thing I noticed is that when I do getprivgrp, I get the foillowing :&lt;BR /&gt;    global privileges: CHOWN&lt;BR /&gt;    dba: RTPRIO RTSCHED&lt;BR /&gt;I don't see "dba: MLOCK". Is it normal ?&lt;BR /&gt;&lt;BR /&gt;I'm not complaining about DB perfs, but udump is filling with those little trace files, and I'm looking for a way to fix.&lt;BR /&gt;&lt;BR /&gt;Thanks for any help,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Oct 2004 11:31:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-amp-asynchronous-io/m-p/3410917#M726859</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-10-29T11:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle &amp; Asynchronous IO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-amp-asynchronous-io/m-p/3410918#M726860</link>
      <description>Hi Fred,&lt;BR /&gt;&lt;BR /&gt;read the doc:&lt;BR /&gt;"Best practices for Oracle on HP-UX"&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/files/unprotected/database/HP3KOracle.ppt" target="_blank"&gt;http://h21007.www2.hp.com/dspp/files/unprotected/database/HP3KOracle.ppt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Zygmunt&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Oct 2004 11:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-amp-asynchronous-io/m-p/3410918#M726860</guid>
      <dc:creator>Zygmunt Krawczyk</dc:creator>
      <dc:date>2004-10-29T11:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle &amp; Asynchronous IO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-amp-asynchronous-io/m-p/3410919#M726861</link>
      <description>Hi Fred,&lt;BR /&gt;&lt;BR /&gt;We don't have this:&lt;BR /&gt; dba RTSCHED RTPRIO&lt;BR /&gt;&lt;BR /&gt;and we're not getting the little dump files.&lt;BR /&gt;&lt;BR /&gt;Maybe you want to back out that change and see if it helps.&lt;BR /&gt;&lt;BR /&gt;We are successfully using asynchronous i/o.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 29 Oct 2004 11:40:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-amp-asynchronous-io/m-p/3410919#M726861</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-29T11:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle &amp; Asynchronous IO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-amp-asynchronous-io/m-p/3410920#M726862</link>
      <description>Hi Fred,&lt;BR /&gt;&lt;BR /&gt;Have you enabled the aync drivers in the kernel. Also the /dev/async file should be owned by oracle:dba&lt;BR /&gt;&lt;BR /&gt;These are the steps involved.&lt;BR /&gt;&lt;BR /&gt;1. cd /stand/build&lt;BR /&gt;&lt;BR /&gt;2. /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;&lt;BR /&gt;3. vi /stand/build/system - add the following 2 lines: asyncdsk &amp;amp; asyncdsk_included&lt;BR /&gt;&lt;BR /&gt;4. mk_kernel -s /stand/build/system&lt;BR /&gt;&lt;BR /&gt;5. cp /stand/system /stand/system.prev&lt;BR /&gt;&lt;BR /&gt;6. cp /stand/build/system /stand&lt;BR /&gt;&lt;BR /&gt;7. kmupdate /stand/build/vmunix_test&lt;BR /&gt;&lt;BR /&gt;8. cd /&lt;BR /&gt;&lt;BR /&gt;9. shutdown -r -y now&lt;BR /&gt;&lt;BR /&gt;10. after the system is reboot..&lt;BR /&gt; &lt;BR /&gt;Use sam to change the value of the parameter max_async_port from 50 -&amp;gt; 1024&lt;BR /&gt; &lt;BR /&gt;11. check that the driver is installed: lsdev | grep 101&lt;BR /&gt;&lt;BR /&gt;12. mknod /dev/async c 101 0x000000&lt;BR /&gt;&lt;BR /&gt;13. chown oracle:dba /dev/async&lt;BR /&gt;&lt;BR /&gt;14. chmod 660 /dev/async&lt;BR /&gt;&lt;BR /&gt;15. vi /etc/privgroup - add 1 line: &lt;BR /&gt;    dba MLOCK&lt;BR /&gt;&lt;BR /&gt;16. run the command: setprivgrp -f /etc/privgroup&lt;BR /&gt;&lt;BR /&gt;17. run the command: getprivgrp, and make sure that you can the following&lt;BR /&gt;output:&lt;BR /&gt;&lt;BR /&gt;global prvileges: CHOWN&lt;BR /&gt;  dba: MLOCK&lt;BR /&gt;&lt;BR /&gt;18. make sure that the oracle team add the following parameter to the oracle&lt;BR /&gt;init files:&lt;BR /&gt;&lt;BR /&gt;disk_asynch_io=true&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Oct 2004 11:46:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-amp-asynchronous-io/m-p/3410920#M726862</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-10-29T11:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle &amp; Asynchronous IO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-amp-asynchronous-io/m-p/3410921#M726863</link>
      <description>Also check the perms on /dev/async&lt;BR /&gt;They should be oracle:dba and read for both&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 29 Oct 2004 12:30:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-amp-asynchronous-io/m-p/3410921#M726863</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-29T12:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle &amp; Asynchronous IO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-amp-asynchronous-io/m-p/3410922#M726864</link>
      <description>Zygmunt,&lt;BR /&gt;&lt;BR /&gt;It's exactly the doc I used to set up async IO :)&lt;BR /&gt;&lt;BR /&gt;SEP,&lt;BR /&gt;&lt;BR /&gt;This line is for process scheduling. It is mentionned in doc zygmunt said. I will try without it.&lt;BR /&gt;&lt;BR /&gt;Sanjay and RAC,&lt;BR /&gt;&lt;BR /&gt;If I give /dev/async to oracle:dba, no other user will be able to use it... I don't have another user who needs, but I find it a little strange.&lt;BR /&gt;&lt;BR /&gt;/dev/async belongs to bin:bin and is rw for everybody.&lt;BR /&gt;# ll /dev/async*&lt;BR /&gt;crw-rw-rw-   1 bin        bin        101 0x000000 Feb 15  2001 /dev/async&lt;BR /&gt;crw-rw-rw-   1 bin        bin        101 0x000000 Feb 24  2004 /dev/asyncdsk&lt;BR /&gt;&lt;BR /&gt;asyncdsk is already in kernel.&lt;BR /&gt;# kmadmin -k | grep async&lt;BR /&gt;asyncdsk_included&lt;BR /&gt;asyncdsk&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2004 03:50:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-amp-asynchronous-io/m-p/3410922#M726864</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-02T03:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle &amp; Asynchronous IO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-amp-asynchronous-io/m-p/3410923#M726865</link>
      <description>SEP had pointed right :)&lt;BR /&gt;&lt;BR /&gt;In my /etc/privgroup, dba group has its rights on two lines. When I issue a getprivgrp, I only see second line. Putting all on one line seems to solve it...&lt;BR /&gt;&lt;BR /&gt;One more question : Is /etc/privgroup read at each boot, or do I need to include a setprivgrp in startup scripts ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2004 04:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-amp-asynchronous-io/m-p/3410923#M726865</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-02T04:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle &amp; Asynchronous IO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-amp-asynchronous-io/m-p/3410924#M726866</link>
      <description>no need to answer my last question :&lt;BR /&gt;# grep /etc/privgroup /sbin/init.d/*&lt;BR /&gt;/sbin/init.d/set_prvgrp:        if [ -f /etc/privgroup ]; then&lt;BR /&gt;/sbin/init.d/set_prvgrp:                /usr/sbin/setprivgrp -f /etc/privgroup&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2004 04:07:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-amp-asynchronous-io/m-p/3410924#M726866</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-02T04:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle &amp; Asynchronous IO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-amp-asynchronous-io/m-p/3410925#M726867</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I wanted to know, how it'll affect the database if the dba: MLOCK privillage is not there.</description>
      <pubDate>Thu, 13 Dec 2007 07:26:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-amp-asynchronous-io/m-p/3410925#M726867</guid>
      <dc:creator>Vinutha_1</dc:creator>
      <dc:date>2007-12-13T07:26:04Z</dc:date>
    </item>
  </channel>
</rss>

