<?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: Help regarding kernel parameter change in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-regarding-kernel-parameter-change/m-p/4134047#M316601</link>
    <description>&amp;gt;I have received a change from customer to maxdsiz_64bit 0x0000039999999999&lt;BR /&gt;&amp;gt;Now if I convert the hexadecimal values to decimal. i get a very huge number&lt;BR /&gt;&lt;BR /&gt;Yes, the maxdsiz_64bit seems bogus:&lt;BR /&gt;(gdb) p 0x0000039999999999 $3 = 3958241859993&lt;BR /&gt;(gdb) p 0x0000039999999999 / (1024 * 1024 * 1024)&lt;BR /&gt;$7 = 3686&lt;BR /&gt;&lt;BR /&gt;That's about 3 Tb!  Do you have that much swap space?</description>
    <pubDate>Wed, 23 Jan 2008 12:23:08 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-01-23T12:23:08Z</dc:date>
    <item>
      <title>Help regarding kernel parameter change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-regarding-kernel-parameter-change/m-p/4134044#M316598</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have received a change from customer to change following kernel parameters&lt;BR /&gt;&lt;BR /&gt;maxdsiz 0xF9000000&lt;BR /&gt;maxssiz 0x04D00000&lt;BR /&gt;maxdsiz_64bit 0x0000039999999999&lt;BR /&gt;maxssiz_64bit 0x04D00000&lt;BR /&gt;&lt;BR /&gt;At this moment the above kernl parameteres have following values ( from kctune command)&lt;BR /&gt;&lt;BR /&gt;maxdsiz                    1073741824 &lt;BR /&gt;maxdsiz_64bit              4294967296 &lt;BR /&gt;maxssiz                       8388608  &lt;BR /&gt;maxssiz_64bit               268435456  &lt;BR /&gt;&lt;BR /&gt;The current value seems to be in decimal but the values given by customer are in hexadecimal. Now if I convert the hexadecimal values to decimal. i get a very huge number which doesnt seem to be correct.&lt;BR /&gt;&lt;BR /&gt;Can some one let me know if the conversion I am doing is correct or is it  some thing i am doing wrong.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jan 2008 11:37:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-regarding-kernel-parameter-change/m-p/4134044#M316598</guid>
      <dc:creator>raiden</dc:creator>
      <dc:date>2008-01-23T11:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help regarding kernel parameter change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-regarding-kernel-parameter-change/m-p/4134045#M316599</link>
      <description>I believe SAM will do the conversion for you, showing either decimal or hex at your request.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 23 Jan 2008 11:40:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-regarding-kernel-parameter-change/m-p/4134045#M316599</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-01-23T11:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help regarding kernel parameter change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-regarding-kernel-parameter-change/m-p/4134046#M316600</link>
      <description>kctune should take the request in hex as well as decimal. Though I don't know what they're going for with that maxdsiz_64bit value.... you really should do 0x3999999a000 since non-page aligned [assuming the usual 4kb page size here] values of the tunable are really rounded down in the kernel (which keeps track of these things internally in page units, not bytes).</description>
      <pubDate>Wed, 23 Jan 2008 12:20:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-regarding-kernel-parameter-change/m-p/4134046#M316600</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2008-01-23T12:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help regarding kernel parameter change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-regarding-kernel-parameter-change/m-p/4134047#M316601</link>
      <description>&amp;gt;I have received a change from customer to maxdsiz_64bit 0x0000039999999999&lt;BR /&gt;&amp;gt;Now if I convert the hexadecimal values to decimal. i get a very huge number&lt;BR /&gt;&lt;BR /&gt;Yes, the maxdsiz_64bit seems bogus:&lt;BR /&gt;(gdb) p 0x0000039999999999 $3 = 3958241859993&lt;BR /&gt;(gdb) p 0x0000039999999999 / (1024 * 1024 * 1024)&lt;BR /&gt;$7 = 3686&lt;BR /&gt;&lt;BR /&gt;That's about 3 Tb!  Do you have that much swap space?</description>
      <pubDate>Wed, 23 Jan 2008 12:23:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-regarding-kernel-parameter-change/m-p/4134047#M316601</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-01-23T12:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help regarding kernel parameter change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-regarding-kernel-parameter-change/m-p/4134048#M316602</link>
      <description>It doesn't phase me... some folks just love spinning the knob all the way over -- they're really trying for "effectively unlimited" in most of these cases. Fortunately for maxdsiz{_64bit} there aren't really side effects (unlike maxssiz).</description>
      <pubDate>Wed, 23 Jan 2008 15:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-regarding-kernel-parameter-change/m-p/4134048#M316602</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2008-01-23T15:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help regarding kernel parameter change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-regarding-kernel-parameter-change/m-p/4134049#M316603</link>
      <description>Sounds like yep.  If you convert these from hex to decimal the numbers get very large.&lt;BR /&gt;maxdsiz goes to 4177526784&lt;BR /&gt;maxssiz goes to 80740352&lt;BR /&gt;&lt;BR /&gt;...(if I entered the right number of zeroes..)&lt;BR /&gt;&lt;BR /&gt;Only question to ask is "...is the customer always right ?"&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita</description>
      <pubDate>Wed, 23 Jan 2008 17:41:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-regarding-kernel-parameter-change/m-p/4134049#M316603</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2008-01-23T17:41:12Z</dc:date>
    </item>
  </channel>
</rss>

