<?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: have 2 VG's with the same PV. The magically appeared Vg has no LV's in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/have-2-vg-s-with-the-same-pv-the-magically-appeared-vg-has-no-lv/m-p/2471523#M654397</link>
    <description>The reason why you can't remove it is because the VG's has the same minor number.&lt;BR /&gt;Did you manually create vg01??&lt;BR /&gt;&lt;BR /&gt;What is the output of vgscan -pv, andreas suggested giving you?&lt;BR /&gt;&lt;BR /&gt;Also check the /etc/lvmconf directory.&lt;BR /&gt;What does pvdisplay on the two disks display?&lt;BR /&gt;</description>
    <pubDate>Thu, 07 Dec 2000 11:31:57 GMT</pubDate>
    <dc:creator>Darrel Louis</dc:creator>
    <dc:date>2000-12-07T11:31:57Z</dc:date>
    <item>
      <title>have 2 VG's with the same PV. The magically appeared Vg has no LV's</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/have-2-vg-s-with-the-same-pv-the-magically-appeared-vg-has-no-lv/m-p/2471520#M654394</link>
      <description>Somehow, I have 2 VG's with the same PV. The magically appeared VG has no LV's. The new VG cannot be removed cause it is in use. The originaly vg is vglod. The new vg is vg01.&lt;BR /&gt;&lt;BR /&gt;I send along the output from :&lt;BR /&gt;   strings lvmtab&lt;BR /&gt;   ll /dev/vg*&lt;BR /&gt;   vgdisplay&lt;BR /&gt;&lt;BR /&gt;I also find that there is a vg02 which I cannot find on my system.&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Dec 2000 10:43:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/have-2-vg-s-with-the-same-pv-the-magically-appeared-vg-has-no-lv/m-p/2471520#M654394</guid>
      <dc:creator>Donald Kok</dc:creator>
      <dc:date>2000-12-07T10:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: have 2 VG's with the same PV. The magically appeared Vg has no LV's</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/have-2-vg-s-with-the-same-pv-the-magically-appeared-vg-has-no-lv/m-p/2471521#M654395</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you could do a: vgscan -pv&lt;BR /&gt;to see any difference.&lt;BR /&gt;If the vgscan output matches what you expected you could rename /etc/lvmtab to ie. /etc/lvmtab.old and run vgscan -a to rebuild /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 07 Dec 2000 11:16:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/have-2-vg-s-with-the-same-pv-the-magically-appeared-vg-has-no-lv/m-p/2471521#M654395</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-12-07T11:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: have 2 VG's with the same PV. The magically appeared Vg has no LV's</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/have-2-vg-s-with-the-same-pv-the-magically-appeared-vg-has-no-lv/m-p/2471522#M654396</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;vg01 and vglod are in fact the same volume group. They have the same minor number and lvmtab contains the same pair of disk names.&lt;BR /&gt;&lt;BR /&gt;vg01 just doesn't have the device files for the logical volumes.&lt;BR /&gt;&lt;BR /&gt;To fix it, I would recommend the following:-&lt;BR /&gt;&lt;BR /&gt;1. Remove the device files for vg01&lt;BR /&gt;   rm -r /dev/vg01&lt;BR /&gt;2. Reconstruct /etc/lvmtab to remove the&lt;BR /&gt;   entries for vg01 and vg02&lt;BR /&gt;   mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;   vgscan -a&lt;BR /&gt;&lt;BR /&gt;All should then be well.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Thu, 07 Dec 2000 11:27:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/have-2-vg-s-with-the-same-pv-the-magically-appeared-vg-has-no-lv/m-p/2471522#M654396</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-12-07T11:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: have 2 VG's with the same PV. The magically appeared Vg has no LV's</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/have-2-vg-s-with-the-same-pv-the-magically-appeared-vg-has-no-lv/m-p/2471523#M654397</link>
      <description>The reason why you can't remove it is because the VG's has the same minor number.&lt;BR /&gt;Did you manually create vg01??&lt;BR /&gt;&lt;BR /&gt;What is the output of vgscan -pv, andreas suggested giving you?&lt;BR /&gt;&lt;BR /&gt;Also check the /etc/lvmconf directory.&lt;BR /&gt;What does pvdisplay on the two disks display?&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Dec 2000 11:31:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/have-2-vg-s-with-the-same-pv-the-magically-appeared-vg-has-no-lv/m-p/2471523#M654397</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2000-12-07T11:31:57Z</dc:date>
    </item>
  </channel>
</rss>

