<?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 LV with lvremove in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-lv-with-lvremove/m-p/3292691#M628404</link>
    <description>do following which might help&lt;BR /&gt;&lt;BR /&gt;fuser -ck /file_sys_name&lt;BR /&gt;then do lvremove on those Lvs.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;-pap</description>
    <pubDate>Tue, 01 Jun 2004 16:56:42 GMT</pubDate>
    <dc:creator>pap</dc:creator>
    <dc:date>2004-06-01T16:56:42Z</dc:date>
    <item>
      <title>Removing a LV with lvremove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-lv-with-lvremove/m-p/3292687#M628400</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;I tried to remove some LV's from my vg01, I got this error for each lv:&lt;BR /&gt;&lt;BR /&gt;[jcaplett@morpheus]$ sudo /usr/sbin/lvremove -f /dev/vg01/lvl89rw1&lt;BR /&gt;Current path "/dev/dsk/c24t0d0" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c26t0d3" is an alternate link, skip.&lt;BR /&gt;lvremove: Couldn't delete logical volume "/dev/vg01/lvl89rw1":&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/vg01 has been saved in /etc/lvmconf/vg01.conf&lt;BR /&gt;&lt;BR /&gt;I check they're not mount on a FS, they have no open file or process using these LV's, they're all part of a PV, and I have some data on my vg01 that I don't wanna lose!! &lt;BR /&gt;&lt;BR /&gt;Own can I remove my LV's???</description>
      <pubDate>Tue, 01 Jun 2004 14:15:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-lv-with-lvremove/m-p/3292687#M628400</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2004-06-01T14:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a LV with lvremove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-lv-with-lvremove/m-p/3292688#M628401</link>
      <description>Looks like a patching issue . are you uptodate on LVM patches . LVM is pretty stable unless there is some patch issues .&lt;BR /&gt;&lt;BR /&gt;If this is HPUX11.0 try this patch PHKL_30553 or superceeded .</description>
      <pubDate>Tue, 01 Jun 2004 14:30:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-lv-with-lvremove/m-p/3292688#M628401</guid>
      <dc:creator>Ashwani Kashyap</dc:creator>
      <dc:date>2004-06-01T14:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a LV with lvremove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-lv-with-lvremove/m-p/3292689#M628402</link>
      <description>if your vg01 contained one or more physical volumes from a disk array of some sort which was configured with a hot spare, and this logical volume has a hook to this hot spare, this may cause you the headache.&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v vg01&lt;BR /&gt;lvdisplay /dev/vg01/lvl89rw1&lt;BR /&gt;pvdisplay -v (all volumes in vg01 here one by one until the line :&lt;BR /&gt;   --- Physical extents ---&lt;BR /&gt;encountered)&lt;BR /&gt;&lt;BR /&gt;if you can post this info, it can be a great help understanding your disk topology.</description>
      <pubDate>Tue, 01 Jun 2004 14:32:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-lv-with-lvremove/m-p/3292689#M628402</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2004-06-01T14:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a LV with lvremove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-lv-with-lvremove/m-p/3292690#M628403</link>
      <description>Hi Jonathan,&lt;BR /&gt;&lt;BR /&gt;Try issuing the command "umount /dev/vg01/lvol90rw1" and see. Also recreate /etc/mnttab by&lt;BR /&gt;&lt;BR /&gt;#mv /etc/mnttab /etc/mnttab.sav&lt;BR /&gt;#bdf&lt;BR /&gt;#umount /dev/vg01/lvol90rw1&lt;BR /&gt;&lt;BR /&gt;If that doesn't work, try&lt;BR /&gt;&lt;BR /&gt;#fuser /dev/vg01/lvol90rw1&lt;BR /&gt;#fuser /dev/vg01/rlvol90rw1&lt;BR /&gt;&lt;BR /&gt;And see if they are being opened. You can also try "lsof" and see if this logical volume is in use.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 01 Jun 2004 14:33:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-lv-with-lvremove/m-p/3292690#M628403</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-06-01T14:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a LV with lvremove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-lv-with-lvremove/m-p/3292691#M628404</link>
      <description>do following which might help&lt;BR /&gt;&lt;BR /&gt;fuser -ck /file_sys_name&lt;BR /&gt;then do lvremove on those Lvs.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;-pap</description>
      <pubDate>Tue, 01 Jun 2004 16:56:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-lv-with-lvremove/m-p/3292691#M628404</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2004-06-01T16:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a LV with lvremove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-lv-with-lvremove/m-p/3292692#M628405</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Try using lsof ,&lt;BR /&gt;&lt;BR /&gt;you will see which file is open by who ...&lt;BR /&gt;&lt;BR /&gt;Bye.</description>
      <pubDate>Wed, 02 Jun 2004 03:08:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-lv-with-lvremove/m-p/3292692#M628405</guid>
      <dc:creator>chapaya_1</dc:creator>
      <dc:date>2004-06-02T03:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a LV with lvremove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-lv-with-lvremove/m-p/3292693#M628406</link>
      <description>Probably because they are still mounted or open? You need to unmount your logical volumes before you can remove them. Do a bdf or df to check if they are mounted or not. If they are mounted, do a &lt;BR /&gt;ps -ef | grep &lt;MOUNT_POINT&gt;&lt;BR /&gt;to see if there's anything runs on it. If they are not mounted, check if the logical volume is used for mirror or not.&lt;/MOUNT_POINT&gt;</description>
      <pubDate>Wed, 02 Jun 2004 10:39:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-lv-with-lvremove/m-p/3292693#M628406</guid>
      <dc:creator>iminus</dc:creator>
      <dc:date>2004-06-02T10:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a LV with lvremove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-lv-with-lvremove/m-p/3292694#M628407</link>
      <description>Thanks for the help!! I double check what it was, I found that was a application using raw device!! :S  &lt;BR /&gt;&lt;BR /&gt;Sorry!! but thanks for the answer!!</description>
      <pubDate>Tue, 29 Jun 2004 08:25:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-lv-with-lvremove/m-p/3292694#M628407</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2004-06-29T08:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a LV with lvremove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-lv-with-lvremove/m-p/3292695#M628408</link>
      <description>I am having the same open error when trying to remove a raw logical volume.&lt;BR /&gt;&lt;BR /&gt;How did you get the logical volume to delete?</description>
      <pubDate>Wed, 14 Jul 2004 11:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-lv-with-lvremove/m-p/3292695#M628408</guid>
      <dc:creator>Susan Dietz</dc:creator>
      <dc:date>2004-07-14T11:49:30Z</dc:date>
    </item>
  </channel>
</rss>

