<?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 Changing Primary swap priority in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-primary-swap-priority/m-p/2651009#M46028</link>
    <description>How can I change the priority of primary swap?&lt;BR /&gt;through command line?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;shah</description>
    <pubDate>Wed, 23 Jan 2002 15:55:34 GMT</pubDate>
    <dc:creator>Jayesh shah</dc:creator>
    <dc:date>2002-01-23T15:55:34Z</dc:date>
    <item>
      <title>Changing Primary swap priority</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-primary-swap-priority/m-p/2651009#M46028</link>
      <description>How can I change the priority of primary swap?&lt;BR /&gt;through command line?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;shah</description>
      <pubDate>Wed, 23 Jan 2002 15:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-primary-swap-priority/m-p/2651009#M46028</guid>
      <dc:creator>Jayesh shah</dc:creator>
      <dc:date>2002-01-23T15:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Primary swap priority</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-primary-swap-priority/m-p/2651010#M46029</link>
      <description>I think it's :&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -s /dev/vg??/&lt;LVOLNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris&lt;/LVOLNAME&gt;</description>
      <pubDate>Wed, 23 Jan 2002 16:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-primary-swap-priority/m-p/2651010#M46029</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-01-23T16:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Primary swap priority</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-primary-swap-priority/m-p/2651011#M46030</link>
      <description>Hello Jayesh,&lt;BR /&gt; You can add that device to /etc/fstab file and modify pri parameter.</description>
      <pubDate>Wed, 23 Jan 2002 16:03:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-primary-swap-priority/m-p/2651011#M46030</guid>
      <dc:creator>Vladislav Demidov</dc:creator>
      <dc:date>2002-01-23T16:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Primary swap priority</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-primary-swap-priority/m-p/2651012#M46031</link>
      <description>I could be wrong, but I am not sure you can change the priority of primary swap. you can change what device is used for primary swap with lvlnboot, and change th pri for secondary swap in /etc/fstab, and rebooting.</description>
      <pubDate>Wed, 23 Jan 2002 16:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-primary-swap-priority/m-p/2651012#M46031</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2002-01-23T16:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Primary swap priority</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-primary-swap-priority/m-p/2651013#M46032</link>
      <description>Here is the -s exerpt from lvlnboot:&lt;BR /&gt;&lt;BR /&gt;                                                                  &lt;BR /&gt;-s swap_lv          Define swap_lv to be the primary swap volume  &lt;BR /&gt;                    the next time the system is booted on the     &lt;BR /&gt;                    volume group.  swap_lv must be a contiguous   &lt;BR /&gt;                    logical volume, and a root logical volume     &lt;BR /&gt;                    must have been previously defined with this   &lt;BR /&gt;                    command.                                      &lt;BR /&gt;                                                                  &lt;BR /&gt;                    The command updates the Boot Data Reserved    &lt;BR /&gt;                    Area of each bootable physical volume in the  &lt;BR /&gt;                    volume group (see pvcreate(1M)).  Any         &lt;BR /&gt;                    existing swap area previously defined must be &lt;BR /&gt;                    removed via lvrmboot(1M).                     &lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 23 Jan 2002 16:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-primary-swap-priority/m-p/2651013#M46032</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-01-23T16:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Primary swap priority</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-primary-swap-priority/m-p/2651014#M46033</link>
      <description>HI Jayesh,&lt;BR /&gt;&lt;BR /&gt;The priority of the primary swap is set to 1 and is not changeable as it is defined through lvlnboot command.&lt;BR /&gt;&lt;BR /&gt;The idea is to give high or equal priority to other swap devices once the system boots.  It is also helpful for the diskless clients.&lt;BR /&gt;&lt;BR /&gt;In a nut shell, you would be adjusting the priorities of the additional swap devices.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jan 2002 16:36:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-primary-swap-priority/m-p/2651014#M46033</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-01-23T16:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Primary swap priority</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-primary-swap-priority/m-p/2651015#M46034</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Sridhar is correct; primary swap priority is 1. If you need to swap to other devices at higher priority then set them to 0. Of course, the best scenario is not to swap at all.</description>
      <pubDate>Wed, 23 Jan 2002 16:42:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-primary-swap-priority/m-p/2651015#M46034</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-01-23T16:42:04Z</dc:date>
    </item>
  </channel>
</rss>

