<?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 How to remove a LV &amp;amp; reduce the volume group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-a-lv-amp-reduce-the-volume-group/m-p/3714797#M617752</link>
    <description>Hi,&lt;BR /&gt;I need to delete some logical volumes &amp;amp; reduce the some LUNs from that volume group.&lt;BR /&gt;&lt;BR /&gt;how to do it?&lt;BR /&gt;#umount /praveen/oracle/data&lt;BR /&gt;#lvremove /dev/vg44/praveen_oracle_data&lt;BR /&gt;#vgreduce /dev/vg44 /dev/dsk/c26t11d0 /dev/dsk/c23t11d0&lt;BR /&gt;&lt;BR /&gt;this volume group contains more Logical volume, I need to free some luns for the creation of new volume group</description>
    <pubDate>Sun, 22 Jan 2006 14:15:37 GMT</pubDate>
    <dc:creator>praveen.</dc:creator>
    <dc:date>2006-01-22T14:15:37Z</dc:date>
    <item>
      <title>How to remove a LV &amp; reduce the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-a-lv-amp-reduce-the-volume-group/m-p/3714797#M617752</link>
      <description>Hi,&lt;BR /&gt;I need to delete some logical volumes &amp;amp; reduce the some LUNs from that volume group.&lt;BR /&gt;&lt;BR /&gt;how to do it?&lt;BR /&gt;#umount /praveen/oracle/data&lt;BR /&gt;#lvremove /dev/vg44/praveen_oracle_data&lt;BR /&gt;#vgreduce /dev/vg44 /dev/dsk/c26t11d0 /dev/dsk/c23t11d0&lt;BR /&gt;&lt;BR /&gt;this volume group contains more Logical volume, I need to free some luns for the creation of new volume group</description>
      <pubDate>Sun, 22 Jan 2006 14:15:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-a-lv-amp-reduce-the-volume-group/m-p/3714797#M617752</guid>
      <dc:creator>praveen.</dc:creator>
      <dc:date>2006-01-22T14:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a LV &amp; reduce the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-a-lv-amp-reduce-the-volume-group/m-p/3714798#M617753</link>
      <description>Shalom praveen,&lt;BR /&gt;&lt;BR /&gt;You are on the right track.&lt;BR /&gt;&lt;BR /&gt;1) umount the filesystem the logical volume has on it.&lt;BR /&gt;2) lvremove the logical volume&lt;BR /&gt;3) vgreduce when a while LUN is free.&lt;BR /&gt;&lt;BR /&gt;pvdisplay -v /dev/dsk/&lt;FILL in="" disk="" here=""&gt; | more&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/FILL&gt;</description>
      <pubDate>Sun, 22 Jan 2006 14:40:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-a-lv-amp-reduce-the-volume-group/m-p/3714798#M617753</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-01-22T14:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a LV &amp; reduce the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-a-lv-amp-reduce-the-volume-group/m-p/3714799#M617754</link>
      <description>First do an lvdisplay -v /dev/vg44/praveen_oracle_data&lt;BR /&gt;&lt;BR /&gt;This will enable you to see which PV('s) this LVOL actually occupies. &lt;BR /&gt;&lt;BR /&gt;Next comes the umount, lvremove, and the vgreduce using the PV's found in the initial lvdisplay. Above all, be careful. You can get yourself into trouble much faster than you can get yourself out. (e.g. one wrong character in a device node name).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 22 Jan 2006 14:47:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-a-lv-amp-reduce-the-volume-group/m-p/3714799#M617754</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-01-22T14:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a LV &amp; reduce the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-a-lv-amp-reduce-the-volume-group/m-p/3714800#M617755</link>
      <description>If there fragments of an LVOL spread across more than 1 disk, use PVMOVE to get those fragments off the disk you want to remove. The only catch is that LVM needs enough space on other disks in the VG to relocate these disk extents to.</description>
      <pubDate>Sun, 22 Jan 2006 14:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-a-lv-amp-reduce-the-volume-group/m-p/3714800#M617755</guid>
      <dc:creator>Jakes Louw</dc:creator>
      <dc:date>2006-01-22T14:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a LV &amp; reduce the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-a-lv-amp-reduce-the-volume-group/m-p/3714801#M617756</link>
      <description>Hi Praveen,&lt;BR /&gt;&lt;BR /&gt;The steps is correct.&lt;BR /&gt;&lt;BR /&gt;But before you execute 'vgreduce', you need to make sure that only '/dev/vg44/praveen_oracle_data' that use the disk 'c26t11d0' and 'c23t11d0'.&lt;BR /&gt;&lt;BR /&gt;Use pvdisplay command for this purpose :&lt;BR /&gt;&lt;BR /&gt;# pvdisplay -v /dev/dsk/c26t11d0&lt;BR /&gt;# pvdisplay -v /dev/dsk/c23t11d0&lt;BR /&gt;&lt;BR /&gt;If only '/dev/vg44/praveen_oracle_data' on both disk (c26t11d0 &amp;amp; c23t11d0), you're safe to execute the 'vgreduce' command.&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW</description>
      <pubDate>Mon, 23 Jan 2006 00:46:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-a-lv-amp-reduce-the-volume-group/m-p/3714801#M617756</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2006-01-23T00:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a LV &amp; reduce the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-a-lv-amp-reduce-the-volume-group/m-p/3714802#M617757</link>
      <description>Hi Praveen;&lt;BR /&gt;&lt;BR /&gt;u r right..&lt;BR /&gt;&lt;BR /&gt;unmount the filesystem&lt;BR /&gt;&lt;BR /&gt;#umount /praveen/oracle/data&lt;BR /&gt;if it show, filesystem is busy..&lt;BR /&gt;#fuser -cu /praveen/oracle/data&lt;BR /&gt;#fuser -ku /praveen/oracle/data (to kill)&lt;BR /&gt;#lvremove /dev/vg44/praveen_oracle_data&lt;BR /&gt;#vgreduce /dev/vg44 /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;#vgdisplay -v vg_name |pg&lt;BR /&gt;&lt;BR /&gt;And also remove the entry from /etc/fstab file and /etc/lvmpvg&lt;BR /&gt;&lt;BR /&gt;#vi /etc/fstab&lt;BR /&gt;#vi /etc/lvmpvg&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;indrajit</description>
      <pubDate>Mon, 23 Jan 2006 10:08:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-a-lv-amp-reduce-the-volume-group/m-p/3714802#M617757</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2006-01-23T10:08:29Z</dc:date>
    </item>
  </channel>
</rss>

