<?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 How to I add secondary swap during install HPUX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-add-secondary-swap-during-install-hpux/m-p/3194958#M792007</link>
    <description>Hello Everyone&lt;BR /&gt;&lt;BR /&gt;I'm trying to make a secondary swap area in installing HPUX.&lt;BR /&gt;But, I couldn't find the option in advanced installing process.&lt;BR /&gt;I want to make swap, which is 4GB.&lt;BR /&gt;I don't like to make whole disk swap area.&lt;BR /&gt;Just, I'll use some portion of disk.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Have a nice day.</description>
    <pubDate>Tue, 17 Feb 2004 22:40:44 GMT</pubDate>
    <dc:creator>Lee Joon Moon</dc:creator>
    <dc:date>2004-02-17T22:40:44Z</dc:date>
    <item>
      <title>How to I add secondary swap during install HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-add-secondary-swap-during-install-hpux/m-p/3194958#M792007</link>
      <description>Hello Everyone&lt;BR /&gt;&lt;BR /&gt;I'm trying to make a secondary swap area in installing HPUX.&lt;BR /&gt;But, I couldn't find the option in advanced installing process.&lt;BR /&gt;I want to make swap, which is 4GB.&lt;BR /&gt;I don't like to make whole disk swap area.&lt;BR /&gt;Just, I'll use some portion of disk.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Have a nice day.</description>
      <pubDate>Tue, 17 Feb 2004 22:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-add-secondary-swap-during-install-hpux/m-p/3194958#M792007</guid>
      <dc:creator>Lee Joon Moon</dc:creator>
      <dc:date>2004-02-17T22:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to I add secondary swap during install HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-add-secondary-swap-during-install-hpux/m-p/3194959#M792008</link>
      <description>In the Ignite Install Interface Disk management you can set up as many swap areas as you want, even prioritize them.&lt;BR /&gt;&lt;BR /&gt;If you already have the system set up&lt;BR /&gt;&lt;BR /&gt;sam&lt;BR /&gt;disk&lt;BR /&gt;&lt;BR /&gt;there is a way to set up swap areas in there.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 17 Feb 2004 22:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-add-secondary-swap-during-install-hpux/m-p/3194959#M792008</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-17T22:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to I add secondary swap during install HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-add-secondary-swap-during-install-hpux/m-p/3194960#M792009</link>
      <description>The system requires a swap defined during the installation process.&lt;BR /&gt;&lt;BR /&gt;So it just requires that.Even I feel there is no option during the installation stage for that.You will have to define it after the installation.&lt;BR /&gt;&lt;BR /&gt;Even I feel not only the system there is no need to define that during the installation process.&lt;BR /&gt;Check the usage of memory and then you can define it non the non-vg00 system disks.&lt;BR /&gt;As rightly you pointed out do not waste the primary system vg00 by allocating more swap into it.&lt;BR /&gt;&lt;BR /&gt;It is not a rule to define swap area 2or 3 times the RAM.&lt;BR /&gt;I am not sure about your system configuration and the load it is to handle.&lt;BR /&gt;&lt;BR /&gt;Define a defined,minimal swap space on the primary vg/disk.&lt;BR /&gt;&lt;BR /&gt;Then do the other sec.swap allocations later.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Feb 2004 23:26:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-add-secondary-swap-during-install-hpux/m-p/3194960#M792009</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-02-17T23:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to I add secondary swap during install HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-add-secondary-swap-during-install-hpux/m-p/3194961#M792010</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;As TG has said define additional swap areas after the install.&lt;BR /&gt;&lt;BR /&gt;To configure secondary swap:&lt;BR /&gt;# lvcreate -L 2000 -C y -r n /dev/vgXX&lt;BR /&gt;# swapon -p 1 /dev/vgXX/lvolXX&lt;BR /&gt;Then add an entry to /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;It is not always necessary to define secondary swap areas. I'd size the primary swap correctly and look at utilizing the swapmem_on kernel parameter.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Tue, 17 Feb 2004 23:40:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-add-secondary-swap-during-install-hpux/m-p/3194961#M792010</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2004-02-17T23:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to I add secondary swap during install HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-add-secondary-swap-during-install-hpux/m-p/3194962#M792011</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There are two methods to add secondary swap space(s) that one is as already you mentioned like that. you can choose that in the disk management tab of the advanced mode, whenever you install hp-ux from CD or Tape. The other one is possible on the prompt by some commands.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How to add additional device swapâ ¦by example:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1.Check to see if maxswapchunks is set high enough to alllow the swap that you are planning to add. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2.Create lvol using lvcreate [and extend ]. &lt;BR /&gt;&lt;BR /&gt;For example, to create the lvol on any disk: &lt;BR /&gt;    &lt;BR /&gt;# lvcreate -C y -L 300 -n swap /dev/vg00 &lt;BR /&gt;&lt;BR /&gt;3. Use swapon to start using new swap device: &lt;BR /&gt;&lt;BR /&gt;# swapon -p 2 /dev/vg00/swap &lt;BR /&gt;&lt;BR /&gt;4. vi /etc/fstab&lt;BR /&gt;(add)&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/swap ... swap pri=2  0  0 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NOTES: &lt;BR /&gt;generally, use same priority for same size devices. The lower the number the higher priority. &lt;BR /&gt;the '0  0' is for historical purposes and means 'backup frequency' and  'pass number (on parallel fsck)' respectively. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards</description>
      <pubDate>Tue, 17 Feb 2004 23:43:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-add-secondary-swap-during-install-hpux/m-p/3194962#M792011</guid>
      <dc:creator>KCS_1</dc:creator>
      <dc:date>2004-02-17T23:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to I add secondary swap during install HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-add-secondary-swap-during-install-hpux/m-p/3194963#M792012</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Unless you have ignite you can't specify secondary swap during installation.&lt;BR /&gt;&lt;BR /&gt;as said by previous posts, after the normal installation (uisng media) you can create secondary swap.</description>
      <pubDate>Wed, 18 Feb 2004 00:22:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-add-secondary-swap-during-install-hpux/m-p/3194963#M792012</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2004-02-18T00:22:47Z</dc:date>
    </item>
  </channel>
</rss>

