<?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: Kernel Formula in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-formula/m-p/3845958#M777110</link>
    <description>I don't quite understand your question.&lt;BR /&gt;&lt;BR /&gt;The maxdsiz, you just take whichever is appropriate for your system.  You can enter the value in either decimal or hex format, so either value you list will work.&lt;BR /&gt;&lt;BR /&gt;I'm not sure what you are asking on the maxssiz and maxtsiz.  I should think that the formula are simple.  You do know multiplication, right?&lt;BR /&gt;&lt;BR /&gt;maxssiz = 1024*1024*80 = 83886080&lt;BR /&gt;maxtsiz = 1024*1024*1024 = 1073741824&lt;BR /&gt;&lt;BR /&gt;Is that what you are asking?</description>
    <pubDate>Fri, 18 Aug 2006 08:08:13 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2006-08-18T08:08:13Z</dc:date>
    <item>
      <title>Kernel Formula</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-formula/m-p/3845953#M777105</link>
      <description>I have some documentation which outlines some specific kernel configuration.  Would someone please it breakdown and help me understand the formula?  Ive just pasted the below straight out of the documentation.  Or if the below is un-readable, here is the URL.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20331.www2.hp.com/Hpsub/cache/285140-0-0-225-121.html" target="_blank"&gt;http://h20331.www2.hp.com/Hpsub/cache/285140-0-0-225-121.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;maxdsiz =&lt;BR /&gt;HP-UX 10.20 2063835136 (decimal)&lt;BR /&gt;UX 11x for 32 bits apps using +q3p: 0xC0000000&lt;BR /&gt;&lt;BR /&gt;maxssiz= 1024*1024*80 (corresponds to 80MB)&lt;BR /&gt;&lt;BR /&gt;maxtsiz= 1024*1024*1024 (corresponds to 1GB)&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2006 04:41:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-formula/m-p/3845953#M777105</guid>
      <dc:creator>Danny Crisp</dc:creator>
      <dc:date>2006-08-18T04:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Formula</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-formula/m-p/3845954#M777106</link>
      <description>Danny,&lt;BR /&gt;if you are running 10.20 on the machine set maxdsiz (datasegment)  to 2063835136&lt;BR /&gt;&lt;BR /&gt;If you are running any version of HPUX 11, like 11.11 etc., and are running 32 bit applications and want to use link to use shared memory in the third quadrant (+q3p) you can set the maxdsiz to 3GB (C0000000 in hex)&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2006 05:01:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-formula/m-p/3845954#M777106</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-08-18T05:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Formula</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-formula/m-p/3845955#M777107</link>
      <description>Shalom Danny,&lt;BR /&gt;&lt;BR /&gt;In practice, Bill Hassell and therefore also me removes formulas from the kernel when possible.  The formulas often do not refrect reality.&lt;BR /&gt;&lt;BR /&gt;So if you are planning on using a formula I recommend you calcucate the hard number you wish to use with a formula and thne use the number straight up not permitting future changes to change this parameter.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 18 Aug 2006 05:30:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-formula/m-p/3845955#M777107</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-18T05:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Formula</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-formula/m-p/3845956#M777108</link>
      <description>Please, could you provide the figures i need for all three parameters i specified.  Im a total novice with kernel config.  I normally dont like asking for the answer but in this circumstance, i really dont have a choice.  The customer is border line smashing my keyboard around my head.</description>
      <pubDate>Fri, 18 Aug 2006 05:45:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-formula/m-p/3845956#M777108</guid>
      <dc:creator>Danny Crisp</dc:creator>
      <dc:date>2006-08-18T05:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Formula</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-formula/m-p/3845957#M777109</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;m32=mem;if(mem&amp;gt;1024)m32=1024; maxdsiz=m32*1024*1024&lt;BR /&gt;m64=mem;if(mem&amp;gt;4048)m64=4048; maxdsiz_64bit=m64*1024*1024&lt;BR /&gt;&lt;BR /&gt;Sorry, but I don't have any formula for maxtsize.  &lt;BR /&gt;Look at &lt;A href="http://docs.hp.com/en/939/KCParms/KCparams.OverviewAll.html" target="_blank"&gt;http://docs.hp.com/en/939/KCParms/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2006 06:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-formula/m-p/3845957#M777109</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2006-08-18T06:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Formula</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-formula/m-p/3845958#M777110</link>
      <description>I don't quite understand your question.&lt;BR /&gt;&lt;BR /&gt;The maxdsiz, you just take whichever is appropriate for your system.  You can enter the value in either decimal or hex format, so either value you list will work.&lt;BR /&gt;&lt;BR /&gt;I'm not sure what you are asking on the maxssiz and maxtsiz.  I should think that the formula are simple.  You do know multiplication, right?&lt;BR /&gt;&lt;BR /&gt;maxssiz = 1024*1024*80 = 83886080&lt;BR /&gt;maxtsiz = 1024*1024*1024 = 1073741824&lt;BR /&gt;&lt;BR /&gt;Is that what you are asking?</description>
      <pubDate>Fri, 18 Aug 2006 08:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-formula/m-p/3845958#M777110</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-08-18T08:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Formula</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-formula/m-p/3845959#M777111</link>
      <description>Thanks to all for efforts thus far.  However, theres still something a foot.  When attempting to install a certain application the following error is apearing: -&lt;BR /&gt;&lt;BR /&gt;HP-UX PREREQS: maxdsiz HP-UX kernel parameter is incorrect&lt;BR /&gt;               maxdsiz should be greater than or equal to 65536 Pages&lt;BR /&gt;               current maxdsiz value is: 2 Pages&lt;BR /&gt;HP-UX PREREQS: maxtsiz HP-UX kernel parameter is incorrect&lt;BR /&gt;               maxtsiz should be greater than or equal to 32768 Pages&lt;BR /&gt;               current maxtsiz value is: 20403 Pages&lt;BR /&gt;HP-UX PREREQS: Please use sysdef(1M) command to get additional information&lt;BR /&gt;               Please use sam(1M) command to modify kernel parameters&lt;BR /&gt;&lt;BR /&gt;Despite modifying the kernel parameters as advised in the documentation I have the above is correct.  when I sysdef | grep maxdsiz, i get the following output: -&lt;BR /&gt;&lt;BR /&gt;maxdsiz 2  -  0-655360     Pages   -&lt;BR /&gt;&lt;BR /&gt;Any help will be greatly appreciated.</description>
      <pubDate>Mon, 21 Aug 2006 09:45:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-formula/m-p/3845959#M777111</guid>
      <dc:creator>Danny Crisp</dc:creator>
      <dc:date>2006-08-21T09:45:01Z</dc:date>
    </item>
  </channel>
</rss>

