<?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: could not remove logical volume in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/could-not-remove-logical-volume/m-p/3874342#M279002</link>
    <description>run a "ps -efx | grep 2356 | grep -v grep" to see which application it is.&lt;BR /&gt;&lt;BR /&gt;Yang</description>
    <pubDate>Wed, 04 Oct 2006 11:17:18 GMT</pubDate>
    <dc:creator>Yang Qin_1</dc:creator>
    <dc:date>2006-10-04T11:17:18Z</dc:date>
    <item>
      <title>could not remove logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/could-not-remove-logical-volume/m-p/3874336#M278996</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;while giving the following command for removing the logical volume getting the following message:&lt;BR /&gt;# lvremove -f /dev/emc4_vg08/S_Pad_log01&lt;BR /&gt;lvremove: Couldn't delete logical volume "/dev/emc4_vg08/S_Pad_log01":&lt;BR /&gt;The specified logical volume is open.&lt;BR /&gt;Volume Group configuration for /dev/emc4_vg08 has been saved in /etc/lvmconf/emc&lt;BR /&gt;&lt;BR /&gt;FYI&lt;BR /&gt;this logical volume is used as raw device,there is no file system created on this LV.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Oct 2006 10:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/could-not-remove-logical-volume/m-p/3874336#M278996</guid>
      <dc:creator>Jack_126</dc:creator>
      <dc:date>2006-10-04T10:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: could not remove logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/could-not-remove-logical-volume/m-p/3874337#M278997</link>
      <description>Jack,&lt;BR /&gt;have you seen:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=605757" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=605757&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Is there still an application using the volume?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=950690" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=950690&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Any swap on the device ?&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Oct 2006 10:59:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/could-not-remove-logical-volume/m-p/3874337#M278997</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-10-04T10:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: could not remove logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/could-not-remove-logical-volume/m-p/3874338#M278998</link>
      <description>You still need to unmount it before you can lvremove it.&lt;BR /&gt;&lt;BR /&gt;# umount /dev/emc4_vg08/S_Pad_log01</description>
      <pubDate>Wed, 04 Oct 2006 10:59:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/could-not-remove-logical-volume/m-p/3874338#M278998</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-10-04T10:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: could not remove logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/could-not-remove-logical-volume/m-p/3874339#M278999</link>
      <description>Since it is a raw device, only certain programs can use the data on this lvol and apparently one is still running with that rlvol still open. fuser may be able to tell you the PID of the process:&lt;BR /&gt; &lt;BR /&gt;fuser /dev/emc4_vg08/rS_Pad_log01&lt;BR /&gt; &lt;BR /&gt;Otherwise, shutdown the software that may have used this volume.</description>
      <pubDate>Wed, 04 Oct 2006 11:01:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/could-not-remove-logical-volume/m-p/3874339#M278999</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-10-04T11:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: could not remove logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/could-not-remove-logical-volume/m-p/3874340#M279000</link>
      <description>And if that doesn't do it then run lsof on the raw lvol and kill any pids that are using it (aka have it opened).&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
      <pubDate>Wed, 04 Oct 2006 11:04:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/could-not-remove-logical-volume/m-p/3874340#M279000</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-10-04T11:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: could not remove logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/could-not-remove-logical-volume/m-p/3874341#M279001</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;while running the following command,getting the following messages:&lt;BR /&gt;&lt;BR /&gt;umount  /dev/emc4_vg08/S_Pad_log01&lt;BR /&gt;umount: cannot find /dev/emc4_vg08/S_Pad_log01 in /etc/mnttab&lt;BR /&gt;        cannot unmount /dev/emc4_vg08/S_Pad_log01&lt;BR /&gt;# fuser /dev/emc4_vg08/rS_Pad_log01&lt;BR /&gt;/dev/emc4_vg08/rS_Pad_log01:     2356o&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Oct 2006 11:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/could-not-remove-logical-volume/m-p/3874341#M279001</guid>
      <dc:creator>Jack_126</dc:creator>
      <dc:date>2006-10-04T11:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: could not remove logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/could-not-remove-logical-volume/m-p/3874342#M279002</link>
      <description>run a "ps -efx | grep 2356 | grep -v grep" to see which application it is.&lt;BR /&gt;&lt;BR /&gt;Yang</description>
      <pubDate>Wed, 04 Oct 2006 11:17:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/could-not-remove-logical-volume/m-p/3874342#M279002</guid>
      <dc:creator>Yang Qin_1</dc:creator>
      <dc:date>2006-10-04T11:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: could not remove logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/could-not-remove-logical-volume/m-p/3874343#M279003</link>
      <description>It is non-sensical to umount a raw device. There is no filesystem; there is nothing to umount.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# fuser /dev/emc4_vg08/rS_Pad_log01&lt;BR /&gt;/dev/emc4_vg08/rS_Pad_log01: 2356o &lt;BR /&gt;&lt;BR /&gt;This indicates that process 2356 has the raw device open. You will have to terminate this process; however, this is a very strong indication that the raw device is actually used by an application so exercise great caution before removing this LVOL.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Oct 2006 11:20:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/could-not-remove-logical-volume/m-p/3874343#M279003</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-10-04T11:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: could not remove logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/could-not-remove-logical-volume/m-p/3874344#M279004</link>
      <description>&lt;BR /&gt;Killing the process is not recommended in my case. So I will ask the application team to stop accessing the volume, and then try to remove the volume.&lt;BR /&gt;Thanks for all your help.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Oct 2006 13:07:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/could-not-remove-logical-volume/m-p/3874344#M279004</guid>
      <dc:creator>Jack_126</dc:creator>
      <dc:date>2006-10-04T13:07:30Z</dc:date>
    </item>
  </channel>
</rss>

