<?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. I/O problems. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/async-i-o-problems/m-p/2510172#M894780</link>
    <description>Thanks for the reply.&lt;BR /&gt;To my knowledge shmmax should be equal to physical memory and it is set to 1GB in the system.&lt;BR /&gt;I have 63 devices in sybase for async i/o mode.&lt;BR /&gt;Is more number of devices configures causing the problem..or any other way of increasing memory for sybase as well as making use of async i/o for all 63 devices.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Vijay&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 28 Mar 2001 16:24:58 GMT</pubDate>
    <dc:creator>Vijay Ravula</dc:creator>
    <dc:date>2001-03-28T16:24:58Z</dc:date>
    <item>
      <title>Async. I/O problems.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-i-o-problems/m-p/2510170#M894778</link>
      <description>We have HP 9000 system with two processers and 1GB of physical memory.&lt;BR /&gt;And  sybase is configuerd to use async. i/o device and configures with 224 MB of memory.&lt;BR /&gt;&lt;BR /&gt;When I try to increase memory of sybase, system brings up the devices in standard i/o rather than async. i/o.&lt;BR /&gt;If I set the memory back to 224 again..and bounce the system...sybase comes up with async. i/o.&lt;BR /&gt;&lt;BR /&gt;I think there's something on HP side which is stopping me from using both.&lt;BR /&gt;Could someone help me on this.&lt;BR /&gt;&lt;BR /&gt;shmmax is set to 1GB.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Mar 2001 21:13:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-i-o-problems/m-p/2510170#M894778</guid>
      <dc:creator>Vijay Ravula</dc:creator>
      <dc:date>2001-03-27T21:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Async. I/O problems.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-i-o-problems/m-p/2510171#M894779</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Another governing factor is the "shmmax" kernel parameter.  You must set it high enough for increasing the amount of physical memory Sybase could grab.  The shmmax value should set to a value that is larger than the amount of memory your server have got.&lt;BR /&gt;&lt;BR /&gt;Another chance for not being able to start async I/O is that there weren't enough lockable memory because other processes were holding up the memory.  In such cases, reboot your server and make sure Sybase is the first application to start.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Philip</description>
      <pubDate>Wed, 28 Mar 2001 01:22:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-i-o-problems/m-p/2510171#M894779</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-03-28T01:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Async. I/O problems.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-i-o-problems/m-p/2510172#M894780</link>
      <description>Thanks for the reply.&lt;BR /&gt;To my knowledge shmmax should be equal to physical memory and it is set to 1GB in the system.&lt;BR /&gt;I have 63 devices in sybase for async i/o mode.&lt;BR /&gt;Is more number of devices configures causing the problem..or any other way of increasing memory for sybase as well as making use of async i/o for all 63 devices.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Vijay&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Mar 2001 16:24:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-i-o-problems/m-p/2510172#M894780</guid>
      <dc:creator>Vijay Ravula</dc:creator>
      <dc:date>2001-03-28T16:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Async. I/O problems.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-i-o-problems/m-p/2510173#M894781</link>
      <description>There should be some general guidelines about several hp-ux parameters and their settings in the Sybase installation guide. I don't remember all of them off of the top of my head -- it may be shmmax that's gating you, or it may be something else.&lt;BR /&gt;&lt;BR /&gt;In any case, in general when Sybase is unable to get as much memory as it would like to get, starting devices with standard I/O instead of async I/O is a pretty common sympton that happens as a result.</description>
      <pubDate>Wed, 28 Mar 2001 23:45:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-i-o-problems/m-p/2510173#M894781</guid>
      <dc:creator>Edward Finneran</dc:creator>
      <dc:date>2001-03-28T23:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Async. I/O problems.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/async-i-o-problems/m-p/2510174#M894782</link>
      <description>Vijay,&lt;BR /&gt;&lt;BR /&gt;Have you granted the sybase user the MLOCK right? see "man 1m setprivgrp" for details.&lt;BR /&gt;&lt;BR /&gt;You can try creating the file /etc/privgroup which contain one single line text as&lt;BR /&gt;&lt;BR /&gt;sybase RTPRIO MLOCK CHOWN&lt;BR /&gt;&lt;BR /&gt;reboot server for that to take effect then try starting dataserver again and see.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Philip</description>
      <pubDate>Thu, 29 Mar 2001 02:58:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/async-i-o-problems/m-p/2510174#M894782</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-03-29T02:58:41Z</dc:date>
    </item>
  </channel>
</rss>

