<?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: Delete  vg on linux redhat in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/delete-vg-on-linux-redhat/m-p/4506190#M38407</link>
    <description>thnks,&lt;BR /&gt;&lt;BR /&gt;I rmoved the vg after importing it and I created again the vg successfuly, but when I wont creat the lv I have this error&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@OTAUC4N1 ~]# lvcreate -L 700M -n undo vgORACLE&lt;BR /&gt;  Aborting. Failed to activate new LV to wipe the start of it.&lt;BR /&gt;</description>
    <pubDate>Sun, 04 Oct 2009 08:49:06 GMT</pubDate>
    <dc:creator>moumen</dc:creator>
    <dc:date>2009-10-04T08:49:06Z</dc:date>
    <item>
      <title>Delete  vg on linux redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-vg-on-linux-redhat/m-p/4506184#M38401</link>
      <description>Hi,&lt;BR /&gt;I wont to delete a vg from redhat, after doing vgexport the vg still exist :&lt;BR /&gt;&lt;BR /&gt;[root@OTAUC4N1 ~]# vgdisplay -v   vgORACLE&lt;BR /&gt;    Using volume group(s) on command line&lt;BR /&gt;    Finding volume group "vgORACLE"&lt;BR /&gt;  Volume group vgORACLE is exported&lt;BR /&gt;  --- Volume group ---&lt;BR /&gt;  VG Name               vgORACLE&lt;BR /&gt;  System ID&lt;BR /&gt;  Format                lvm2&lt;BR /&gt;  Metadata Areas        1&lt;BR /&gt;  Metadata Sequence No  41&lt;BR /&gt;  VG Access             read/write&lt;BR /&gt;  VG Status             exported/resizable&lt;BR /&gt;  MAX LV                0&lt;BR /&gt;  Cur LV                0&lt;BR /&gt;  Open LV               0&lt;BR /&gt;  Max PV                0&lt;BR /&gt;  Cur PV                1&lt;BR /&gt;  Act PV                1&lt;BR /&gt;  VG Size               100.00 GB&lt;BR /&gt;  PE Size               4.00 MB&lt;BR /&gt;  Total PE              25599&lt;BR /&gt;  Alloc PE / Size       0 / 0&lt;BR /&gt;  Free  PE / Size       25599 / 100.00 GB&lt;BR /&gt;  VG UUID               gNqnNV-8l1a-R5o8-Fwae-1OBG-QxDV-L1gMZu&lt;BR /&gt;&lt;BR /&gt;  Volume group vgORACLE is exported&lt;BR /&gt;  --- Physical volumes ---&lt;BR /&gt;  PV Name               /dev/dm-5&lt;BR /&gt;  PV UUID               oawp5I-4cv5-0EyT-I00D-J110-qC8j-Qca4dh&lt;BR /&gt;  PV Status             allocatable&lt;BR /&gt;  Total PE / Free PE    25599 / 25599&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can that the vg exist, with the additional line "Volume group vgORACLE is exported"&lt;BR /&gt;&lt;BR /&gt;How to delete completly the vg&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Oct 2009 09:13:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-vg-on-linux-redhat/m-p/4506184#M38401</guid>
      <dc:creator>moumen</dc:creator>
      <dc:date>2009-10-01T09:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Delete  vg on linux redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-vg-on-linux-redhat/m-p/4506185#M38402</link>
      <description>In Linux, there is a "vgremove" command. &lt;BR /&gt;&lt;BR /&gt;Please see "man vgremove".&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 01 Oct 2009 09:36:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-vg-on-linux-redhat/m-p/4506185#M38402</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-10-01T09:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Delete  vg on linux redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-vg-on-linux-redhat/m-p/4506186#M38403</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks, I dobne this command but the vg still exist !&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@OTAUC4N1 ~]# vgremove vgORACLE&lt;BR /&gt;  Volume group vgORACLE is exported&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@OTAUC4N1 ~]# vgdisplay -v vgORACLE&lt;BR /&gt;    Using volume group(s) on command line&lt;BR /&gt;    Finding volume group "vgORACLE"&lt;BR /&gt;  Volume group vgORACLE is exported&lt;BR /&gt;  --- Volume group ---&lt;BR /&gt;  VG Name               vgORACLE&lt;BR /&gt;  System ID&lt;BR /&gt;  Format                lvm2&lt;BR /&gt;  Metadata Areas        1&lt;BR /&gt;  Metadata Sequence No  41&lt;BR /&gt;  VG Access             read/write&lt;BR /&gt;  VG Status             exported/resizable&lt;BR /&gt;  MAX LV                0&lt;BR /&gt;  Cur LV                0&lt;BR /&gt;  Open LV               0&lt;BR /&gt;  Max PV                0&lt;BR /&gt;  Cur PV                1&lt;BR /&gt;  Act PV                1&lt;BR /&gt;  VG Size               100.00 GB&lt;BR /&gt;  PE Size               4.00 MB&lt;BR /&gt;  Total PE              25599&lt;BR /&gt;  Alloc PE / Size       0 / 0&lt;BR /&gt;  Free  PE / Size       25599 / 100.00 GB&lt;BR /&gt;  VG UUID               gNqnNV-8l1a-R5o8-Fwae-1OBG-QxDV-L1gMZu&lt;BR /&gt;&lt;BR /&gt;  Volume group vgORACLE is exported&lt;BR /&gt;  --- Physical volumes ---&lt;BR /&gt;  PV Name               /dev/dm-5&lt;BR /&gt;  PV UUID               oawp5I-4cv5-0EyT-I00D-J110-qC8j-Qca4dh&lt;BR /&gt;  PV Status             allocatable&lt;BR /&gt;  Total PE / Free PE    25599 / 25599&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any help is welcome&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Oct 2009 12:05:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-vg-on-linux-redhat/m-p/4506186#M38403</guid>
      <dc:creator>moumen</dc:creator>
      <dc:date>2009-10-01T12:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Delete  vg on linux redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-vg-on-linux-redhat/m-p/4506187#M38404</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;use:&lt;BR /&gt;lvremove&lt;BR /&gt;&lt;BR /&gt;#To remove all logical volumes&lt;BR /&gt;&lt;BR /&gt;vgremove &lt;BR /&gt;&lt;BR /&gt;#To remove the volume group.&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v&lt;BR /&gt;vgidsplay&lt;BR /&gt;&lt;BR /&gt;# to get the info&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 01 Oct 2009 15:05:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-vg-on-linux-redhat/m-p/4506187#M38404</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-10-01T15:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Delete  vg on linux redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-vg-on-linux-redhat/m-p/4506188#M38405</link>
      <description>An exported VG cannot be manipulated. You must first re-import it, before it can be deleted.&lt;BR /&gt;&lt;BR /&gt;In Linux LVM2, exporting a VG is not at all the same thing as in HP-UX LVM.&lt;BR /&gt; &lt;BR /&gt;In HP-UX, exporting a VG removes the VG information from the lvmtab file and puts it into a map file, which can be used to re-import the VG in the same or another HP-UX host.&lt;BR /&gt;&lt;BR /&gt;In Linux, exporting a VG is more like "securing the VG for transport". It does not remove the system's knowledge about the VG: it just marks the VG as temporarily non-activatable.&lt;BR /&gt;&lt;BR /&gt;An exported VG is lower in priority than a non-exported one: if you move a VG from one Linux host to another and the moved VG happens to have the same name as another already existing VG on the same host, moving the VG in exported state avoids a conflict. You can then use vgrename to rename the moved VG before importing it.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 01 Oct 2009 16:30:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-vg-on-linux-redhat/m-p/4506188#M38405</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-10-01T16:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Delete  vg on linux redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-vg-on-linux-redhat/m-p/4506189#M38406</link>
      <description>can you do a pvcreat( assuming you DONT NEED data any more) and see if that makes any difference how the system sees the VG?</description>
      <pubDate>Fri, 02 Oct 2009 07:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-vg-on-linux-redhat/m-p/4506189#M38406</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2009-10-02T07:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Delete  vg on linux redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-vg-on-linux-redhat/m-p/4506190#M38407</link>
      <description>thnks,&lt;BR /&gt;&lt;BR /&gt;I rmoved the vg after importing it and I created again the vg successfuly, but when I wont creat the lv I have this error&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@OTAUC4N1 ~]# lvcreate -L 700M -n undo vgORACLE&lt;BR /&gt;  Aborting. Failed to activate new LV to wipe the start of it.&lt;BR /&gt;</description>
      <pubDate>Sun, 04 Oct 2009 08:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-vg-on-linux-redhat/m-p/4506190#M38407</guid>
      <dc:creator>moumen</dc:creator>
      <dc:date>2009-10-04T08:49:06Z</dc:date>
    </item>
  </channel>
</rss>

