<?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: lvm problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630010#M237478</link>
    <description>the error that i get when i try to remove the logical volume is:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sn9c:/var/tmp# lvremove -f /dev/vg00/servicenode&lt;BR /&gt;lvremove: Couldn't delete logical volume "/dev/vg00/servicenode":&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/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 20 Sep 2005 06:26:05 GMT</pubDate>
    <dc:creator>JOHN TURNER_2</dc:creator>
    <dc:date>2005-09-20T06:26:05Z</dc:date>
    <item>
      <title>lvm problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630006#M237474</link>
      <description>We have a problem relating to lvm on a hp 11.00 system, someone has managed to create two logical volumes on the same physical extentents, We have tried to remove one of the logical volumes which has worked but it now won't let us remove the second logical volume that was sharing it's extents.&lt;BR /&gt;&lt;BR /&gt;can anyone advise&lt;BR /&gt;&lt;BR /&gt;john</description>
      <pubDate>Tue, 20 Sep 2005 05:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630006#M237474</guid>
      <dc:creator>JOHN TURNER_2</dc:creator>
      <dc:date>2005-09-20T05:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: lvm problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630007#M237475</link>
      <description>umount the file system first.&lt;BR /&gt;lvremove -f &lt;LV_PATH&gt;&lt;BR /&gt;&lt;BR /&gt;what it is saying.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;/LV_PATH&gt;</description>
      <pubDate>Tue, 20 Sep 2005 06:04:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630007#M237475</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-20T06:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: lvm problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630008#M237476</link>
      <description>What is error message?? How does lvdisplay and vgdisplay look like??</description>
      <pubDate>Tue, 20 Sep 2005 06:06:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630008#M237476</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-09-20T06:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: lvm problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630009#M237477</link>
      <description>If it is the only volume in the volumegroup you can remove it with vgexport&lt;BR /&gt;&lt;BR /&gt;vgchange -a n /dev/vgxx&lt;BR /&gt;vgexport /dev/vgxx</description>
      <pubDate>Tue, 20 Sep 2005 06:08:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630009#M237477</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2005-09-20T06:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: lvm problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630010#M237478</link>
      <description>the error that i get when i try to remove the logical volume is:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sn9c:/var/tmp# lvremove -f /dev/vg00/servicenode&lt;BR /&gt;lvremove: Couldn't delete logical volume "/dev/vg00/servicenode":&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/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Sep 2005 06:26:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630010#M237478</guid>
      <dc:creator>JOHN TURNER_2</dc:creator>
      <dc:date>2005-09-20T06:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: lvm problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630011#M237479</link>
      <description>HI John,&lt;BR /&gt;Try doing:&lt;BR /&gt;# lvchnage -a n /dev/vg00/servicenode&lt;BR /&gt;# lvchnage -a y /dev/vg00/servicenode&lt;BR /&gt;# lvremove -f ...&lt;BR /&gt;See if that works.&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Sep 2005 06:31:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630011#M237479</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-09-20T06:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: lvm problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630012#M237480</link>
      <description>when i try and lvchange the lvol, i get the following error msg&lt;BR /&gt;&lt;BR /&gt;sn9c:/var/tmp# lvchange -a n /dev/vg00/debuglogs&lt;BR /&gt;lvchange: Logical volume "/dev/vg00/debuglogs" could not be changed:&lt;BR /&gt;The supplied lv number refers to a non-existent logical volume.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;also when i lvdisplay the said volume group i get &lt;BR /&gt;&lt;BR /&gt;LV Name                     /dev/vg00/debuglogs&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            0&lt;BR /&gt;   Current LE                  0&lt;BR /&gt;   Allocated PE                0&lt;BR /&gt;   Used PV                     0</description>
      <pubDate>Tue, 20 Sep 2005 06:40:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630012#M237480</guid>
      <dc:creator>JOHN TURNER_2</dc:creator>
      <dc:date>2005-09-20T06:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: lvm problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630013#M237481</link>
      <description>For this,&lt;BR /&gt;&lt;BR /&gt;# lvchnage -a y /dev/vg00/debuglogs&lt;BR /&gt;# lvremove -f /dev/vg00/debuglogs&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Tue, 20 Sep 2005 06:44:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630013#M237481</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-20T06:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: lvm problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630014#M237482</link>
      <description>Hi John&lt;BR /&gt;&lt;BR /&gt;1. lvremove &lt;LV_PATH&gt; should remove volume.&lt;BR /&gt;&lt;BR /&gt;2. If there is only one volume in VG then vgexoprt &lt;VGNAME&gt; can also be used&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mahesh&lt;/VGNAME&gt;&lt;/LV_PATH&gt;</description>
      <pubDate>Wed, 21 Sep 2005 02:08:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630014#M237482</guid>
      <dc:creator>Mahesh Kumar Malik</dc:creator>
      <dc:date>2005-09-21T02:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: lvm problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630015#M237483</link>
      <description>hi John ,&lt;BR /&gt;&lt;BR /&gt;if you don't mind please send us the full output of the following commands , attach in a file&lt;BR /&gt;&lt;BR /&gt;1. vgdisplay -v /dev/vg00&lt;BR /&gt;2. lvdisplay -v /dev/vg00/debuglogs&lt;BR /&gt;3. cd /dev/vg00 , ls -il &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vikas&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Sep 2005 02:35:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630015#M237483</guid>
      <dc:creator>VIKAS AGRAWAL</dc:creator>
      <dc:date>2005-09-21T02:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: lvm problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630016#M237484</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;As of now your LV exists with Zero PE's. Only problem what you are having is that you are not able to remove the LV. It should be fine by creating another LV with some different name.&lt;BR /&gt;&lt;BR /&gt;But apparently it apears as if your system is not patched properly. Are latest LVM patches applied ?&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 21 Sep 2005 04:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3630016#M237484</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-09-21T04:05:15Z</dc:date>
    </item>
  </channel>
</rss>

