<?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 swap in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3668594#M797599</link>
    <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;Today i got one more error .please check the below error message and guide me what exactly i need to do.i think i have to change maxswapchunks , do i need to restart the server if i want to change. offcourse tell me if this is the cause.&lt;BR /&gt;&lt;BR /&gt;Error&lt;BR /&gt; &lt;BR /&gt;Wed Nov  8 19:24:56 PST 2000 $&lt;BR /&gt;Memory Information:&lt;BR /&gt;    physical page size = 4096 bytes, logical page size = 4096 bytes&lt;BR /&gt;    Physical: 2097152 Kbytes, lockable: 1567644 Kbytes, available: 1807032 Kbytes&lt;BR /&gt;&lt;BR /&gt;Unable to add all swap for device: /dev/vg00/swap. Increase the tunable parameter maxswapchunks by 136 and re-configure your system.&lt;BR /&gt;xdr_opaque: decode FAILED&lt;BR /&gt;NOTICE: nfs_server: bad getargs for 2/16&lt;BR /&gt;</description>
    <pubDate>Thu, 10 Nov 2005 05:24:51 GMT</pubDate>
    <dc:creator>srinivasa rao vaddadi</dc:creator>
    <dc:date>2005-11-10T05:24:51Z</dc:date>
    <item>
      <title>swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3668594#M797599</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;Today i got one more error .please check the below error message and guide me what exactly i need to do.i think i have to change maxswapchunks , do i need to restart the server if i want to change. offcourse tell me if this is the cause.&lt;BR /&gt;&lt;BR /&gt;Error&lt;BR /&gt; &lt;BR /&gt;Wed Nov  8 19:24:56 PST 2000 $&lt;BR /&gt;Memory Information:&lt;BR /&gt;    physical page size = 4096 bytes, logical page size = 4096 bytes&lt;BR /&gt;    Physical: 2097152 Kbytes, lockable: 1567644 Kbytes, available: 1807032 Kbytes&lt;BR /&gt;&lt;BR /&gt;Unable to add all swap for device: /dev/vg00/swap. Increase the tunable parameter maxswapchunks by 136 and re-configure your system.&lt;BR /&gt;xdr_opaque: decode FAILED&lt;BR /&gt;NOTICE: nfs_server: bad getargs for 2/16&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Nov 2005 05:24:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3668594#M797599</guid>
      <dc:creator>srinivasa rao vaddadi</dc:creator>
      <dc:date>2005-11-10T05:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3668595#M797600</link>
      <description>Yes, You have to change maxswapchunks as the error specifies. What is your current maxswapchunks value ? &lt;BR /&gt;&lt;BR /&gt;# kmtune|grep -i maxswapchunks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 10 Nov 2005 05:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3668595#M797600</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-11-10T05:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3668596#M797601</link>
      <description>Get kernel parameter information with kctune or kmtune. Tuning of that parameter is needed to occupy more swap memory.&lt;BR /&gt;&lt;BR /&gt;refer &lt;A href="http://docs.hp.com/en/1219/tuningwp.html#maxswapchunks" target="_blank"&gt;http://docs.hp.com/en/1219/tuningwp.html#maxswapchunks&lt;/A&gt;&lt;BR /&gt;for more.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Thu, 10 Nov 2005 05:30:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3668596#M797601</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-10T05:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3668597#M797602</link>
      <description>There is settings that define swap space configurable. maxswapchunks. swapchunk size is 2MB. so to have swap space of say 4000MB, you need to have maxswapchunks setting of 2000.&lt;BR /&gt;&lt;BR /&gt;But it is a lot wiser to set it little higher. so when you need to add swap, you will not have to compile a kernel. Chaning this parameter will require a reboot.&lt;BR /&gt;&lt;BR /&gt;In your case, set it as follows.&lt;BR /&gt;"current_maxswapchunks_setting + 500"</description>
      <pubDate>Thu, 10 Nov 2005 05:32:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3668597#M797602</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-11-10T05:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3668598#M797603</link>
      <description># kmtune -q maxswapchunks -l&lt;BR /&gt;will give related details. &lt;BR /&gt;&lt;BR /&gt;# kmtune -q maxswapchunks -l&lt;BR /&gt;Parameter:      maxswapchunks&lt;BR /&gt;Current:        1024&lt;BR /&gt;Planned:        1024&lt;BR /&gt;Default:        256&lt;BR /&gt;Minimum:        -&lt;BR /&gt;Module:         -&lt;BR /&gt;Version:        -&lt;BR /&gt;Dynamic:        No&lt;BR /&gt;&lt;BR /&gt;It will give current details and planned thing. You have to tune and upgrade kernel. Use sam to tune and reboot with change.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Thu, 10 Nov 2005 05:33:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3668598#M797603</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-10T05:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3668599#M797604</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;our swap space is 8400MB and our amxswapchunks is as follows . so what is the value i have to set. and will it effect to any other applications.&lt;BR /&gt;&lt;BR /&gt;# kmtune -q maxswapchunks -l&lt;BR /&gt;Parameter:      maxswapchunks&lt;BR /&gt;Current:        2000&lt;BR /&gt;Planned:        2000&lt;BR /&gt;Default:        256&lt;BR /&gt;Minimum:        -&lt;BR /&gt;Module:         -&lt;BR /&gt;Version:        -&lt;BR /&gt;Dynamic:        No&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Nov 2005 06:26:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3668599#M797604</guid>
      <dc:creator>srinivasa rao vaddadi</dc:creator>
      <dc:date>2005-11-10T06:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3668600#M797605</link>
      <description>Change maxswapchunks parameter as,&lt;BR /&gt;&lt;BR /&gt;# kmtune -s maxswapchunks=2500 &lt;BR /&gt;# kmtune -u&lt;BR /&gt;&lt;BR /&gt;Reboot the machine if it is suggesting there. And try after that.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Nov 2005 06:44:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3668600#M797605</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-10T06:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3668601#M797606</link>
      <description>8400MB, your maxswapchnuks setting should be 8400/2=4200.&lt;BR /&gt;&lt;BR /&gt;You can set it at 5000 also. This absolutely does not affect any apps.</description>
      <pubDate>Thu, 10 Nov 2005 06:46:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3668601#M797606</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-11-10T06:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3668602#M797607</link>
      <description>If you are going in and modifying the maxswapchunks kernel parm, then you should go ahead and just max it out. The max value is 16384.  This will not hurt anything and will allow you to add more swap at any time without worrying about the kernel.</description>
      <pubDate>Thu, 10 Nov 2005 15:10:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3668602#M797607</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-11-10T15:10:27Z</dc:date>
    </item>
  </channel>
</rss>

