<?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: maxfiles in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/maxfiles/m-p/2880156#M100699</link>
    <description>Sri,&lt;BR /&gt;&lt;BR /&gt;Check o ut these 2 docs for 11i (11.11):&lt;BR /&gt;&lt;BR /&gt;Tunable Kernel Parameters:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/TKP-90202/TKP-90202.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/TKP-90202/TKP-90202.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Dynamically tunable kernel parameters (note that this is a PDF file):&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/11i/DynTuneWP.pdf" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/11i/DynTuneWP.pdf&lt;/A&gt;</description>
    <pubDate>Tue, 14 Jan 2003 04:12:15 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2003-01-14T04:12:15Z</dc:date>
    <item>
      <title>maxfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxfiles/m-p/2880148#M100691</link>
      <description>Dear all&lt;BR /&gt;   If I set the maxfiles parameter to 4096 from kernel.&lt;BR /&gt;It will have any problem in the future.&lt;BR /&gt;What kind of probem will have?&lt;BR /&gt;What the recommend values?&lt;BR /&gt;Any idea or thought would be appreciated&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sonny&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jan 2003 10:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxfiles/m-p/2880148#M100691</guid>
      <dc:creator>Sonny_8</dc:creator>
      <dc:date>2003-01-13T10:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: maxfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxfiles/m-p/2880149#M100692</link>
      <description>NO, you wont have any problems from running maxfiles at 4096 or higher. All is does it use a tiny amount of system memory for the table. We run ours at anywhere from 4096 to several thousand and have never had a problem.&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jan 2003 11:05:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxfiles/m-p/2880149#M100692</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-01-13T11:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: maxfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxfiles/m-p/2880150#M100693</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if patch PHNE_27217 is already installed you shouldn't get problems with setting 'maxfiles' higher up then 2048. But you should also increase 'maxfile_lim' to 4096.&lt;BR /&gt;&lt;BR /&gt;Regards ...&lt;BR /&gt;Armin</description>
      <pubDate>Mon, 13 Jan 2003 11:08:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxfiles/m-p/2880150#M100693</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-01-13T11:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: maxfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxfiles/m-p/2880151#M100694</link>
      <description>Hi, sonny&lt;BR /&gt;&lt;BR /&gt;you will not be having any problem if you set the maxfile to 4096.&lt;BR /&gt;&lt;BR /&gt;recommended value is based on application you are running. for oracle/db2 i set the maxfile to 4096, happily running</description>
      <pubDate>Mon, 13 Jan 2003 11:11:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxfiles/m-p/2880151#M100694</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-01-13T11:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: maxfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxfiles/m-p/2880152#M100695</link>
      <description>Hi Sonny,&lt;BR /&gt;&lt;BR /&gt;No problem detected. We have the value of 63498.&lt;BR /&gt;&lt;BR /&gt;Regards, Vicente.</description>
      <pubDate>Mon, 13 Jan 2003 11:17:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxfiles/m-p/2880152#M100695</guid>
      <dc:creator>Vicente Sanchez_3</dc:creator>
      <dc:date>2003-01-13T11:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: maxfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxfiles/m-p/2880153#M100696</link>
      <description>maxfiles (and maxfiles_lim) are runaway program fences. That is, they simply prevent bad programs from using all the open file descriptors. If you have programmers that insist on opening thousands of files at the same time in a single program, then you'll have to decide whether to let those programs run on your system (by increasing maxfiles and maxfile_lim) or asking them to rewrite their program(s).&lt;BR /&gt;&lt;BR /&gt;maxfiles is a per-program limit for the maximum number of files that can be opened at one time. This is a soft limit which can be changed using the setrlimit system call or with the HP-UX POSIX shell using ulimit -n (man sh-posix). Once ulimit has been set in the shell (see ulimit -a) for file descriptors, all subsequent processes started from that shell will inherit the new value for maxfiles. ulimit defaults to a new hard limit. Use the -S option to change up or down.&lt;BR /&gt;&lt;BR /&gt;maxfiles is best left at 60 to 100 as the default value (put it into /etc/profile and /etc/csh.login) and allow specific processes to run at a higher limit with a start script. maxfiles cannot be increased beyond the kernel's hard limit of maxfiles_lim. &lt;BR /&gt;&lt;BR /&gt;NOTE: If you have a dozen processes that all need 5,000 files opened at the same time, then the kernel parameter nfile must be increased by 60,000 to accomodate all the open files. nfile is for every file descriptor, not just unique files.</description>
      <pubDate>Mon, 13 Jan 2003 12:46:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxfiles/m-p/2880153#M100696</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-01-13T12:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: maxfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxfiles/m-p/2880154#M100697</link>
      <description>thanks all</description>
      <pubDate>Tue, 14 Jan 2003 03:06:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxfiles/m-p/2880154#M100697</guid>
      <dc:creator>Sonny_8</dc:creator>
      <dc:date>2003-01-14T03:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: maxfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxfiles/m-p/2880155#M100698</link>
      <description>Hi friends,&lt;BR /&gt;&lt;BR /&gt;sorry for posting it here...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I like to know more about the configureable parameter (i'm using hpux 11.11)&lt;BR /&gt;is there any docs..&lt;BR /&gt;our setting in database server(informix9.3)&lt;BR /&gt;maxfiles 200&lt;BR /&gt;maxfiles limit 4096 &lt;BR /&gt;&lt;BR /&gt;user accessing the database is around 800 - 1000 per minute.&lt;BR /&gt;&lt;BR /&gt;do I have to add more maxfiles ???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks and sorry again&lt;BR /&gt;Sri</description>
      <pubDate>Tue, 14 Jan 2003 03:45:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxfiles/m-p/2880155#M100698</guid>
      <dc:creator>Sritharan</dc:creator>
      <dc:date>2003-01-14T03:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: maxfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxfiles/m-p/2880156#M100699</link>
      <description>Sri,&lt;BR /&gt;&lt;BR /&gt;Check o ut these 2 docs for 11i (11.11):&lt;BR /&gt;&lt;BR /&gt;Tunable Kernel Parameters:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/TKP-90202/TKP-90202.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/TKP-90202/TKP-90202.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Dynamically tunable kernel parameters (note that this is a PDF file):&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/11i/DynTuneWP.pdf" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/11i/DynTuneWP.pdf&lt;/A&gt;</description>
      <pubDate>Tue, 14 Jan 2003 04:12:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxfiles/m-p/2880156#M100699</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-01-14T04:12:15Z</dc:date>
    </item>
  </channel>
</rss>

