<?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: lvmerge error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvmerge-error/m-p/3244390#M627136</link>
    <description>Hi Ivajlo Yanakiev &lt;BR /&gt;&lt;BR /&gt;fuser the lvm volume if any process that r running on that particular volume try to kill those process and do the above.&lt;BR /&gt;&lt;BR /&gt;with Regards&lt;BR /&gt;Hari &lt;BR /&gt;</description>
    <pubDate>Sat, 10 Apr 2004 02:19:19 GMT</pubDate>
    <dc:creator>Hari Kumar</dc:creator>
    <dc:date>2004-04-10T02:19:19Z</dc:date>
    <item>
      <title>lvmerge error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvmerge-error/m-p/3244389#M627135</link>
      <description>When I try to lvmerge already lvsplt lv volume &lt;BR /&gt;&lt;BR /&gt;lvmerge /dev/vg_ora/lv_orab /dev/vg_ora/lv_ora&lt;BR /&gt;&lt;BR /&gt;I get error :&lt;BR /&gt;&lt;BR /&gt;lvmerge:Couldn't reallocate the logical volume:&lt;BR /&gt;Device busy&lt;BR /&gt;&lt;BR /&gt;My LV is unmount&lt;BR /&gt;Where is da problem ?  &lt;BR /&gt;</description>
      <pubDate>Fri, 09 Apr 2004 07:50:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvmerge-error/m-p/3244389#M627135</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2004-04-09T07:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: lvmerge error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvmerge-error/m-p/3244390#M627136</link>
      <description>Hi Ivajlo Yanakiev &lt;BR /&gt;&lt;BR /&gt;fuser the lvm volume if any process that r running on that particular volume try to kill those process and do the above.&lt;BR /&gt;&lt;BR /&gt;with Regards&lt;BR /&gt;Hari &lt;BR /&gt;</description>
      <pubDate>Sat, 10 Apr 2004 02:19:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvmerge-error/m-p/3244390#M627136</guid>
      <dc:creator>Hari Kumar</dc:creator>
      <dc:date>2004-04-10T02:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: lvmerge error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvmerge-error/m-p/3244391#M627137</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;This error confirms, that the lv, lv_ora, is used by some other process.&lt;BR /&gt;&lt;BR /&gt;       #fuser -u /&lt;MOUNT_POINT_OF_LV_ORA&gt;&lt;BR /&gt;&lt;BR /&gt;Close the sessions/process shown by fuser. u can add k switch, and force fully kill the process.&lt;BR /&gt;&lt;BR /&gt;       #fuser -ku /&lt;MOUNT_POINT_OF_LV_ORA&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And and u can do lvmerge&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;&lt;BR /&gt;suresh&lt;/MOUNT_POINT_OF_LV_ORA&gt;&lt;/MOUNT_POINT_OF_LV_ORA&gt;</description>
      <pubDate>Sun, 11 Apr 2004 23:13:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvmerge-error/m-p/3244391#M627137</guid>
      <dc:creator>SureshKumar_2</dc:creator>
      <dc:date>2004-04-11T23:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: lvmerge error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvmerge-error/m-p/3244392#M627138</link>
      <description>My lv_ora and lv_orab is unmounted.&lt;BR /&gt;How I can have some working program over them ?</description>
      <pubDate>Tue, 13 Apr 2004 01:42:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvmerge-error/m-p/3244392#M627138</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2004-04-13T01:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: lvmerge error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvmerge-error/m-p/3244393#M627139</link>
      <description>You can use lsof |grep "lvname"&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Tue, 13 Apr 2004 02:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvmerge-error/m-p/3244393#M627139</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-04-13T02:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: lvmerge error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvmerge-error/m-p/3244394#M627140</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Please do the following:&lt;BR /&gt;# vgchange -a n /dev/vg_ora&lt;BR /&gt;# vgchange -a y /dev/vg_ora&lt;BR /&gt;# lvmerge /dev/vg_ora/lv_orab /dev/vg_ora/lv_ora&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Tue, 13 Apr 2004 02:23:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvmerge-error/m-p/3244394#M627140</guid>
      <dc:creator>Sanjiv Sharma_1</dc:creator>
      <dc:date>2004-04-13T02:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: lvmerge error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvmerge-error/m-p/3244395#M627141</link>
      <description>Tanks for all &lt;BR /&gt;&lt;BR /&gt;I reboot server and problem DISAPPEAR.&lt;BR /&gt;But anyway how can I have some lv busy without mounting it ? Is there some flag insite LVM other then FS that cause this problem (Device busy)</description>
      <pubDate>Tue, 13 Apr 2004 04:37:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvmerge-error/m-p/3244395#M627141</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2004-04-13T04:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: lvmerge error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvmerge-error/m-p/3244396#M627142</link>
      <description>Did u successfully lvsplit initially ?. Did it come out with some errors ?. Is there any monitoring tools (scripts ) present which does an lvdisplay or something like that ?.&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Tue, 13 Apr 2004 07:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvmerge-error/m-p/3244396#M627142</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-04-13T07:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: lvmerge error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvmerge-error/m-p/3244397#M627143</link>
      <description>Yes lvsplit end without  problem.&lt;BR /&gt;I have EMS but it's not a problem because other lv merge without problem.&lt;BR /&gt;The only reason for me is fs corruption.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Apr 2004 09:28:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvmerge-error/m-p/3244397#M627143</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2004-04-13T09:28:19Z</dc:date>
    </item>
  </channel>
</rss>

