<?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 async driver in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/async-driver/m-p/5078049#M439910</link>
    <description>We have oracle databases using raw file systems and hence the async driver. The max_async_ports parameter is set to the default of 50. If I look at the number of processes using the async driver I see more than 50. It was my understanding that if the maximum number of async ports was reached, that any new process requiring disk I/O would use the synchronous driver. How can I see 88 processes using async when the max is set to 50?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 05 Nov 2007 15:08:41 GMT</pubDate>
    <dc:creator>Russ Docksteader</dc:creator>
    <dc:date>2007-11-05T15:08:41Z</dc:date>
    <item>
      <title>async driver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-driver/m-p/5078049#M439910</link>
      <description>We have oracle databases using raw file systems and hence the async driver. The max_async_ports parameter is set to the default of 50. If I look at the number of processes using the async driver I see more than 50. It was my understanding that if the maximum number of async ports was reached, that any new process requiring disk I/O would use the synchronous driver. How can I see 88 processes using async when the max is set to 50?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Nov 2007 15:08:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-driver/m-p/5078049#M439910</guid>
      <dc:creator>Russ Docksteader</dc:creator>
      <dc:date>2007-11-05T15:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: async driver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-driver/m-p/5078050#M439911</link>
      <description>Shalom&lt;BR /&gt;&lt;BR /&gt;ports != procs&lt;BR /&gt;&lt;BR /&gt;Ports not equal to processes.&lt;BR /&gt;&lt;BR /&gt;Do you have a performance problem to deal with? If not, consider not passing go and making changes. If yes, what steps have you taken thus far.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-6469/ch05s02.html" target="_blank"&gt;http://docs.hp.com/en/5991-6469/ch05s02.html&lt;/A&gt;&lt;BR /&gt;Tunable on the fly in 11.31&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 05 Nov 2007 15:14:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-driver/m-p/5078050#M439911</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-11-05T15:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: async driver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-driver/m-p/5078051#M439912</link>
      <description>Is this the same Russ that worked with me at BC Gov in the early 90's?&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 05 Nov 2007 15:31:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-driver/m-p/5078051#M439912</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-11-05T15:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: async driver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-driver/m-p/5078052#M439913</link>
      <description>BTW - just because you see 88 processess using async - that is okay.&lt;BR /&gt;&lt;BR /&gt;The key here is that if set to 50, a maximun of 50 simultaneous connections can be made. &lt;BR /&gt;&lt;BR /&gt;Now, if you see waitng on I/O, then yes, you should tune this up.&lt;BR /&gt;&lt;BR /&gt;Try in increments - say go to 75 and see if this improves performance...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 05 Nov 2007 15:39:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-driver/m-p/5078052#M439913</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-11-05T15:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: async driver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-driver/m-p/5078053#M439914</link>
      <description>Steve,&lt;BR /&gt;We have a mix of machines, some with poor I/O performance, others are okay. The dba is recommending setting max_async_ports to 520.&lt;BR /&gt;Any issues with setting it this high?&lt;BR /&gt;&lt;BR /&gt;Geoff,&lt;BR /&gt;Darn tootin'! I thought that was you. How are you doing?&lt;BR /&gt;&lt;BR /&gt;Any guidelines for setting max_async_ports other than setting it to less than nproc?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Nov 2007 16:27:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-driver/m-p/5078053#M439914</guid>
      <dc:creator>Russ Docksteader</dc:creator>
      <dc:date>2007-11-05T16:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: async driver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-driver/m-p/5078054#M439915</link>
      <description>Russ - you can contact me here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.met.ca/itrc/index.php?option=com_contact&amp;amp;Itemid=3" target="_blank"&gt;http://www.met.ca/itrc/index.php?option=com_contact&amp;amp;Itemid=3&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;520???? Whoa...from man page:&lt;BR /&gt;&lt;BR /&gt;      The resources for the port are allocated from the kernel memory.&lt;BR /&gt;      Setting a higher value would result in the driver using more kernel&lt;BR /&gt;      memory.  Other kernel components which may need kernel memory could&lt;BR /&gt;      suffer.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, I don't know how much kernel memory is used per async port - but I assume jumping 10 times could impact your overall system performance...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;BTW - I'm doing great!</description>
      <pubDate>Mon, 05 Nov 2007 16:32:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-driver/m-p/5078054#M439915</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-11-05T16:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: async driver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-driver/m-p/5078055#M439916</link>
      <description>Russ,&lt;BR /&gt;&lt;BR /&gt;There is an i/o performance if you tune max_async_ports too high  which caused all the space to be allocated as buffers.&lt;BR /&gt;&lt;BR /&gt;It is recommended you follow Oracle advise and the value they suggest not too high.&lt;BR /&gt;&lt;BR /&gt;ok to proceed&lt;BR /&gt;&lt;BR /&gt;WK&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 06 Nov 2007 03:21:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-driver/m-p/5078055#M439916</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-11-06T03:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: async driver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-driver/m-p/5078056#M439917</link>
      <description>Since the man page for this tunable indicates that there is no recommended value, I am going to go with the dba suggested value of 520 (the value of nproc) and see what happens. I've got a cople of new machines running HP-UX 11i v3 so at least I'll be able to test the values here dynamically without having to do a reboot.&lt;BR /&gt;Thanks for your responses.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Nov 2007 10:14:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-driver/m-p/5078056#M439917</guid>
      <dc:creator>Russ Docksteader</dc:creator>
      <dc:date>2007-11-06T10:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: async driver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-driver/m-p/5078057#M439918</link>
      <description>Seems as though there is no hard and fast rule here, so I will use my HP-UX 11i v3 machines to test the values dynamically. Thanks for pointing that out Geoff.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Nov 2007 10:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-driver/m-p/5078057#M439918</guid>
      <dc:creator>Russ Docksteader</dc:creator>
      <dc:date>2007-11-06T10:30:37Z</dc:date>
    </item>
  </channel>
</rss>

