<?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: Removing a logical volume in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-logical-volume/m-p/2829973#M635150</link>
    <description>If you just created it and did not put anything on it, just &lt;BR /&gt;&lt;BR /&gt;lvremove /dev/vg_name/your_lv&lt;BR /&gt;</description>
    <pubDate>Mon, 21 Oct 2002 14:42:27 GMT</pubDate>
    <dc:creator>Victor_5</dc:creator>
    <dc:date>2002-10-21T14:42:27Z</dc:date>
    <item>
      <title>Removing a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-logical-volume/m-p/2829966#M635143</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;I've created a new volume group with two logical volume, no problem with that, the thing is that if I want to delete an lv how does I do that? with an lvreduce??!?!&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jonathan</description>
      <pubDate>Mon, 21 Oct 2002 13:25:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-logical-volume/m-p/2829966#M635143</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2002-10-21T13:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-logical-volume/m-p/2829967#M635144</link>
      <description>lvremove</description>
      <pubDate>Mon, 21 Oct 2002 13:28:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-logical-volume/m-p/2829967#M635144</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2002-10-21T13:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-logical-volume/m-p/2829968#M635145</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Use SAM or lvremove &lt;LVOLPATH&gt;&lt;BR /&gt;&lt;BR /&gt;Chris&lt;/LVOLPATH&gt;</description>
      <pubDate>Mon, 21 Oct 2002 13:28:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-logical-volume/m-p/2829968#M635145</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2002-10-21T13:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-logical-volume/m-p/2829969#M635146</link>
      <description>#lvremove -f /dev/vgname/lvname</description>
      <pubDate>Mon, 21 Oct 2002 13:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-logical-volume/m-p/2829969#M635146</guid>
      <dc:creator>Ashwani Kashyap</dc:creator>
      <dc:date>2002-10-21T13:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-logical-volume/m-p/2829970#M635147</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Also use SAM to remove it and then  /usr/sam/bin/samlog_viewer to view the structure of the command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Mon, 21 Oct 2002 13:29:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-logical-volume/m-p/2829970#M635147</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-10-21T13:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-logical-volume/m-p/2829971#M635148</link>
      <description>Ok thanks!!&lt;BR /&gt;&lt;BR /&gt;I've just not checked for that command...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Oct 2002 13:30:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-logical-volume/m-p/2829971#M635148</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2002-10-21T13:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-logical-volume/m-p/2829972#M635149</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;To delete a logical volume use 'lvremove'.  'lvreduce' is used to change a logical volume's size or number of mirror copies.&lt;BR /&gt;&lt;BR /&gt;# lvremove /dev/vg01/lvol1&lt;BR /&gt;&lt;BR /&gt;...would destroy the logical volume 'lvol1' in the volume group 'vg01'.  You will be prompted for confirmation if a filesystem resides in the logical volume.  It's data will be destroyed.  You will need to unmount the filesystem on the logical volume before you 'lvremove' it if you have mounted one to it.  Be sure to edit '/etc/fstab' accordingly.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 21 Oct 2002 13:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-logical-volume/m-p/2829972#M635149</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-10-21T13:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-logical-volume/m-p/2829973#M635150</link>
      <description>If you just created it and did not put anything on it, just &lt;BR /&gt;&lt;BR /&gt;lvremove /dev/vg_name/your_lv&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Oct 2002 14:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-logical-volume/m-p/2829973#M635150</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2002-10-21T14:42:27Z</dc:date>
    </item>
  </channel>
</rss>

