<?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: Setting Kernel Parameters in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/4050377#M304403</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;One of the things I do because Bill Hassell does it is remove most if not all formula's from my kernel.&lt;BR /&gt;&lt;BR /&gt;Many of the formula's simply do not meet the real world test of having a relationship with reality.&lt;BR /&gt;&lt;BR /&gt;So don't worry about formulas, take them out.&lt;BR /&gt;&lt;BR /&gt;I was wondering if 11.23 is certified to run on a C3600 workstation. If not try 11.11.&lt;BR /&gt;&lt;BR /&gt;HP is pretty serious about what the OS will run on and what it won't run on. The two OS's currently have the same end of life date. &lt;BR /&gt;&lt;BR /&gt;All things being equal, I'd use 11.23 but the hardware may be the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com" target="_blank"&gt;http://docs.hp.com&lt;/A&gt; to check OS certification.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 06 Aug 2007 12:47:41 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2007-08-06T12:47:41Z</dc:date>
    <item>
      <title>Setting Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/4050374#M304400</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have an older HP C3600 Workstation.&lt;BR /&gt;&lt;BR /&gt;I installed HP-UX 11.23 and did an patch inventory.&lt;BR /&gt;&lt;BR /&gt;No I´m trying to set some kernel parameters.&lt;BR /&gt;&lt;BR /&gt;I need to set msgseg=32767.&lt;BR /&gt;&lt;BR /&gt;If I do so, HP-UX is not able to boot:&lt;BR /&gt;&lt;BR /&gt;Very early in the boot process I receive the following message:&lt;BR /&gt;&lt;BR /&gt;Can´t allocate message buffer&lt;BR /&gt;&lt;BR /&gt;I searched the WEB, but was not able to find any useful info.&lt;BR /&gt;&lt;BR /&gt;msgssz is set to 32767 and therewith msgssz * msgseg does not exceed the limit of 2^32-1&lt;BR /&gt;(manpage msgseg (5)).&lt;BR /&gt;&lt;BR /&gt;Then I have to boot the former used kernel.&lt;BR /&gt;&lt;BR /&gt;Is there anyone having an idea?</description>
      <pubDate>Mon, 06 Aug 2007 11:04:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/4050374#M304400</guid>
      <dc:creator>Ferber</dc:creator>
      <dc:date>2007-08-06T11:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/4050375#M304401</link>
      <description>I would say that you need more memory.</description>
      <pubDate>Mon, 06 Aug 2007 11:14:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/4050375#M304401</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-08-06T11:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/4050376#M304402</link>
      <description>Yup, note the warnings section of msgseg.5 (man msgseg or &lt;A href="http://docs.hp.com/en/B2355-60103/msgseg.5.html):" target="_blank"&gt;http://docs.hp.com/en/B2355-60103/msgseg.5.html):&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A table of message segments is allocated in kernel memory at boot time. This memory is reserved whether or not it is used.&lt;BR /&gt;&lt;BR /&gt;The memory requirement is the product the msgssz and msgseg tunables. Use care when setting these two tunables, as they can have a profound effect on memory utilization, due to the multiplicative effect.&lt;BR /&gt;&lt;BR /&gt;(end quote)&lt;BR /&gt;&lt;BR /&gt;So your setting means that the kernel needs at least 778773289 bytes (and may need more depending on page size rounding, padding, etc.). Since that's 742.696Mb, you're going to be very lucky to boot on a 1Gb system. Anything less I'd expect this failure... and it all depends on other kernel memory needs.&lt;BR /&gt;&lt;BR /&gt;My recommendation would be:&lt;BR /&gt;&lt;BR /&gt;Take a look at the output from your "good" kernel. There will be a set in the message buffer during boot that details the System, Kernel and User class information. The User Class will reflect the amount of memory consumed during boot by the kernel -- so the System Class physical memory minus the User Class physical memory tells you how much you need to boot that kernel [i.e. the kernel before your changes].&lt;BR /&gt;&lt;BR /&gt;Take that amount, and subtract how much you'd like to devote to the tunables. I'd highly, highly recommend that you leave memory for running actual programs [because what's the point of booting a kernel with these tunable settings if you can't actually use it!]. In other words, determine how much of that memory you're willing to lose to increase your message tunables. Once you get that figure, determine the balance between the msgsiz and msgseg and set the tunables accordingly.</description>
      <pubDate>Mon, 06 Aug 2007 11:58:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/4050376#M304402</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2007-08-06T11:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/4050377#M304403</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;One of the things I do because Bill Hassell does it is remove most if not all formula's from my kernel.&lt;BR /&gt;&lt;BR /&gt;Many of the formula's simply do not meet the real world test of having a relationship with reality.&lt;BR /&gt;&lt;BR /&gt;So don't worry about formulas, take them out.&lt;BR /&gt;&lt;BR /&gt;I was wondering if 11.23 is certified to run on a C3600 workstation. If not try 11.11.&lt;BR /&gt;&lt;BR /&gt;HP is pretty serious about what the OS will run on and what it won't run on. The two OS's currently have the same end of life date. &lt;BR /&gt;&lt;BR /&gt;All things being equal, I'd use 11.23 but the hardware may be the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com" target="_blank"&gt;http://docs.hp.com&lt;/A&gt; to check OS certification.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 06 Aug 2007 12:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/4050377#M304403</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-08-06T12:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/4050378#M304404</link>
      <description>&amp;gt; I was wondering if 11.23 is certified to&lt;BR /&gt;&amp;gt; run on a C3600 workstation.  [...]&lt;BR /&gt;&lt;BR /&gt;According to the "HP-UX 11i v2 | Installation&lt;BR /&gt;and Upgrade Guide | June 2007":&lt;BR /&gt;&lt;BR /&gt;NOTE&lt;BR /&gt;HP-UX 11i v2 is not supported on PA-RISC&lt;BR /&gt;Workstations.  HP recommends that PA-RISC&lt;BR /&gt;Workstation customers use HP-UX 11i v1.&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The v2 installation DVD did boot on my C3700,&lt;BR /&gt;while the v3 DVD did not.  I installed v1,&lt;BR /&gt;but it wouldn't amaze me if v2 would work&lt;BR /&gt;(although not supported).&lt;BR /&gt;&lt;BR /&gt;Coming from a VMS environment, where the&lt;BR /&gt;latest version runs on Alpha hardware much&lt;BR /&gt;older than these workstations, I find the&lt;BR /&gt;speed with which HP-UX abandons hardware to&lt;BR /&gt;be amazing and disappointing.</description>
      <pubDate>Mon, 06 Aug 2007 13:22:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/4050378#M304404</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-08-06T13:22:45Z</dc:date>
    </item>
  </channel>
</rss>

