<?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 vgremove in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/2821502#M86610</link>
    <description>Hi,&lt;BR /&gt;Recently I've successfully remove the logical volume and the next step is to remove my volume group (which consists of 2 harddisks).  But I get the following error message when I try to remove the vg :&lt;BR /&gt;&lt;BR /&gt;vgremove : Volume group "/dev/vg04" still contains more than one physical volume path&lt;BR /&gt;vgremove : Couldn't remove volume group "/dev/vg04"&lt;BR /&gt;&lt;BR /&gt;Any idea ? Thanks!</description>
    <pubDate>Wed, 09 Oct 2002 04:49:50 GMT</pubDate>
    <dc:creator>Ong Chin Soon</dc:creator>
    <dc:date>2002-10-09T04:49:50Z</dc:date>
    <item>
      <title>vgremove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/2821502#M86610</link>
      <description>Hi,&lt;BR /&gt;Recently I've successfully remove the logical volume and the next step is to remove my volume group (which consists of 2 harddisks).  But I get the following error message when I try to remove the vg :&lt;BR /&gt;&lt;BR /&gt;vgremove : Volume group "/dev/vg04" still contains more than one physical volume path&lt;BR /&gt;vgremove : Couldn't remove volume group "/dev/vg04"&lt;BR /&gt;&lt;BR /&gt;Any idea ? Thanks!</description>
      <pubDate>Wed, 09 Oct 2002 04:49:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/2821502#M86610</guid>
      <dc:creator>Ong Chin Soon</dc:creator>
      <dc:date>2002-10-09T04:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: vgremove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/2821503#M86611</link>
      <description>Hi,&lt;BR /&gt;I think best way to remove vgs is to do a vgexport&lt;BR /&gt;#vgchange -a v vg04&lt;BR /&gt;#vgexport -v /dev/vg04&lt;BR /&gt;&lt;BR /&gt;In your case do&lt;BR /&gt;vgreduce /dev/vg05 /dev/dsk/cxtydz &lt;BR /&gt;then do vgremove.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Oct 2002 05:05:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/2821503#M86611</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2002-10-09T05:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: vgremove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/2821504#M86612</link>
      <description>Try:&lt;BR /&gt;&lt;BR /&gt;# vgchange -a n /dev/vg04&lt;BR /&gt;# vgexport /dev/vg04&lt;BR /&gt;&lt;BR /&gt;If you wish to re-use these disks into a different volume group later on you must 'pvcreate' them.&lt;BR /&gt;&lt;BR /&gt;# pvcreate -f /dev/dsk/c1t2d0 (example)&lt;BR /&gt;&lt;BR /&gt;There is no need to do 'vgreduce' at all.</description>
      <pubDate>Wed, 09 Oct 2002 05:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/2821504#M86612</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-10-09T05:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: vgremove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/2821505#M86613</link>
      <description>Hi Micheal&lt;BR /&gt;The question author talking about vgremove not vgexport&lt;BR /&gt;command and &lt;BR /&gt;Before removing a volume group, two steps are necessary:&lt;BR /&gt;&lt;BR /&gt;     1.  Remove all the logical volumes belonging to the group by&lt;BR /&gt;         using the lvremove command (see lvremove(1M)).&lt;BR /&gt;&lt;BR /&gt;     2.  Remove all but one physical volume belonging to the volume&lt;BR /&gt;         group by using the vgreduce command (see vgreduce(1M)).</description>
      <pubDate>Wed, 09 Oct 2002 06:17:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/2821505#M86613</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2002-10-09T06:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: vgremove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/2821506#M86614</link>
      <description>The easiest and quickest method to remove a volume group is using the 'vgexport' command. If you wish to reduce particular volumes and then remove the group, sure use 'vgreduce/vgremove'. The only advantage of this method is that each 'VGID' is removed from the LUN header, 'vgexport' does not.</description>
      <pubDate>Wed, 09 Oct 2002 06:43:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/2821506#M86614</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-10-09T06:43:58Z</dc:date>
    </item>
  </channel>
</rss>

