<?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: Tunning maxdsiz_64bit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tunning-maxdsiz-64bit/m-p/5045544#M433805</link>
    <description>Shalom &lt;BR /&gt;&lt;BR /&gt;Your procedures as posted are incomplete.&lt;BR /&gt;&lt;BR /&gt;See this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=105739" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=105739&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 09 May 2007 06:12:56 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2007-05-09T06:12:56Z</dc:date>
    <item>
      <title>Tunning maxdsiz_64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tunning-maxdsiz-64bit/m-p/5045543#M433804</link>
      <description>Hi, I have to change some kernel parameters on some systems and in one of them, in the maxdsiz_64bit when I try to use the kmtune -s maxdsiz_64bit=new_value it tells me that value does not exists, and executing the command kmtune it does not appear, and in others it does. Is this because it is not being used or something like this?&lt;BR /&gt;In the systems that this parameter appears, the  command to execute is the same as I wrote before, I ghuess.&lt;BR /&gt;And one last thing, I guess after this I have to do:&lt;BR /&gt;&lt;BR /&gt;# mk_kernel -s system&lt;BR /&gt;# mv /stand/system /stand/system.prev&lt;BR /&gt;# /usr/sbin/kmupdate&lt;BR /&gt;# shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;Or should I move the old one before, then make the kernel, update it and then reboot?&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Wed, 09 May 2007 05:37:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tunning-maxdsiz-64bit/m-p/5045543#M433804</guid>
      <dc:creator>catastro</dc:creator>
      <dc:date>2007-05-09T05:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Tunning maxdsiz_64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tunning-maxdsiz-64bit/m-p/5045544#M433805</link>
      <description>Shalom &lt;BR /&gt;&lt;BR /&gt;Your procedures as posted are incomplete.&lt;BR /&gt;&lt;BR /&gt;See this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=105739" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=105739&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 09 May 2007 06:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tunning-maxdsiz-64bit/m-p/5045544#M433805</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-05-09T06:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Tunning maxdsiz_64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tunning-maxdsiz-64bit/m-p/5045545#M433806</link>
      <description>Thanks Steven, I took a look at the post in the form you sent me, and I reviewd the steps, and these are the ones I belive should be now, aren't they?&lt;BR /&gt;&lt;BR /&gt;#cd /stand&lt;BR /&gt;#cp vmunix vmunix.old&lt;BR /&gt;#cp system system.old&lt;BR /&gt;#cd build&lt;BR /&gt;#mv /stand/system /stand/system.prev&lt;BR /&gt;#/usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;&lt;BR /&gt;Edit system file and make changes.&lt;BR /&gt;&lt;BR /&gt;# mk_kernel -s system&lt;BR /&gt;&lt;BR /&gt;The new kernel will be created in /stand/build. Copy this to the original location.&lt;BR /&gt;&lt;BR /&gt;#cd /stand/build&lt;BR /&gt;#cp vmunix_test /stand/vmunix&lt;BR /&gt;#cd /stand&lt;BR /&gt;#cp system /stand&lt;BR /&gt;#/usr/sbin/kmupdate&lt;BR /&gt;#shutdown -r -y 0</description>
      <pubDate>Wed, 09 May 2007 06:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tunning-maxdsiz-64bit/m-p/5045545#M433806</guid>
      <dc:creator>catastro</dc:creator>
      <dc:date>2007-05-09T06:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Tunning maxdsiz_64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tunning-maxdsiz-64bit/m-p/5045546#M433807</link>
      <description>Catastro,&lt;BR /&gt;&lt;BR /&gt;You are just about right, this are the steps that I have:&lt;BR /&gt;&lt;BR /&gt;1- cd /stand/build&lt;BR /&gt;&lt;BR /&gt;2- /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;&lt;BR /&gt;3- use kmtune do the changes or kmsystem or kdadmin&lt;BR /&gt;&lt;BR /&gt;4- while in /stand/build&lt;BR /&gt;/usr/sbin/mk_kernel -s ./system&lt;BR /&gt;&lt;BR /&gt;5- cp /stand/system /stand/system.old&lt;BR /&gt;   cp /stand/vmunix /stand/vmunix.old&lt;BR /&gt;   cp -R dlkm dlkm.vmunix.old&lt;BR /&gt;&lt;BR /&gt;6- schedule installation with kmupdate&lt;BR /&gt;   copy /stand/build/system to /stand/system&lt;BR /&gt;&lt;BR /&gt;7- shutdown -r 0&lt;BR /&gt;&lt;BR /&gt;8- check that the changes took effect.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Wed, 09 May 2007 07:50:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tunning-maxdsiz-64bit/m-p/5045546#M433807</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2007-05-09T07:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Tunning maxdsiz_64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tunning-maxdsiz-64bit/m-p/5045547#M433808</link>
      <description>Thanks to the two of you for your advices. I just made my steps now clear and update the kernel. Again, thanks.</description>
      <pubDate>Wed, 09 May 2007 08:10:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tunning-maxdsiz-64bit/m-p/5045547#M433808</guid>
      <dc:creator>catastro</dc:creator>
      <dc:date>2007-05-09T08:10:21Z</dc:date>
    </item>
  </channel>
</rss>

