<?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: sysdef versus kctune in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-versus-kctune/m-p/6860441#M489458</link>
    <description>&lt;P&gt;Ok, thanks a lot, now to set it to 1048576 pages what sysntax shoud I use? &amp;nbsp;Please&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2016 13:22:42 GMT</pubDate>
    <dc:creator>NDO</dc:creator>
    <dc:date>2016-05-18T13:22:42Z</dc:date>
    <item>
      <title>sysdef versus kctune</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-versus-kctune/m-p/6860330#M489456</link>
      <description>&lt;P&gt;Hi All!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I come across a situation where by I was told by the application vendor that I need to change the value of maxdsiz_64bit to the value of 1048576, but when I run the following command:&lt;/P&gt;&lt;PRE&gt;kctune | grep maxd
maxdsiz                      2147483648  2147483648  Immed
maxdsiz_64bit                2147483648  2147483648  Immed&lt;/PRE&gt;&lt;P&gt;but when I use other command, I see something different:&lt;/P&gt;&lt;PRE&gt;sysdef | grep maxdsiz_64bit
maxdsiz_64bit            524288          -        256-1048576    Pages   -&lt;/PRE&gt;&lt;P&gt;So now I am confused , what is the real value of maxdsiz_64bit!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running hp-ux 11.31 v3 on&amp;nbsp;ia64 hp server BL860c server.&lt;/P&gt;&lt;P&gt;Please can someone help?&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 07:41:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-versus-kctune/m-p/6860330#M489456</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2016-05-18T07:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: sysdef versus kctune</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-versus-kctune/m-p/6860430#M489457</link>
      <description>&lt;P&gt;Both values are correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The output of kctune is shown in BYTES, so the value is 2,147,483,648 bytes / 2,087,152 KB / 2,048 MB / 2 GB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The output from sysdef is shown in the number of memory pages (notice the word PAGES at the far right of the output), where a page is 4096 bytes. &amp;nbsp;So 524,288 pages times 4,096 bytes per page = 2,147,483,648 bytes or 2 GB.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 13:07:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-versus-kctune/m-p/6860430#M489457</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2016-05-18T13:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: sysdef versus kctune</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-versus-kctune/m-p/6860441#M489458</link>
      <description>&lt;P&gt;Ok, thanks a lot, now to set it to 1048576 pages what sysntax shoud I use? &amp;nbsp;Please&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 13:22:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-versus-kctune/m-p/6860441#M489458</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2016-05-18T13:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: sysdef versus kctune</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-versus-kctune/m-p/6860543#M489459</link>
      <description>&lt;P&gt;1,048,576 pages = 4,294,967,296 byes (4 GB).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To set that value, use kctune.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# kctune maxdsiz_64bit=4294967296&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Answer yes to the question about updating the automatic backup configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 16:38:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-versus-kctune/m-p/6860543#M489459</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2016-05-18T16:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: sysdef versus kctune</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-versus-kctune/m-p/6860643#M489460</link>
      <description>&lt;P&gt;sysdef is deprecated for use in 11.31. Check the man page for sysdef at the bottom:&lt;/P&gt;&lt;PRE&gt;Note: sysdef will not be supported in future releases of HP-UX (refer&lt;BR /&gt; to WARNINGS section below). So users are advised to use the&lt;BR /&gt; kctune(1M) utility which provides additional information on kernel&lt;BR /&gt; tunable parameters.&lt;BR /&gt;---&lt;BR /&gt;sysdef is provided for compatibility purposes only and is no longer
maintained since being marked for obsolescence in a future HP-UX
release.  The output from sysdef is known to be incorrect when
reporting values for some tunable parameters such as msgmap, sema, and
shmem.&lt;/PRE&gt;&lt;P&gt;The use of pages for kernel parameters has been&amp;nbsp;quite confusing for many years.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 21:15:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-versus-kctune/m-p/6860643#M489460</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2016-05-18T21:15:02Z</dc:date>
    </item>
  </channel>
</rss>

