<?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: Cannot remove a clustered volume group. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-a-clustered-volume-group/m-p/3263832#M627441</link>
    <description>Hi,&lt;BR /&gt;Make the volume group cluster unaware and then remove it &lt;BR /&gt;vgchange -c n vg02&lt;BR /&gt;vgremove vg02&lt;BR /&gt;It will work&lt;BR /&gt;Regards,</description>
    <pubDate>Fri, 30 Apr 2004 04:00:56 GMT</pubDate>
    <dc:creator>Shaikh Imran</dc:creator>
    <dc:date>2004-04-30T04:00:56Z</dc:date>
    <item>
      <title>Cannot remove a clustered volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-a-clustered-volume-group/m-p/3263829#M627438</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have reconfigured one cluster and now I doesn't have the vg02 in the cluster.&lt;BR /&gt;I want to eliminated the /dev/vg02, but when I do:&lt;BR /&gt;&lt;BR /&gt;#vgremove /dev/vg02&lt;BR /&gt;#vgremove: Volume group /dev/vg02 is in a cluster.  Cannot remove a clustered volume group.&lt;BR /&gt;#vgremove: Couldn't remove volume group "/dev/vg02".&lt;BR /&gt;&lt;BR /&gt;What have I to do?&lt;BR /&gt;&lt;BR /&gt;Thanks!,&lt;BR /&gt;Carmen.</description>
      <pubDate>Fri, 30 Apr 2004 03:53:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-a-clustered-volume-group/m-p/3263829#M627438</guid>
      <dc:creator>Carme Torca</dc:creator>
      <dc:date>2004-04-30T03:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot remove a clustered volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-a-clustered-volume-group/m-p/3263830#M627439</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  Execute the following commands. It should remove the VG.&lt;BR /&gt;&lt;BR /&gt;#vgchange -c n /dev/vg02&lt;BR /&gt;#vgchange -a n /dev/vg02&lt;BR /&gt;#vgexport /dev/vg02</description>
      <pubDate>Fri, 30 Apr 2004 03:59:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-a-clustered-volume-group/m-p/3263830#M627439</guid>
      <dc:creator>V.Tamilvanan</dc:creator>
      <dc:date>2004-04-30T03:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot remove a clustered volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-a-clustered-volume-group/m-p/3263831#M627440</link>
      <description>Disable the clustering of the volume group:&lt;BR /&gt;&lt;BR /&gt;vgchange -c n vg02&lt;BR /&gt;&lt;BR /&gt;Then remove it as a normal volume group from each server of the cluster.</description>
      <pubDate>Fri, 30 Apr 2004 03:59:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-a-clustered-volume-group/m-p/3263831#M627440</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2004-04-30T03:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot remove a clustered volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-a-clustered-volume-group/m-p/3263832#M627441</link>
      <description>Hi,&lt;BR /&gt;Make the volume group cluster unaware and then remove it &lt;BR /&gt;vgchange -c n vg02&lt;BR /&gt;vgremove vg02&lt;BR /&gt;It will work&lt;BR /&gt;Regards,</description>
      <pubDate>Fri, 30 Apr 2004 04:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-a-clustered-volume-group/m-p/3263832#M627441</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-04-30T04:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot remove a clustered volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-a-clustered-volume-group/m-p/3263833#M627442</link>
      <description>Hi Carmen,&lt;BR /&gt;Tamil has suggested the exact procedure and i am sure it will work for you.&lt;BR /&gt;&lt;BR /&gt;#vgchange -c n /dev/vg02&lt;BR /&gt;Removes cluster lock on VG02&lt;BR /&gt;#vgchange -a n /dev/vg02&lt;BR /&gt;Deactivates VG&lt;BR /&gt;#vgexport /dev/vg02 &lt;BR /&gt;exporting vg02 will remove entire VG and associated files from your system.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Apr 2004 04:06:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-a-clustered-volume-group/m-p/3263833#M627442</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-04-30T04:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot remove a clustered volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-a-clustered-volume-group/m-p/3263834#M627443</link>
      <description>Hi,&lt;BR /&gt;I confirm&lt;BR /&gt;&lt;BR /&gt;vgchange -c n vg02&lt;BR /&gt;&lt;BR /&gt;if you have to remove vg02&lt;BR /&gt;first remove lvols&lt;BR /&gt;umount /fs&lt;BR /&gt;lvremove /dev/vg02/lvolx&lt;BR /&gt;&lt;BR /&gt;then &lt;BR /&gt;vgremove /dev/vg02&lt;BR /&gt;&lt;BR /&gt;to delete vg02 and export the vg from /etc/lvmtab&lt;BR /&gt;vgexport /dev/vg02  &lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;L.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Apr 2004 04:11:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-a-clustered-volume-group/m-p/3263834#M627443</guid>
      <dc:creator>Lorenzo Facello</dc:creator>
      <dc:date>2004-04-30T04:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot remove a clustered volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-a-clustered-volume-group/m-p/3263835#M627444</link>
      <description>sorry but I forgot&lt;BR /&gt;the command&lt;BR /&gt;vgchange -a n vg02 (deactivate the vg)&lt;BR /&gt;type it after vgchange -c n vg02&lt;BR /&gt;L.&lt;BR /&gt;p.s  bahrat learns!</description>
      <pubDate>Fri, 30 Apr 2004 04:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-a-clustered-volume-group/m-p/3263835#M627444</guid>
      <dc:creator>Lorenzo Facello</dc:creator>
      <dc:date>2004-04-30T04:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot remove a clustered volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-a-clustered-volume-group/m-p/3263836#M627445</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To remove any volume group from cluster configuration - &lt;BR /&gt;#vgchange -c n vg02&lt;BR /&gt;#vgchange -a n vg02&lt;BR /&gt;#vgexport vg02&lt;BR /&gt;&lt;BR /&gt;Ensure that there is no enrty in /etc/lvmtab&lt;BR /&gt;move /etc/lvmtab to /etc/lvmtab.old&lt;BR /&gt;and execute &lt;BR /&gt;#vgscan -a&lt;BR /&gt;&lt;BR /&gt;You did not mentioned that package is of OPS or not? if OPS, then you need to use &lt;BR /&gt;# vgchange -S n -c n vg02&lt;BR /&gt;#vgchange -a n vg02&lt;BR /&gt;#vgexport vg02&lt;BR /&gt;&lt;BR /&gt;Cheers..&lt;BR /&gt;&lt;BR /&gt;NAVID&lt;BR /&gt;</description>
      <pubDate>Sat, 01 May 2004 01:49:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-a-clustered-volume-group/m-p/3263836#M627445</guid>
      <dc:creator>Navid HUSSAIN_2</dc:creator>
      <dc:date>2004-05-01T01:49:54Z</dc:date>
    </item>
  </channel>
</rss>

