<?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: About increasing nfile parameter in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021051#M428540</link>
    <description>Carles,&lt;BR /&gt;&lt;BR /&gt;This is what the man pages says about it:&lt;BR /&gt;&lt;BR /&gt;"The value used for nfile must be sufficient to serve the number of users and processes allowed by the combination of nproc, maxusers, npty, and nstrpty"&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/TKP-90202/re56.html" target="_blank"&gt;http://docs.hp.com/en/TKP-90202/re56.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
    <pubDate>Wed, 03 Jan 2007 07:21:21 GMT</pubDate>
    <dc:creator>Jaime Bolanos Rojas.</dc:creator>
    <dc:date>2007-01-03T07:21:21Z</dc:date>
    <item>
      <title>About increasing nfile parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021050#M428539</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I detected open files are close to limit:&lt;BR /&gt;&lt;BR /&gt;HP-UX ra B.11.11 U 9000/800    01/03/07&lt;BR /&gt;&lt;BR /&gt;12:47:03 text-sz  ov  proc-sz  ov  inod-sz  ov  file-sz  ov&lt;BR /&gt;12:47:08   N/A   N/A 370/5120  0  2020/32768 0  25980/32778 0&lt;BR /&gt;12:47:13   N/A   N/A 378/5120  0  2030/32768 0  26008/32778 0&lt;BR /&gt;12:47:18   N/A   N/A 393/5120  0  2030/32768 0  26018/32778 0&lt;BR /&gt;12:47:23   N/A   N/A 368/5120  0  2029/32768 0  25973/32778 0&lt;BR /&gt;12:47:28   N/A   N/A 361/5120  0  2013/32768 0  25913/32778 0&lt;BR /&gt;&lt;BR /&gt;In order to solve this issue I should increase nfile parameter. But before to do this I have some questions:&lt;BR /&gt;&lt;BR /&gt;- nfile parameter current value is 32768, but as you can see, max value for file-sz is 32778. Does file-sz limit increases if I increase nfile paramter? Note that file-sz is 10 units greater.&lt;BR /&gt;&lt;BR /&gt;- Our system has 7 GB RAM and if I'm right for 1 GB I can increase 65000 (more or less), so can I set nfile value to 100000 without problems or is there any other limit like other kernel parameter value?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Carles&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jan 2007 07:00:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021050#M428539</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2007-01-03T07:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: About increasing nfile parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021051#M428540</link>
      <description>Carles,&lt;BR /&gt;&lt;BR /&gt;This is what the man pages says about it:&lt;BR /&gt;&lt;BR /&gt;"The value used for nfile must be sufficient to serve the number of users and processes allowed by the combination of nproc, maxusers, npty, and nstrpty"&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/TKP-90202/re56.html" target="_blank"&gt;http://docs.hp.com/en/TKP-90202/re56.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Wed, 03 Jan 2007 07:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021051#M428540</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2007-01-03T07:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: About increasing nfile parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021052#M428541</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you look via the available tools&lt;BR /&gt;&lt;BR /&gt;Parameter:      nfile&lt;BR /&gt;Value:          (32*(NPROC+16+MAXUSERS)/10+32+2*(NPTY+NSTRPTY+NSTRTEL))&lt;BR /&gt;Default:        (16*(NPROC+16+MAXUSERS)/10+32+2*(NPTY+NSTRPTY+NSTRTEL))&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is all done via formulas&lt;BR /&gt;&lt;BR /&gt;Increase nproc and a lot of other things increase in proportion&lt;BR /&gt;&lt;BR /&gt;see&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/939/KCParms/KCparams.OverviewAll.html" target="_blank"&gt;http://www.docs.hp.com/en/939/KCParms/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    Steve Steel&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jan 2007 07:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021052#M428541</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2007-01-03T07:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: About increasing nfile parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021053#M428542</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;file-sz related to the size of the file, has no relation to nfile. It is not a kernal parameter. file-sz is displayed by star when measureing performance. From your output you appear to have 25,590 files of a possible 32778 open. You are far from the limit and should get a file table overflow if you run out.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=186045" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=186045&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;nfile is the total number of files open on a system.&lt;BR /&gt;maxuprc is the total number of files permitted open for one user.&lt;BR /&gt;&lt;BR /&gt;I don't believe raising nfile will cause problems with other parameters. Increasing the kernel parameter itself will not significantly impact memory use or system performance.&lt;BR /&gt;&lt;BR /&gt;When the files are actually open, then there will be an impact on system peformance.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 03 Jan 2007 07:26:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021053#M428542</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-01-03T07:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: About increasing nfile parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021054#M428543</link>
      <description>Carles,&lt;BR /&gt;&lt;BR /&gt;Also there is this doc in the itrc site called What is the effect of incresing the parameter nfile? &lt;BR /&gt;&lt;BR /&gt;DocID AK9010011200&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Wed, 03 Jan 2007 07:26:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021054#M428543</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2007-01-03T07:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: About increasing nfile parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021055#M428544</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;First to all, thanks a lot for your replies.&lt;BR /&gt;&lt;BR /&gt;About nfile parameter value, it isn't a formula so I should set a value. But this is not really important as in any case I'm able to increase it to at least 100000.&lt;BR /&gt;&lt;BR /&gt;But about file-sz, we already arrived to top value and for this reason we're planning to increase nfile parameter as it seems to set file-sz limit.&lt;BR /&gt;&lt;BR /&gt;Is this last point correct or should I increase other value?</description>
      <pubDate>Wed, 03 Jan 2007 07:49:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021055#M428544</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2007-01-03T07:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: About increasing nfile parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021056#M428545</link>
      <description>Sorry, I submit message before ending...&lt;BR /&gt;&lt;BR /&gt;Some days ago we arrived to file-sz limit (I supose)due SAP and Oracle are running there.&lt;BR /&gt;&lt;BR /&gt;After an emergency system reboot file-sz decreases but it is growing.&lt;BR /&gt;&lt;BR /&gt;First time oracle open a datafile it keeps file open to access quickly it next time, so in the worst case (all SAP sessions working at same time) I think I'll need 54.000 open files.&lt;BR /&gt;&lt;BR /&gt;Now nfile value is 32768 and file-sz limit is 32778, so my question is:&lt;BR /&gt;&lt;BR /&gt;- If I set nfile to 100000 can I grant I won't arrive to file-sz limit?&lt;BR /&gt;&lt;BR /&gt;Thanks again for your help.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Carles&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jan 2007 07:57:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021056#M428545</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2007-01-03T07:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: About increasing nfile parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021057#M428546</link>
      <description>Carles,&lt;BR /&gt;&lt;BR /&gt;In your output of sar -v we can see this values: 25980/32778 &lt;BR /&gt;&lt;BR /&gt;When the first value is too close to the other value you should get this error:&lt;BR /&gt;"File table overflow"&lt;BR /&gt;&lt;BR /&gt;If you have not gotten that error yet you should be fine for the moment, but if you want the difference in numbers to be higher the only thing that you have to do is to increase the nfile parameter which does not impact anything else in the system if you got enough memory.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Wed, 03 Jan 2007 08:02:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021057#M428546</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2007-01-03T08:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: About increasing nfile parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021058#M428547</link>
      <description>Hi Carles:&lt;BR /&gt;&lt;BR /&gt;Disregard any formula for 'nfile' and hard set a value which fits your needs.  Increasing your 'nfile' 3-fold would be fine.  The value of 'nfile' ranges from 2048 to the size of a 32-bit integer, so you have a very large range.&lt;BR /&gt;&lt;BR /&gt;The kernel uses very little memory for each increment in the value of 'nfile'.  The parameter represents the number of slots in a kernel table --- one for each open file.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 03 Jan 2007 08:11:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021058#M428547</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-01-03T08:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: About increasing nfile parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021059#M428548</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I made change in a test environment and system is working fine, even with just 4 GB RAM.&lt;BR /&gt;&lt;BR /&gt;Tonight I'll make change in production environment due file-sz value is still increasing there and I'm sure it could increase at least until 52000.&lt;BR /&gt;&lt;BR /&gt;BTW, I saw file-sz is always just 10 units greater than nfile. Do you know why?&lt;BR /&gt;&lt;BR /&gt;Thanks to all and regards,&lt;BR /&gt;&lt;BR /&gt;Carles&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Jan 2007 06:30:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021059#M428548</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2007-01-04T06:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: About increasing nfile parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021060#M428549</link>
      <description>man sar ...&lt;BR /&gt;&lt;BR /&gt;file-sz = The current-size and maximum-size of the system file table;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It is not a control variable, but a display variable.&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Jan 2007 07:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021060#M428549</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-01-04T07:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: About increasing nfile parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021061#M428550</link>
      <description>nfile parameter changed succesfully.&lt;BR /&gt;&lt;BR /&gt;Thanks to all for your help.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Carles&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jan 2007 02:21:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-increasing-nfile-parameter/m-p/5021061#M428550</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2007-01-05T02:21:00Z</dc:date>
    </item>
  </channel>
</rss>

