<?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: Kernel configuration and problem with Oracle in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-and-problem-with-oracle/m-p/2925689#M110558</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;-quote-&lt;BR /&gt;&lt;BR /&gt;[hp engineer]   Jean-Louis Phelix&lt;BR /&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;In general it's recommended not to modify kernel parameters directly but rather use indirect modifiers like MAXUSERS. In this case NFILE is a very cheap parameter which can really be put to a very big value (&amp;gt; 50000)without any impact on your system while other indirect modifiers would also increase NINODE for example (inode CACHE not a table size, not used by VxFs, very expensive in size and time and notoriously always too high). I talk about this one because 'sar -v' will probably tell you that it's almost full, although it's normal since it's a cache. The only parameter that you could relate to NFILE could be NFLOCKS which 'should' be around 10% of NFILE.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;-endquote-&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
    <pubDate>Wed, 12 Mar 2003 21:04:52 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2003-03-12T21:04:52Z</dc:date>
    <item>
      <title>Kernel configuration and problem with Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-and-problem-with-oracle/m-p/2925681#M110550</link>
      <description>Hi my system is HPUX 11i i have one problem, the message in syslog is table is full and the message in oracle is:&lt;BR /&gt;&lt;BR /&gt;ORA-01115: IO error reading block from file 1 (block # 28007)&lt;BR /&gt;ORA-01110: data file 1: '/ora2/oracle/oradata/AXISCLI/system_01.dbf'&lt;BR /&gt;ORA-27041: unable to open file&lt;BR /&gt;HP-UX Error: 23: File table overflow&lt;BR /&gt;&lt;BR /&gt;Is problem the kernel configuration?</description>
      <pubDate>Wed, 12 Mar 2003 20:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-and-problem-with-oracle/m-p/2925681#M110550</guid>
      <dc:creator>Rene Mendez</dc:creator>
      <dc:date>2003-03-12T20:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel configuration and problem with Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-and-problem-with-oracle/m-p/2925682#M110551</link>
      <description>Yes, you need to increase nfile.</description>
      <pubDate>Wed, 12 Mar 2003 20:54:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-and-problem-with-oracle/m-p/2925682#M110551</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-03-12T20:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel configuration and problem with Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-and-problem-with-oracle/m-p/2925683#M110552</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;take a look at the NFILE parameter in the kernel.&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Wed, 12 Mar 2003 20:59:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-and-problem-with-oracle/m-p/2925683#M110552</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-03-12T20:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel configuration and problem with Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-and-problem-with-oracle/m-p/2925684#M110553</link>
      <description>It requires the number of files that can be opened at one time to be increased.&lt;BR /&gt;&lt;BR /&gt;You may ncrease it using sam and reboot your box.&lt;BR /&gt;&lt;BR /&gt;-Anil</description>
      <pubDate>Wed, 12 Mar 2003 21:00:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-and-problem-with-oracle/m-p/2925684#M110553</guid>
      <dc:creator>Anil C. Sedha</dc:creator>
      <dc:date>2003-03-12T21:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel configuration and problem with Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-and-problem-with-oracle/m-p/2925685#M110554</link>
      <description>The nfile, is 23089 how match increment ?&lt;BR /&gt;This parameter depend the &lt;BR /&gt;(16*(NPROC+16+MAXUSERS)/10+32+2*(NPTY+NSTRPTY+&lt;BR /&gt;NSTRTEL))&lt;BR /&gt;&lt;BR /&gt;I increment the maxusers.</description>
      <pubDate>Wed, 12 Mar 2003 21:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-and-problem-with-oracle/m-p/2925685#M110554</guid>
      <dc:creator>Rene Mendez</dc:creator>
      <dc:date>2003-03-12T21:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel configuration and problem with Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-and-problem-with-oracle/m-p/2925686#M110555</link>
      <description>Hi Rene:&lt;BR /&gt;&lt;BR /&gt;The kernel parameter 'nfile' governs the number of files that can be open, simultaneously, system-wide.&lt;BR /&gt;&lt;BR /&gt;You can use 'glance' [toggle the system table with 't' to view] or 'sar -v' to watch the 'nfile' value.&lt;BR /&gt;&lt;BR /&gt;Increase it to exceed your high water mark.  There is essentially no penalty for doing so.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 12 Mar 2003 21:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-and-problem-with-oracle/m-p/2925686#M110555</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-03-12T21:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel configuration and problem with Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-and-problem-with-oracle/m-p/2925687#M110556</link>
      <description>Bump maxusers.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;RZ&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Mar 2003 21:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-and-problem-with-oracle/m-p/2925687#M110556</guid>
      <dc:creator>Ross Zubritski</dc:creator>
      <dc:date>2003-03-12T21:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel configuration and problem with Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-and-problem-with-oracle/m-p/2925688#M110557</link>
      <description>Make sure that if you are utilsing formulas in your kernel parameters that others could be affected.&lt;BR /&gt;If your not sure, use 'sam' to help, it will assist with these.</description>
      <pubDate>Wed, 12 Mar 2003 21:02:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-and-problem-with-oracle/m-p/2925688#M110557</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-03-12T21:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel configuration and problem with Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-and-problem-with-oracle/m-p/2925689#M110558</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;-quote-&lt;BR /&gt;&lt;BR /&gt;[hp engineer]   Jean-Louis Phelix&lt;BR /&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;In general it's recommended not to modify kernel parameters directly but rather use indirect modifiers like MAXUSERS. In this case NFILE is a very cheap parameter which can really be put to a very big value (&amp;gt; 50000)without any impact on your system while other indirect modifiers would also increase NINODE for example (inode CACHE not a table size, not used by VxFs, very expensive in size and time and notoriously always too high). I talk about this one because 'sar -v' will probably tell you that it's almost full, although it's normal since it's a cache. The only parameter that you could relate to NFILE could be NFLOCKS which 'should' be around 10% of NFILE.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;-endquote-&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Wed, 12 Mar 2003 21:04:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-and-problem-with-oracle/m-p/2925689#M110558</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-03-12T21:04:52Z</dc:date>
    </item>
  </channel>
</rss>

