<?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: Changing Kernel Upper Limits in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-kernel-upper-limits/m-p/2579325#M31589</link>
    <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;I was wondering why did you want to use such a high value? &lt;BR /&gt;&lt;BR /&gt;After Bill gave such a clear and precise explanation, i am sure i don't need to go into the details of how to do it, but what i am wondering is why do you need to do it?&lt;BR /&gt;&lt;BR /&gt;Are you running multiple ERP (in this case Peoplesoft) application as the same user?&lt;BR /&gt;Multiple versions of peoplesoft? Are you developers running into a problem right now that they are asking you to incrase this value?&lt;BR /&gt;&lt;BR /&gt;-Regards&lt;BR /&gt;Ramesh</description>
    <pubDate>Fri, 14 Sep 2001 02:01:35 GMT</pubDate>
    <dc:creator>linuxfan</dc:creator>
    <dc:date>2001-09-14T02:01:35Z</dc:date>
    <item>
      <title>Changing Kernel Upper Limits</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-kernel-upper-limits/m-p/2579322#M31586</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am being asked to change the upper limit&lt;BR /&gt;of kernel parameters, to enable an application&lt;BR /&gt;to run. I am concerned about being led down &lt;BR /&gt;the garden path by a bunch of developers &lt;BR /&gt;without them presenting evidence that this &lt;BR /&gt;is an actual requirement.&lt;BR /&gt;&lt;BR /&gt;My question is basically has anyone out there&lt;BR /&gt;had to change the uppers limits on kernel&lt;BR /&gt;parameters before and what ramifications were&lt;BR /&gt;encountered. I know how this is done, I just&lt;BR /&gt;want to get feedback on the subject.&lt;BR /&gt;&lt;BR /&gt;The parameter in question is 'maxfiles_lim'&lt;BR /&gt;and there could others. The upper limit is &lt;BR /&gt;listed as 2048, and they wish to make it 4096.&lt;BR /&gt;The application is PeopleSoft 8.1.4&lt;BR /&gt;Informix version 9.21h3c (5 instances)&lt;BR /&gt;HP-UX 11 on L class&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;-Michael</description>
      <pubDate>Fri, 14 Sep 2001 00:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-kernel-upper-limits/m-p/2579322#M31586</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-09-14T00:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Kernel Upper Limits</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-kernel-upper-limits/m-p/2579323#M31587</link>
      <description>What exactly do you mean "...change the uppers limits on kernel parameters..."?&lt;BR /&gt;&lt;BR /&gt;Check out this site:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And here is the page for maxfiles_lim &lt;A href="http://docs.hp.com/hpux/onlinedocs/os/KCparam.MaxfilesLim.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/KCparam.MaxfilesLim.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The absolute maximum imposed by HP-UX is 60,000 so you should have no problem whatsoever changing the parameter to 4096.&lt;BR /&gt;&lt;BR /&gt;All kernel parameters have an absolute maximum that is imposed by the HP-UX operating system.  There is absolutely no way (other than changing the code of HP-UX - and I doubt you have the access to do that :) ) to change those maximum values.&lt;BR /&gt;&lt;BR /&gt;I do commend you for questioning the developers and trying to figure out what they really need.</description>
      <pubDate>Fri, 14 Sep 2001 01:13:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-kernel-upper-limits/m-p/2579323#M31587</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-09-14T01:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Kernel Upper Limits</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-kernel-upper-limits/m-p/2579324#M31588</link>
      <description>Well, the last time I saw a database application that needed THOUSANDS of files was UniData and UniVerse. As a sysadmin, I cannot see any justification for a single program to open even 500 files, much less 5,000 files. I remember this type of a design was used as a bad example for many database concept classes.&lt;BR /&gt;&lt;BR /&gt;But there is help, even for a poor design: HP-UX 10.20 and 11.00+ allow this limit to be raised to as high as 60,000 (I don't want to associated with any design that tries to use even half that number in a single program).&lt;BR /&gt;&lt;BR /&gt;Although the /usr/conf/master.d/core-hpux file contains the following lines:&lt;BR /&gt;&lt;BR /&gt;*range maxfiles&amp;lt;=2048&lt;BR /&gt;*range maxfiles_lim&amp;lt;=2048&lt;BR /&gt;&lt;BR /&gt;the kernel can still be compiled manually with values for maxfiles and maxfiles_lim larger than 2048.   As explained in unix document&lt;BR /&gt;UNX1010203, 60000 is the upper bound for these parameters in HP-UX 10.20 and above.&lt;BR /&gt;&lt;BR /&gt;At HP-UX 11.0 SAM relies on the /usr/conf/master.d/* files to set the&lt;BR /&gt;upper and lower values for kernel parameters.  At HP-UX 10.20 the /usr/sam/lib/kc/params.tx file was used. To allow SAM to support setting either maxfiles or maxfiles_lim to larger than 2048, the above lines in the /usr/conf/master.d/core-hpux file must be changed to:&lt;BR /&gt;&lt;BR /&gt;*range maxfiles&amp;lt;=60000&lt;BR /&gt;*range maxfiles_lim&amp;lt;=60000&lt;BR /&gt;&lt;BR /&gt;After making the change, SAM may still have stored the old values within the /var/sam/boot.config file.   The boot.config file can be renamed to have SAM to recognize the changes made to the core-hpux file and rebuild SAM's tables.  After moving the boot.config file, restaring SAM should cause this file to be rebuilt using the new values.  &lt;BR /&gt;&lt;BR /&gt;/usr/sam/lbin/getkinfo -b can also be used to recreate the boot.config file.&lt;BR /&gt;&lt;BR /&gt;Similarly, if maxfiles or maxfiles_lim have been set manually to values larger than 2048, the above steps can be used to prevent SAM from&lt;BR /&gt;erroring on the parameter's values when entering the Configurable Parameters menu item within SAM.  Without making the above changes, SAM will typically reset the "Pending Value" for these parameters back to 2048 anytime SAM is used.</description>
      <pubDate>Fri, 14 Sep 2001 01:23:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-kernel-upper-limits/m-p/2579324#M31588</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2001-09-14T01:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Kernel Upper Limits</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-kernel-upper-limits/m-p/2579325#M31589</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;I was wondering why did you want to use such a high value? &lt;BR /&gt;&lt;BR /&gt;After Bill gave such a clear and precise explanation, i am sure i don't need to go into the details of how to do it, but what i am wondering is why do you need to do it?&lt;BR /&gt;&lt;BR /&gt;Are you running multiple ERP (in this case Peoplesoft) application as the same user?&lt;BR /&gt;Multiple versions of peoplesoft? Are you developers running into a problem right now that they are asking you to incrase this value?&lt;BR /&gt;&lt;BR /&gt;-Regards&lt;BR /&gt;Ramesh</description>
      <pubDate>Fri, 14 Sep 2001 02:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-kernel-upper-limits/m-p/2579325#M31589</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-09-14T02:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Kernel Upper Limits</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-kernel-upper-limits/m-p/2579326#M31590</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks guys for the feedback so far. What I am &lt;BR /&gt;trying to avoid here is people going off&lt;BR /&gt;half cocked without having the correct type&lt;BR /&gt;of information to begin with. Developers &lt;BR /&gt;will be developers unfortunately, blaming&lt;BR /&gt;anything and anybody before admitting that&lt;BR /&gt;there just might be a possibility that there&lt;BR /&gt;is something wrong with their own coding.....&lt;BR /&gt;&lt;BR /&gt;The particular comments made by gentlemen&lt;BR /&gt;such as yourselves in this post backs what&lt;BR /&gt;what I already thought and is greatly&lt;BR /&gt;appreciated. This more or less gives me the&lt;BR /&gt;right ammunition to go back to these &lt;BR /&gt;developers with opinions other than my own.&lt;BR /&gt;Perhaps they may listen when more than one &lt;BR /&gt;voice is spoken.&lt;BR /&gt;&lt;BR /&gt;I will keep this post open for a few more days&lt;BR /&gt;to see if others wish to have their say...&lt;BR /&gt;&lt;BR /&gt;Again thanks!!</description>
      <pubDate>Fri, 14 Sep 2001 03:56:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-kernel-upper-limits/m-p/2579326#M31590</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-09-14T03:56:54Z</dc:date>
    </item>
  </channel>
</rss>

