<?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: Too many open files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files/m-p/3507784#M843773</link>
    <description>Wilfred,&lt;BR /&gt;&lt;BR /&gt;A side issue, but with Oracle it's often worth increasing the number of file locks, nflocks, as well.&lt;BR /&gt;&lt;BR /&gt;As noted above, this is likely to be the number of open files for the oracle user itself.&lt;BR /&gt;&lt;BR /&gt;T</description>
    <pubDate>Sat, 19 Mar 2005 14:52:07 GMT</pubDate>
    <dc:creator>Tony Scully_2</dc:creator>
    <dc:date>2005-03-19T14:52:07Z</dc:date>
    <item>
      <title>Too many open files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files/m-p/3507781#M843770</link>
      <description>Hi all&lt;BR /&gt; We have a situation where the oracle alert log said "HP-UX: 24: Too many open files".&lt;BR /&gt;&lt;BR /&gt;  But nfile is only 15% utilized and maxfiles is set to 2048.&lt;BR /&gt;&lt;BR /&gt;  Do you know of any reason this may happen?&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Fri, 18 Mar 2005 14:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files/m-p/3507781#M843770</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2005-03-18T14:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Too many open files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files/m-p/3507782#M843771</link>
      <description>"Too many open files" = maxfiles and maxfiles_lim, not nfile&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Fri, 18 Mar 2005 14:33:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files/m-p/3507782#M843771</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-03-18T14:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Too many open files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files/m-p/3507783#M843772</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;if you want to see how many files a given process has open there are a number of ways:&lt;BR /&gt;&lt;BR /&gt;1) install and run glance from software.hp.com - it has a show process open files screen&lt;BR /&gt;2) install and run lsof pinting it at the process&lt;BR /&gt;3) use tusc to trace system calls and look at those taking/giving file descriptors</description>
      <pubDate>Sat, 19 Mar 2005 14:45:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files/m-p/3507783#M843772</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-03-19T14:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Too many open files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files/m-p/3507784#M843773</link>
      <description>Wilfred,&lt;BR /&gt;&lt;BR /&gt;A side issue, but with Oracle it's often worth increasing the number of file locks, nflocks, as well.&lt;BR /&gt;&lt;BR /&gt;As noted above, this is likely to be the number of open files for the oracle user itself.&lt;BR /&gt;&lt;BR /&gt;T</description>
      <pubDate>Sat, 19 Mar 2005 14:52:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files/m-p/3507784#M843773</guid>
      <dc:creator>Tony Scully_2</dc:creator>
      <dc:date>2005-03-19T14:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Too many open files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files/m-p/3507785#M843774</link>
      <description>Hi Wilfred,&lt;BR /&gt;&lt;BR /&gt;The error that your are experiencing  â  HP-UX: 24: Too many open files".&lt;BR /&gt;&lt;BR /&gt;On HP-UX, increase the Unix kernel parameter maxfiles, then regenerate the Unix kernel. This parameter should be set to approximately 60 per instance.  It may be set to the default 64. Increasing this parameter allows your shell to open the number of files it needs in order to complete the operation. 64 is not a large enough number to accomplish some tasks with Oracle, and increasing it will not pose an undue burden on the system.&lt;BR /&gt; &lt;BR /&gt;And also increase the UNIX kernel parameters nfile, maxfiles, and nofiles (number of open files)  by 50 or 100, then regenerate the UNIX kernel and reboot the machine using the new kernel.  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Mar 2005 20:05:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files/m-p/3507785#M843774</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-03-20T20:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Too many open files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files/m-p/3507786#M843775</link>
      <description>Hi Wilfred,&lt;BR /&gt;&lt;BR /&gt;You should be looking at maxfiles and maxfiles_lim.  Since the alert log was triggered by Oracle, you may want to ask Oracle for their list of recommended kernel parameter values specially for maxfiles and maxfiles_lim.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Isralyn</description>
      <pubDate>Sun, 20 Mar 2005 22:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files/m-p/3507786#M843775</guid>
      <dc:creator>Isralyn Manalac_1</dc:creator>
      <dc:date>2005-03-20T22:04:30Z</dc:date>
    </item>
  </channel>
</rss>

