<?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: how to make primary swap 64GB in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447622#M208232</link>
    <description>As mentioned, you can't change the primary swap area size without a complete re-installation. But you can add all the swap space you want using swapon. Just find an appropriate logical volume and use swapon to add it. Edit fstab to make it permanent.</description>
    <pubDate>Tue, 21 Dec 2004 10:19:10 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2004-12-21T10:19:10Z</dc:date>
    <item>
      <title>how to make primary swap 64GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447615#M208225</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I know the limitation of maximum size of swap as following  limitation value=swchunk*maxswapchunk*1024&lt;BR /&gt;&lt;BR /&gt;I would like to make primary swap 64GB during installation procedure,that's not likely secondary. &lt;BR /&gt;&lt;BR /&gt;any comments appriciate.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;How to make it</description>
      <pubDate>Mon, 20 Dec 2004 20:04:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447615#M208225</guid>
      <dc:creator>KCS_1</dc:creator>
      <dc:date>2004-12-20T20:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to make primary swap 64GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447616#M208226</link>
      <description>Why in the world would you want Pri. Swap at 64GB?  That really is way too much.  Your pri swap really should be 3-4GB at the MOST.  Everything else really should be secondary swap.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Dec 2004 20:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447616#M208226</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-12-20T20:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to make primary swap 64GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447617#M208227</link>
      <description>I have read the below link and used the advise in the past;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=147792" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=147792&lt;/A&gt;</description>
      <pubDate>Mon, 20 Dec 2004 20:45:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447617#M208227</guid>
      <dc:creator>lawrenzo</dc:creator>
      <dc:date>2004-12-20T20:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to make primary swap 64GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447618#M208228</link>
      <description>Well, this is really, really dumb. First, because very few boxes need that much swap. The old rules about needing 2-3x memory as swap almost never apply. Secondly, there is no need for it to be primary swap. You are probably making it that big for dump space but swap and dump really should have nothing to do with each other. Swap is so easy to add, it makes much more sense to configure a small primary swap area; enable pseudoswap; and monitor the system. You can add additional swap if needed and there is no performance penalty for secondary swap. If anything, it's better than all primary swap.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You need to increase maxswapchunk to 64k and set swchunk to 4096; that will get you a 64GB total swap space.&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Dec 2004 20:48:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447618#M208228</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-12-20T20:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to make primary swap 64GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447619#M208229</link>
      <description>Do not make primary swap larger than 2-4Gb. Most large systems will never use swap in prouction (other than for memory-mapped files). I have heard that SAP and a few other giant ERP packages need MASSIVE amounts of RAM (20-50 Gb) during installation but never use more than a few Gb when running normally. And I am sure you will hit some fundamental HP-UX mapping issues when the primary swap space is so large. NOTE: You can only change the size of the primary swap area by completely reinstalling, either from CD/DVD or from an Ignite/UX backup.&lt;BR /&gt; &lt;BR /&gt;If this is one of those packages (and I really question a design that needs dozens of Gb just to install...), just add a few secondary swap areas temporarily using the swapon command. As long as the maxswapchunk value is large enough, just add what is needed. Once the install is finished, reboot and the temporary swap areas are gone.&lt;BR /&gt; &lt;BR /&gt;NOTE: if there is a reluctance to use secondary swap areas due to performance, this is an old sysadmin adage that was obsolete more than a dozen years ago when disks were really slow (1-5 MB/sec transfers). Today's disks are huge in size and most large scale systems use disk arrays or SANs which mitigate most all performance concerns about multiple swap areas.</description>
      <pubDate>Mon, 20 Dec 2004 21:39:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447619#M208229</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-12-20T21:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to make primary swap 64GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447620#M208230</link>
      <description>You don't.&lt;BR /&gt;&lt;BR /&gt;You make smaller swap areas and prioritize them.&lt;BR /&gt;&lt;BR /&gt;If you want them to add up to 64 GB Guzunter Hait (Yiddish, tough day), because you will never use that much.&lt;BR /&gt;&lt;BR /&gt;You are wasting disk space.&lt;BR /&gt;&lt;BR /&gt;With that much memory I find it difficult to believe you will ever swap. But you need some space for dump.&lt;BR /&gt;&lt;BR /&gt;Set up as Bill Says (always a idea listening to him), set up 4 GB as priority zero.&lt;BR /&gt;&lt;BR /&gt;Then I suggest running the system and seeing if you actually use any. If you can't wait, set up another 4 GB as priority 1. Keep adding them until you are nice and comfy.&lt;BR /&gt;&lt;BR /&gt;The priority assignment will assure you that you won't have too much swap open at one time. Keep lowering the priority(increasing the priority) number as you add swap areas.&lt;BR /&gt;&lt;BR /&gt;Please do stop after adding 1 or two and see how your system runs.&lt;BR /&gt;&lt;BR /&gt;I kind of wish I got to have the kind of hardware you're working with.&lt;BR /&gt;&lt;BR /&gt;Good Luck, happy to clarify further</description>
      <pubDate>Mon, 20 Dec 2004 21:44:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447620#M208230</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-12-20T21:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to make primary swap 64GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447621#M208231</link>
      <description>At first,thanks for all advices.&lt;BR /&gt;&lt;BR /&gt;Yes, all are good advices that understandable, however, one of my customer wants to make it for overloads or something to get the results by their software on the machine under the swap space, I tried to understand them what is the best on the way as well. Even tough, 64GB swap space doesn't need, we don't care at all.&lt;BR /&gt;HOW TO MAKE iT if it's possible&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Dec 2004 23:30:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447621#M208231</guid>
      <dc:creator>KCS_1</dc:creator>
      <dc:date>2004-12-20T23:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to make primary swap 64GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447622#M208232</link>
      <description>As mentioned, you can't change the primary swap area size without a complete re-installation. But you can add all the swap space you want using swapon. Just find an appropriate logical volume and use swapon to add it. Edit fstab to make it permanent.</description>
      <pubDate>Tue, 21 Dec 2004 10:19:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447622#M208232</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-12-21T10:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to make primary swap 64GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447623#M208233</link>
      <description>If you want to do it:&lt;BR /&gt;&lt;BR /&gt;1) Verify that you have a disk large enough for this task.  A 144 GB would be good so that you still have room enough for the rest of VG00 after your 64 GB of pri swap.&lt;BR /&gt;&lt;BR /&gt;2) Boot the system from an HP-UX CD or an Ignite tape and go through an Advanced Installation.&lt;BR /&gt;&lt;BR /&gt;3) Modify the LV size for Pri Swap and set it to the size you require. &lt;BR /&gt;&lt;BR /&gt;4) Attempt to install.  &lt;BR /&gt;&lt;BR /&gt;Don't be surprised if it chokes.&lt;BR /&gt;&lt;BR /&gt;Note that there is NO real supported way to do this without reinstalling the system.&lt;BR /&gt;&lt;BR /&gt;This is STILL a VERY BAD IDEA!!!!!!!!!!!!</description>
      <pubDate>Tue, 21 Dec 2004 10:27:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447623#M208233</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-12-21T10:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to make primary swap 64GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447624#M208234</link>
      <description>&lt;BR /&gt;You mention dump space in the initial message also.   If you execute a crashconf -v you will see how much space a crash will take.  As you can see even a system with 64 GB of memory will have a crash fit in a  relatively small amount of swap space.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Dec 2004 08:58:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447624#M208234</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2004-12-22T08:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to make primary swap 64GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447625#M208235</link>
      <description>Hi,&lt;BR /&gt;I know there is a limit in the primary swap size for the 11i S.O. This limit is 32Gb, so if you setting the swap area &amp;gt; 32Gb at the installation time you will see 32Gb AVAIL with the swapinfo command.&lt;BR /&gt;&lt;BR /&gt;Enrico</description>
      <pubDate>Wed, 22 Dec 2004 09:17:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447625#M208235</guid>
      <dc:creator>Enrico P.</dc:creator>
      <dc:date>2004-12-22T09:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to make primary swap 64GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447626#M208236</link>
      <description>Let me guess - someone at some-large -and-unnamed-database-provider is giving you a hard time b/c they want to see 1.5 times (or some other magic number) the amount of ram you have actually in swap.  If you don't follow up - you can't talk any further to the support team - AND, they simply won't believe what you say HP's best practices are; even if you SHOW them what psuedo-swap is for... &lt;BR /&gt;(Boy, did I let out some steam on that one)...&lt;BR /&gt;&lt;BR /&gt;Well, guess what - the max swap you can have on 11.11 is 32G anyways... so tell the support person from the aforementioned db provider that you're dealing with... "Nyeah".&lt;BR /&gt;&lt;BR /&gt;(Gee, I think I had more fun with this response than I was supposed to...)</description>
      <pubDate>Wed, 22 Dec 2004 17:07:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-primary-swap-64gb/m-p/3447626#M208236</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2004-12-22T17:07:24Z</dc:date>
    </item>
  </channel>
</rss>

