<?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: nfile question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3371104#M195643</link>
    <description>In a growing system, it is very normal to need nfile and nproc increased. To avoid unnecessary reboots, I would replace the formulae with a fixed value. As mentioned, MAXUSERS will affect other parameters so it is useful to break this link. If nfile is currently 15000, make it 30000. In other words, double or triple the value once you reach about 75% usage. 2x or 3x changes will allow for more growth without reboots.&lt;BR /&gt;</description>
    <pubDate>Thu, 02 Sep 2004 21:09:53 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2004-09-02T21:09:53Z</dc:date>
    <item>
      <title>nfile question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3371098#M195637</link>
      <description>We run an Oracle 8i database on HP-UX 11.0 on a 4-way N class.  The high water mark for users is roughly 1100.&lt;BR /&gt;&lt;BR /&gt;We are having to increase the nfile parameter every few months or so.  We currently increase it by bumping up MAXUSERS.  Currently the formula for nfile is MAXUSERS*70 + 2048.  MAXUSERS = 1500&lt;BR /&gt;&lt;BR /&gt;Is there any implications to continually raising this parameter?  Should I be going about it a different way?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 02 Sep 2004 12:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3371098#M195637</guid>
      <dc:creator>Dusty Mjoen</dc:creator>
      <dc:date>2004-09-02T12:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: nfile question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3371099#M195638</link>
      <description>Dusty,&lt;BR /&gt;&lt;BR /&gt;I would be interested in why it's increasing first.  Aside from that, however, it's not a big deal.  Quoting from SAM's help on configurable parameters:&lt;BR /&gt;&lt;BR /&gt;" It is the number of slots in the file descriptor table. Be generous with this number because the required memory is minimal, and not having enough slots restricts system processing capacity. "&lt;BR /&gt;&lt;BR /&gt;As far as how it's specified, I tend to avoid the formulas because you end up increasing values you may not have intended (or wanted) to.  Your formula works out to 107048.  We have ours hard coded to 114548.  I suspect we could double that without any ill effects.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 02 Sep 2004 13:14:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3371099#M195638</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-09-02T13:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: nfile question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3371100#M195639</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I do not use formulae at all. That's a pretty old way of doing and it is not applicable anymore in my view. For ex., increasing MAXUSERS may unnecessarily increase other parameters such as ninode which you may not want.&lt;BR /&gt;&lt;BR /&gt;You can hardcode the value of nfile you want to set. &lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 02 Sep 2004 13:14:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3371100#M195639</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-02T13:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: nfile question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3371101#M195640</link>
      <description>Free Bill Hassell HP-World tip.&lt;BR /&gt;&lt;BR /&gt;He takes out those formulas in the kernel that raise other parameters based on maxusers.&lt;BR /&gt;&lt;BR /&gt;I'm going to do the same. Makes sense.&lt;BR /&gt;&lt;BR /&gt;Note: nfile may need to be raised, under this scenario take out the forumula and put in a number.&lt;BR /&gt;&lt;BR /&gt;Also check maxuprc&lt;BR /&gt;&lt;BR /&gt;That is the max number of processes for a given user. That defaults to 75 and I commonly need to bnump that up to 200 to accommodate complex Oracle products.&lt;BR /&gt;&lt;BR /&gt;Either change will require a kernel compile and boot.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 02 Sep 2004 13:21:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3371101#M195640</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-09-02T13:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: nfile question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3371102#M195641</link>
      <description>Thanks for all of the help!  Sounds like hard coding is the way to go.  &lt;BR /&gt;&lt;BR /&gt;It increases due to the fact that the application is continually being rolled out to more users.  They have added 350 users since the 1st of April, the last time I increased it.</description>
      <pubDate>Thu, 02 Sep 2004 13:29:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3371102#M195641</guid>
      <dc:creator>Dusty Mjoen</dc:creator>
      <dc:date>2004-09-02T13:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: nfile question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3371103#M195642</link>
      <description>Hi Dusty,&lt;BR /&gt;&lt;BR /&gt;The main reason that you need to increase NFILE as new users come online is that *everything* in 'NIX is a file &amp;amp; that includes the socket connections created by every Oracle connection.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 02 Sep 2004 13:50:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3371103#M195642</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-09-02T13:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: nfile question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3371104#M195643</link>
      <description>In a growing system, it is very normal to need nfile and nproc increased. To avoid unnecessary reboots, I would replace the formulae with a fixed value. As mentioned, MAXUSERS will affect other parameters so it is useful to break this link. If nfile is currently 15000, make it 30000. In other words, double or triple the value once you reach about 75% usage. 2x or 3x changes will allow for more growth without reboots.&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Sep 2004 21:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfile-question/m-p/3371104#M195643</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-09-02T21:09:53Z</dc:date>
    </item>
  </channel>
</rss>

