<?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 recuperate a lvol taht is allocated to swap ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648304#M803099</link>
    <description>It's this line&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol9 ... swap pri=0 0 0&lt;BR /&gt;&lt;BR /&gt;you can either comment it out, or remove it.</description>
    <pubDate>Thu, 13 Oct 2005 03:30:19 GMT</pubDate>
    <dc:creator>Stephen Keane</dc:creator>
    <dc:date>2005-10-13T03:30:19Z</dc:date>
    <item>
      <title>How to recuperate a lvol taht is allocated to swap ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648300#M803095</link>
      <description>I have a swap configured like this:&lt;BR /&gt;&lt;BR /&gt;sapsrv1:/root#swapinfo&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev     1048576       0 1048576    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev     5120000       0 5120000    0%       0       -    0  /dev/vg00/lvol9&lt;BR /&gt;dev     8192000       0 8192000    0%       0       -    0  /dev/vg00/lvol10&lt;BR /&gt;dev     8192000       0 8192000    0%       0       -    0  /dev/vg00/lvol11&lt;BR /&gt;reserve       -   61444  -61444&lt;BR /&gt;memory  4479808  313928 4165880    7%&lt;BR /&gt;sapsrv1:/root#&lt;BR /&gt;&lt;BR /&gt;As this is too much I would like to remove&lt;BR /&gt;the lvol9&lt;BR /&gt;&lt;BR /&gt;What is the command to do that.&lt;BR /&gt;&lt;BR /&gt;I tried lvremove but that gives this message:&lt;BR /&gt;&lt;BR /&gt;sapsrv1:/root#lvremove /dev/vg00/lvol9&lt;BR /&gt;The logical volume "/dev/vg00/lvol9" is not empty;&lt;BR /&gt;do you really want to delete the logical volume (y/n) : y&lt;BR /&gt;lvremove: Couldn't delete logical volume "/dev/vg00/lvol9":&lt;BR /&gt;The specified logical volume is open, or&lt;BR /&gt;a sparing operation is in progress.&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;sapsrv1:/root#&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 13 Oct 2005 02:52:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648300#M803095</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2005-10-13T02:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to recuperate a lvol taht is allocated to swap ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648301#M803096</link>
      <description>You can't remove swap from a running system. You need to edit /etc/fstab and remove the entry for lvol9, then reboot the machine. Then you can lvremove the lvol if you wish.</description>
      <pubDate>Thu, 13 Oct 2005 03:04:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648301#M803096</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-10-13T03:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to recuperate a lvol taht is allocated to swap ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648302#M803097</link>
      <description>Just one comment,&lt;BR /&gt;your advise to take a swap-lvol from fstab &lt;BR /&gt;appears to be difficult because &lt;BR /&gt;it is not part of fstab&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol3 / vxfs delaylog 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs defaults 0 1&lt;BR /&gt;/dev/vg00/lvol4 /tmp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol5 /home vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol6 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol8 /var vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol9 ... swap pri=0 0 0&lt;BR /&gt;/dev/vg00/lvorasys /usr/oracle vxfs delaylog 0 1&lt;BR /&gt;&lt;BR /&gt;Any idea how I get the lvol out of swap ?&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Oct 2005 03:27:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648302#M803097</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2005-10-13T03:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to recuperate a lvol taht is allocated to swap ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648303#M803098</link>
      <description>/dev/vg00/lvol9 ... swap pri=0 0 0 &lt;BR /&gt;&lt;BR /&gt;Is it not a swap ?? But, i can't see lvol2,10 and 11. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 13 Oct 2005 03:30:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648303#M803098</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-13T03:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to recuperate a lvol taht is allocated to swap ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648304#M803099</link>
      <description>It's this line&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol9 ... swap pri=0 0 0&lt;BR /&gt;&lt;BR /&gt;you can either comment it out, or remove it.</description>
      <pubDate>Thu, 13 Oct 2005 03:30:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648304#M803099</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-10-13T03:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to recuperate a lvol taht is allocated to swap ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648305#M803100</link>
      <description>Remove as,&lt;BR /&gt;&lt;BR /&gt;# lvremove -v /dev/vg00/lvol9&lt;BR /&gt;&lt;BR /&gt;It will not expect user confirmation.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Thu, 13 Oct 2005 03:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648305#M803100</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-13T03:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to recuperate a lvol taht is allocated to swap ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648306#M803101</link>
      <description>Really bad today on typing :)&lt;BR /&gt;&lt;BR /&gt;Try as,&lt;BR /&gt;&lt;BR /&gt;lvremove -f /dev/vg00/lvol9&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Thu, 13 Oct 2005 03:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648306#M803101</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-13T03:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to recuperate a lvol taht is allocated to swap ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648307#M803102</link>
      <description>Sorry, I thought you wanted to remove lvol9 only. You need to differentiate between device swap and filesystem swap. Looking at your swapinfo output it appears you are using device swap only.&lt;BR /&gt;&lt;BR /&gt;The easiest way is to go into SAM&lt;BR /&gt;&lt;BR /&gt;SAM -&amp;gt; Disk and Filesystems -&amp;gt; Swap&lt;BR /&gt;&lt;BR /&gt;Select the lvols you want to remove ... (space)&lt;BR /&gt;&lt;BR /&gt;Actions -&amp;gt; Remove</description>
      <pubDate>Thu, 13 Oct 2005 03:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648307#M803102</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-10-13T03:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to recuperate a lvol taht is allocated to swap ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648308#M803103</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Secured and easiest way is to do it using SAM.&lt;BR /&gt;&lt;BR /&gt;SAM Areas:Disks and File Systems-&amp;gt;Swap&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This will list all the SWAPs and you can just select (using space bar) and action-&amp;gt;remove&lt;BR /&gt;&lt;BR /&gt;hope this help!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 13 Oct 2005 03:42:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648308#M803103</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-10-13T03:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to recuperate a lvol taht is allocated to swap ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648309#M803104</link>
      <description>Thanks for your replies,&lt;BR /&gt;I am up to date know.&lt;BR /&gt;&lt;BR /&gt;Further more I enjoyed the the extra comments/feedback.&lt;BR /&gt;Not only constructive but sometimmes&lt;BR /&gt;humurous as well.&lt;BR /&gt;&lt;BR /&gt;Keep smiling ;)&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 13 Oct 2005 04:32:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recuperate-a-lvol-taht-is-allocated-to-swap/m-p/3648309#M803104</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2005-10-13T04:32:39Z</dc:date>
    </item>
  </channel>
</rss>

