<?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: increase nofiles parameter in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-nofiles-parameter/m-p/3740605#M256076</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As stated earlier nofile is not a valid parameter and you need to increase nfile. The process above is perfect but will require a system reboot.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
    <pubDate>Tue, 28 Feb 2006 06:38:13 GMT</pubDate>
    <dc:creator>Devender Khatana</dc:creator>
    <dc:date>2006-02-28T06:38:13Z</dc:date>
    <item>
      <title>increase nofiles parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-nofiles-parameter/m-p/3740603#M256074</link>
      <description>Hi ;&lt;BR /&gt;i have to increase the nofiles descriptor to 2048 from its value of 60 ,&lt;BR /&gt;i did the command ulimit -n 2048 and succeed to chane it ,&lt;BR /&gt;but when i reboot the server or change the session the value is back to 60 ,&lt;BR /&gt;what should i do to have the value 2048 permanently&lt;BR /&gt;&lt;BR /&gt;thank you</description>
      <pubDate>Tue, 28 Feb 2006 06:08:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-nofiles-parameter/m-p/3740603#M256074</guid>
      <dc:creator>meekrob</dc:creator>
      <dc:date>2006-02-28T06:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: increase nofiles parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-nofiles-parameter/m-p/3740604#M256075</link>
      <description>I'm assuming that you mean "nfiles", since I've never heard of "nofiles".  To change nfiles permanently, you need to modify the kernel.  The easiest way is to use SAM &amp;gt; Kernel Configuration &amp;gt; Configurable Parameters.  Increase "nfile" to 2048, then select Actions &amp;gt; Process New Kernel.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 28 Feb 2006 06:12:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-nofiles-parameter/m-p/3740604#M256075</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-02-28T06:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: increase nofiles parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-nofiles-parameter/m-p/3740605#M256076</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As stated earlier nofile is not a valid parameter and you need to increase nfile. The process above is perfect but will require a system reboot.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Tue, 28 Feb 2006 06:38:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-nofiles-parameter/m-p/3740605#M256076</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-02-28T06:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: increase nofiles parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-nofiles-parameter/m-p/3740606#M256077</link>
      <description>Hi rue,&lt;BR /&gt;&lt;BR /&gt;     There is a nofile part to ulimit, but if you change it using "ulimit" command it will be temperory. If you want to change it permanetly across boots , you need to set the value for the kernel parameter "maxfiles" ..&lt;BR /&gt;&lt;BR /&gt;see my example..&lt;BR /&gt;&lt;BR /&gt;root@cst2adm# ulimit -a&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         2015436&lt;BR /&gt;stack(kbytes)        262144&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;nofiles(descriptors) 4096&lt;BR /&gt;root@cst2adm# sysdef | grep maxfiles&lt;BR /&gt;maxfiles                   4096          -         30-2048               -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Senthil Kuamr .A&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Feb 2006 07:01:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-nofiles-parameter/m-p/3740606#M256077</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-28T07:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: increase nofiles parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-nofiles-parameter/m-p/3740607#M256078</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;   to change the "maxfiles" parameter in kernel, you can do it in SAM,under Kernel configuration functional area,&lt;BR /&gt;&lt;BR /&gt; to cross check , u can compare the value of "nofile" to "maxfiles" parameter before u change "maxfiles" value..&lt;BR /&gt;&lt;BR /&gt; to check nofiles value,&lt;BR /&gt;&lt;BR /&gt;ulimit -a&lt;BR /&gt;&lt;BR /&gt; to check maxfiles value,&lt;BR /&gt;&lt;BR /&gt;sysdef | grep maxfile&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Tue, 28 Feb 2006 07:07:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-nofiles-parameter/m-p/3740607#M256078</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-28T07:07:09Z</dc:date>
    </item>
  </channel>
</rss>

