<?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 removing volume group with ghost pv in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-volume-group-with-ghost-pv/m-p/2706549#M645007</link>
    <description>I have a volume group named /dev/oracle&lt;BR /&gt;In it I have a pv named /dev/dsk/c2t5d0&lt;BR /&gt;A vgdisplay shows that there are two cur pv's and on act pv.&lt;BR /&gt;A disk device listing only shows c2t5d0 and nothing else.&lt;BR /&gt;When i try to reduce c2t5do, i can't because you must have at least one pv.&lt;BR /&gt;When I try to remove /dev/oracle, i can't because it says there are two pv's.&lt;BR /&gt;How do i remove the ghost pv?&lt;BR /&gt;HELP!!!</description>
    <pubDate>Thu, 18 Apr 2002 18:25:13 GMT</pubDate>
    <dc:creator>Ted Mims</dc:creator>
    <dc:date>2002-04-18T18:25:13Z</dc:date>
    <item>
      <title>removing volume group with ghost pv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-volume-group-with-ghost-pv/m-p/2706549#M645007</link>
      <description>I have a volume group named /dev/oracle&lt;BR /&gt;In it I have a pv named /dev/dsk/c2t5d0&lt;BR /&gt;A vgdisplay shows that there are two cur pv's and on act pv.&lt;BR /&gt;A disk device listing only shows c2t5d0 and nothing else.&lt;BR /&gt;When i try to reduce c2t5do, i can't because you must have at least one pv.&lt;BR /&gt;When I try to remove /dev/oracle, i can't because it says there are two pv's.&lt;BR /&gt;How do i remove the ghost pv?&lt;BR /&gt;HELP!!!</description>
      <pubDate>Thu, 18 Apr 2002 18:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-volume-group-with-ghost-pv/m-p/2706549#M645007</guid>
      <dc:creator>Ted Mims</dc:creator>
      <dc:date>2002-04-18T18:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: removing volume group with ghost pv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-volume-group-with-ghost-pv/m-p/2706550#M645008</link>
      <description>Try:&lt;BR /&gt;&lt;BR /&gt;vgexport /dev/oracle&lt;BR /&gt;&lt;BR /&gt;If that won't work:&lt;BR /&gt;&lt;BR /&gt;cp /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;vgscan&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Thu, 18 Apr 2002 18:32:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-volume-group-with-ghost-pv/m-p/2706550#M645008</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2002-04-18T18:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: removing volume group with ghost pv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-volume-group-with-ghost-pv/m-p/2706551#M645009</link>
      <description>Hi Ted:&lt;BR /&gt;&lt;BR /&gt;Try:&lt;BR /&gt;&lt;BR /&gt;# vgreduce -f /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 18 Apr 2002 18:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-volume-group-with-ghost-pv/m-p/2706551#M645009</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-04-18T18:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: removing volume group with ghost pv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-volume-group-with-ghost-pv/m-p/2706552#M645010</link>
      <description>Hi Ted:&lt;BR /&gt;&lt;BR /&gt;If you are just going get rid of this VG and this PV, then you can do this:&lt;BR /&gt;&lt;BR /&gt;# vgexport /dev/oracle&lt;BR /&gt;&lt;BR /&gt;This will remove the VG information from the system. Another way is:&lt;BR /&gt;&lt;BR /&gt;# umount - all mounted file systems of /dev/oracle&lt;BR /&gt;# lvremove - all LVs&lt;BR /&gt;# vgremove /dev/oracle&lt;BR /&gt;&lt;BR /&gt;You won't be able to reduce the VG, if there is only one disk in that !&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Thu, 18 Apr 2002 18:32:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-volume-group-with-ghost-pv/m-p/2706552#M645010</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-04-18T18:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: removing volume group with ghost pv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-volume-group-with-ghost-pv/m-p/2706553#M645011</link>
      <description>Hi,&lt;BR /&gt;Just run command&lt;BR /&gt;&lt;BR /&gt;#vgscan -v &lt;BR /&gt;&lt;BR /&gt;That will recreate your /etc/lvmtab file and will make the entry in it for latest available drives for vg(oracle)&lt;BR /&gt;&lt;BR /&gt;Then you can check using vgdisplay what is wrong.&lt;BR /&gt;&lt;BR /&gt;Hopefully it will resolv your problem.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-pap</description>
      <pubDate>Thu, 18 Apr 2002 18:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-volume-group-with-ghost-pv/m-p/2706553#M645011</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-18T18:34:19Z</dc:date>
    </item>
  </channel>
</rss>

