<?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: Increasing the primary swap spce in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-primary-swap-spce/m-p/3390287#M199064</link>
    <description>Hi anisnadar.&lt;BR /&gt;I quite agree with Sridhar Bhaskarla.&lt;BR /&gt;No need increase primary swap space. just create the second space.&lt;BR /&gt;Follow him command to create.&lt;BR /&gt;&lt;BR /&gt;Goodluck to you.&lt;BR /&gt;&lt;BR /&gt;Jim</description>
    <pubDate>Thu, 30 Sep 2004 02:34:00 GMT</pubDate>
    <dc:creator>Hoang Chi Cong_1</dc:creator>
    <dc:date>2004-09-30T02:34:00Z</dc:date>
    <item>
      <title>Increasing the primary swap spce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-primary-swap-spce/m-p/3390284#M199061</link>
      <description>hi gurus&lt;BR /&gt;Please guide me increase the primary swap space of my system.I am very much new to HPUX.&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Anis</description>
      <pubDate>Wed, 29 Sep 2004 23:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-primary-swap-spce/m-p/3390284#M199061</guid>
      <dc:creator>anisnadar</dc:creator>
      <dc:date>2004-09-29T23:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the primary swap spce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-primary-swap-spce/m-p/3390285#M199062</link>
      <description>anis why do u want to increase the primaryswap,just review your decision&lt;BR /&gt;&lt;BR /&gt;Due to the contigous allocation policy ,create a bigger LV and modifiey BDRA to make it primary&lt;BR /&gt;Follow the steps&lt;BR /&gt;1. #lvcreate -C y -L 500 /dev/vg00&lt;BR /&gt;    notedown the name of the newly created LV&lt;BR /&gt;2. #lvnboot -v /dev/vg00&lt;BR /&gt;    will display the current root and swap volumes&lt;BR /&gt;3. #lvnboot -s /dev/vg00/&lt;LVNAME&gt; /dev/vg00&lt;BR /&gt;   &lt;LVNAME&gt; is the LV which is created in 1st step&lt;BR /&gt;4. #lvnboot -R /dev/vg00&lt;BR /&gt;   This will recover any missing links to all of the logical volumes specified in the BDRA and update the BDRA of each bootable PV in the Volume group&lt;BR /&gt;&lt;BR /&gt;5.reboot&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;SK&lt;/LVNAME&gt;&lt;/LVNAME&gt;</description>
      <pubDate>Wed, 29 Sep 2004 23:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-primary-swap-spce/m-p/3390285#M199062</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2004-09-29T23:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the primary swap spce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-primary-swap-spce/m-p/3390286#M199063</link>
      <description>Hi Anis,&lt;BR /&gt;&lt;BR /&gt;There isn't any need to increase the primary swap. Create 'secondary swap' logical volume and add it. Make the priority 0.&lt;BR /&gt;&lt;BR /&gt;lvcreate -n swap2 -L -C y -r N /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;(Do not run 'newfs' here)&lt;BR /&gt;&lt;BR /&gt;Add the following line to your /etc/fstab and run the command 'swapon -a'&lt;BR /&gt;&lt;BR /&gt;/dev/vgxx/swap2 / swap defaults pri=0 0&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 29 Sep 2004 23:31:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-primary-swap-spce/m-p/3390286#M199063</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-29T23:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the primary swap spce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-primary-swap-spce/m-p/3390287#M199064</link>
      <description>Hi anisnadar.&lt;BR /&gt;I quite agree with Sridhar Bhaskarla.&lt;BR /&gt;No need increase primary swap space. just create the second space.&lt;BR /&gt;Follow him command to create.&lt;BR /&gt;&lt;BR /&gt;Goodluck to you.&lt;BR /&gt;&lt;BR /&gt;Jim</description>
      <pubDate>Thu, 30 Sep 2004 02:34:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-primary-swap-spce/m-p/3390287#M199064</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2004-09-30T02:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the primary swap spce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-primary-swap-spce/m-p/3390288#M199065</link>
      <description>Sri is correct&lt;BR /&gt;You can try increasing the secondary swap only.&lt;BR /&gt;U can use this &lt;BR /&gt;#lvcreate -n swap2 -L -C y -r N /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;SK&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Sep 2004 03:50:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-primary-swap-spce/m-p/3390288#M199065</guid>
      <dc:creator>anisnadar</dc:creator>
      <dc:date>2004-09-30T03:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the primary swap spce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-primary-swap-spce/m-p/3390289#M199066</link>
      <description>Anil  pls stop playing with this.This is too much.Why are u trying to fool others.very bad.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Sep 2004 03:57:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-primary-swap-spce/m-p/3390289#M199066</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2004-09-30T03:57:04Z</dc:date>
    </item>
  </channel>
</rss>

