<?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 nfile ! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile/m-p/5173673#M458522</link>
    <description>Hi All ,&lt;BR /&gt;&lt;BR /&gt;What should be the value of nfile parameter if I have 40 GB of physical memory in my system ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Titu</description>
    <pubDate>Wed, 06 May 2009 13:54:43 GMT</pubDate>
    <dc:creator>titu</dc:creator>
    <dc:date>2009-05-06T13:54:43Z</dc:date>
    <item>
      <title>nfile !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile/m-p/5173673#M458522</link>
      <description>Hi All ,&lt;BR /&gt;&lt;BR /&gt;What should be the value of nfile parameter if I have 40 GB of physical memory in my system ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Titu</description>
      <pubDate>Wed, 06 May 2009 13:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile/m-p/5173673#M458522</guid>
      <dc:creator>titu</dc:creator>
      <dc:date>2009-05-06T13:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: nfile !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile/m-p/5173674#M458523</link>
      <description>nfile kernel parameter is not directly related to amount of memory in your system. It is related to the behavior of the applications running on the system and there is no cookie cutter recipe for determining the value. At the initial hpux system build, this value comes as a result of a rough formula. You can keep it there or change it according to the requirements of your main application (e.g. oracle, weblogic etc.) documentation.&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Wed, 06 May 2009 14:00:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile/m-p/5173674#M458523</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-05-06T14:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: nfile !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile/m-p/5173675#M458524</link>
      <description>The value of nfile controls the size of a kernel table and therefore has a very minimal affect on memory - so minimal as to be inconsequential.  A much better way to determine an appropriate value is to monitor the high water mark of open files (glance's system tables report is ideal for this) and keep nfile set to double the high water mark.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 06 May 2009 14:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile/m-p/5173675#M458524</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-05-06T14:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: nfile !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile/m-p/5173676#M458525</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;nfile defines  the maximum number of open files system wide. It also depends on the maxfiles_lim&lt;BR /&gt;&lt;BR /&gt;see here for more details.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3921-60631/nfile.5.html" target="_blank"&gt;http://docs.hp.com/en/B3921-60631/nfile.5.html&lt;/A&gt;</description>
      <pubDate>Wed, 06 May 2009 14:11:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile/m-p/5173676#M458525</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-05-06T14:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: nfile !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile/m-p/5173677#M458526</link>
      <description>Changing or increasing value of nfile has any effect on memory usage or any other system parameter ?  &lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Titu.</description>
      <pubDate>Wed, 06 May 2009 17:43:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile/m-p/5173677#M458526</guid>
      <dc:creator>titu</dc:creator>
      <dc:date>2009-05-06T17:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: nfile !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile/m-p/5173678#M458527</link>
      <description>as Pete mentioned, by increasing this parameter, you are reserving (using) memory to hold a table. Bigger the value, bigger the table size, hence bigger the memory it occupies. But unless you set the value to an obscenely big number, no you should not have any adverse effects. Just be sensible. More than likely, you will not need 3 billion files open at the same time. But may need a hundred thousand files open, depending your application's nature. Consult with the application vendor. If this is just for users, it is a good idea to go with the rule of thumb, default formula that gets put in at the installation time, which is a function of maxusers parameter.</description>
      <pubDate>Wed, 06 May 2009 17:48:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile/m-p/5173678#M458527</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-05-06T17:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: nfile !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile/m-p/5173679#M458528</link>
      <description>hi&lt;BR /&gt;   pls see the thread  for more information.&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=982315" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=982315&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;for more about tunable parameters&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/TKP-90202/index.html" target="_blank"&gt;http://docs.hp.com/en/TKP-90202/index.html&lt;/A&gt;</description>
      <pubDate>Wed, 06 May 2009 17:56:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile/m-p/5173679#M458528</guid>
      <dc:creator>Bijeesh</dc:creator>
      <dc:date>2009-05-06T17:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: nfile !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile/m-p/5173680#M458529</link>
      <description>Thanks for all reply&lt;BR /&gt;&lt;BR /&gt;Titu</description>
      <pubDate>Wed, 06 May 2009 18:02:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile/m-p/5173680#M458529</guid>
      <dc:creator>titu</dc:creator>
      <dc:date>2009-05-06T18:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: nfile !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile/m-p/5173681#M458530</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I know my post will not win any points but it&lt;BR /&gt;does not matter.&lt;BR /&gt;&lt;BR /&gt;I want to send this advisory so that&lt;BR /&gt;others do not get hurt if they run soft&lt;BR /&gt;upgrade from HP-UX 11.23 to 11.31 and&lt;BR /&gt;use nfile parameter.&lt;BR /&gt;&lt;BR /&gt;Here is the scenario that happened to&lt;BR /&gt;a reputable government ogranisation:&lt;BR /&gt;&lt;BR /&gt;a) They run Oracle database on HP-UX 11.23&lt;BR /&gt;servers (ServiceGuard clusters) and&lt;BR /&gt;set kernel parameter nfile to some value&lt;BR /&gt;(say, 30000).&lt;BR /&gt;&lt;BR /&gt;b) They did a soft-upgrade to HP-UX 11.31&lt;BR /&gt;(as opposed to clean, fresh installation of&lt;BR /&gt;the new release) and started getting serious&lt;BR /&gt;problems with Oracle.&lt;BR /&gt;&lt;BR /&gt;And here is why:&lt;BR /&gt;&lt;BR /&gt;On HP-UX 11.31 nfile is a private parameter.&lt;BR /&gt;It is not supposed to be tuned anymore.&lt;BR /&gt;Hence, the best value for nfile on HP-UX 11.31 is 0 (auto-tune).&lt;BR /&gt;&lt;BR /&gt;Since the upgrade kept nfile at 30000,&lt;BR /&gt;Oracle was somehow needing more and&lt;BR /&gt;crashing regularly.&lt;BR /&gt;&lt;BR /&gt;A little trick how you can find out the&lt;BR /&gt;private kernel parameters on HP-UX 11.31:&lt;BR /&gt;&lt;BR /&gt;a) If the private parameter holds a&lt;BR /&gt;non-default value, simply run:&lt;BR /&gt;&lt;BR /&gt;# print_manifest&lt;BR /&gt;&lt;BR /&gt;This command will list ALL kernel&lt;BR /&gt;parameters that have non-default values,&lt;BR /&gt;including the private parameters.&lt;BR /&gt;&lt;BR /&gt;b) If you know the name of the parameter,&lt;BR /&gt;you can check it directly:&lt;BR /&gt;&lt;BR /&gt;# kctune nfile&lt;BR /&gt;&lt;BR /&gt;But, this will fail:&lt;BR /&gt;&lt;BR /&gt;# kctune | grep nfile&lt;BR /&gt;&lt;BR /&gt;Go figure :) Interesting and useful.&lt;BR /&gt;&lt;BR /&gt;So, the private kernel parameters are hidden&lt;BR /&gt;partially but not completely...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Thu, 07 May 2009 09:44:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile/m-p/5173681#M458530</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2009-05-07T09:44:40Z</dc:date>
    </item>
  </channel>
</rss>

