<?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: Swap on SAN Volume in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-on-san-volume/m-p/4217311#M326982</link>
    <description>free advice.. :-)&lt;BR /&gt;&lt;BR /&gt;Your SAN swap device probably has some raid write protection (Hopefuly raid-1 or raid-10).&lt;BR /&gt;If you want maximum protection then please make sure that the local swap device also has a local mirror. Otherwise a single (swap) disk failure can take out the system.&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein</description>
    <pubDate>Mon, 16 Jun 2008 18:47:56 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2008-06-16T18:47:56Z</dc:date>
    <item>
      <title>Swap on SAN Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-on-san-volume/m-p/4217306#M326977</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;In my production system I found that there are 2 swap spaces confgured. One is on local disk and other is on SAN volume.&lt;BR /&gt;Now in my new system I will be configuring the same. I have created the swap on local disk on small size and now I will be creating the other swap on SAN volume. How I will be activating both, so that system should start making the use of it. How to create the swap space ??  Also, I found that entry for both is diff in fstab for one:&lt;BR /&gt;/dev/vg00/lvol2 ... swap pri=0 0 2&lt;BR /&gt;for second:&lt;BR /&gt;/dev/vg05/swap . swap defaults 0 0 # swap device&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jun 2008 17:56:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-on-san-volume/m-p/4217306#M326977</guid>
      <dc:creator>panks</dc:creator>
      <dc:date>2008-06-16T17:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Swap on SAN Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-on-san-volume/m-p/4217307#M326978</link>
      <description>first create logical volume&lt;BR /&gt;then swapon lv&lt;BR /&gt;lvcreate -L 100  /dev/vg01/lvol3&lt;BR /&gt;u are creating 100 MB now&lt;BR /&gt;swapon /dev/vg01/lvol3&lt;BR /&gt;&lt;BR /&gt;swapon -a for activating swap &lt;BR /&gt;if u want permanent menas next reboot onwards make an entry in /etc/fstab file&lt;BR /&gt;&lt;BR /&gt;sajjad</description>
      <pubDate>Mon, 16 Jun 2008 18:03:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-on-san-volume/m-p/4217307#M326978</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-06-16T18:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Swap on SAN Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-on-san-volume/m-p/4217308#M326979</link>
      <description>Once you have created your lvol's to be used as swap space then run the following command if you are using the same lvols on your new server.&lt;BR /&gt;&lt;BR /&gt;swapon /dev/vg00/lvol2&lt;BR /&gt;&lt;BR /&gt;swapon /dev/vg05/swap&lt;BR /&gt;&lt;BR /&gt;If you arent sure it may be easier and safer to use SAM.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jun 2008 18:09:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-on-san-volume/m-p/4217308#M326979</guid>
      <dc:creator>George_Dodds</dc:creator>
      <dc:date>2008-06-16T18:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Swap on SAN Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-on-san-volume/m-p/4217309#M326980</link>
      <description>Thanks Sajid !! It seems bit simpler but what about the entry in fstab as in my fstab file for first swap it is ... and for second it is . Is there any specification that we need to take care while mounting more than one swap.</description>
      <pubDate>Mon, 16 Jun 2008 18:12:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-on-san-volume/m-p/4217309#M326980</guid>
      <dc:creator>panks</dc:creator>
      <dc:date>2008-06-16T18:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Swap on SAN Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-on-san-volume/m-p/4217310#M326981</link>
      <description>lvcreate -r N -L size -n name VG name&lt;BR /&gt;swapon -p 0 /dev/VG name/swapname(LV name)&lt;BR /&gt;Make the entry in /etc/fstab also.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 16 Jun 2008 18:13:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-on-san-volume/m-p/4217310#M326981</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-06-16T18:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Swap on SAN Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-on-san-volume/m-p/4217311#M326982</link>
      <description>free advice.. :-)&lt;BR /&gt;&lt;BR /&gt;Your SAN swap device probably has some raid write protection (Hopefuly raid-1 or raid-10).&lt;BR /&gt;If you want maximum protection then please make sure that the local swap device also has a local mirror. Otherwise a single (swap) disk failure can take out the system.&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein</description>
      <pubDate>Mon, 16 Jun 2008 18:47:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-on-san-volume/m-p/4217311#M326982</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-06-16T18:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Swap on SAN Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-on-san-volume/m-p/4217312#M326983</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;swap on SAN is a bad idea.&lt;BR /&gt;&lt;BR /&gt;A SAN problem which is easy enough to happen with those delicate fiber cables stops your system dead, probably with little or no diagnostics.&lt;BR /&gt;&lt;BR /&gt;Also, default configuration uses the same device for swap and dump. A crash dump can't be written to a SAN because more than likely the drivers that permit that are not functioning as the system has crashed.&lt;BR /&gt;&lt;BR /&gt;Some short term filesystem swap to get you out of jam, thats all I'd ever do on a SAN.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 16 Jun 2008 19:43:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-on-san-volume/m-p/4217312#M326983</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-06-16T19:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Swap on SAN Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-on-san-volume/m-p/4217313#M326984</link>
      <description>As I discussed, I can not create the entire swap on local disk. The physical RAM is 64 GB, so it is not possible to give a double or atleast 64 Gb on local disk. Thats why I created some 8Gb of SWAP on local disk and want to create the another swap which will be on SAN volume, and the same type of configuration is there in my other servers.</description>
      <pubDate>Mon, 16 Jun 2008 19:47:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-on-san-volume/m-p/4217313#M326984</guid>
      <dc:creator>panks</dc:creator>
      <dc:date>2008-06-16T19:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Swap on SAN Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-on-san-volume/m-p/4217314#M326985</link>
      <description>Why so much swap??  You probably don't even need half that.&lt;BR /&gt;&lt;BR /&gt;I'll refer you to this link where they've discussed this&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/parseCurl.do?admit=109447627+1213713403203+28353475&amp;amp;CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0xf2ce99f08a51d61190040090279cd0f9%2C00.html" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/parseCurl.do?admit=109447627+1213713403203+28353475&amp;amp;CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0xf2ce99f08a51d61190040090279cd0f9%2C00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The one point someone made was there was so much RAM on their system that the large swap wasn't needed because everything was being handled in memory....by having a large swap all that was done was swap space was pre-allocated and not used....a waste of resources.&lt;BR /&gt;&lt;BR /&gt;So check you need that much before defining it.&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Tue, 17 Jun 2008 13:41:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-on-san-volume/m-p/4217314#M326985</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2008-06-17T13:41:11Z</dc:date>
    </item>
  </channel>
</rss>

