<?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/4185234#M322894</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have one server running HP-UX 11.11. Last one due to some testing purpose, one VG was created consisting 8 PV and 10 LV. total size of the VG is 1.7 TB.&lt;BR /&gt;now the testing is over and the same is to be removed. Post that one new VG and LV is to be created but this time the zie of the LV is 250 GB.&lt;BR /&gt;Please suggest, whether I should go for vgexport method or vgremove method.&lt;BR /&gt;&lt;BR /&gt;In both the cases Plz provide the steps also.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards :&lt;BR /&gt;Arun</description>
    <pubDate>Wed, 23 Apr 2008 08:03:16 GMT</pubDate>
    <dc:creator>Arun Jain</dc:creator>
    <dc:date>2008-04-23T08:03:16Z</dc:date>
    <item>
      <title>VGREMOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/4185234#M322894</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have one server running HP-UX 11.11. Last one due to some testing purpose, one VG was created consisting 8 PV and 10 LV. total size of the VG is 1.7 TB.&lt;BR /&gt;now the testing is over and the same is to be removed. Post that one new VG and LV is to be created but this time the zie of the LV is 250 GB.&lt;BR /&gt;Please suggest, whether I should go for vgexport method or vgremove method.&lt;BR /&gt;&lt;BR /&gt;In both the cases Plz provide the steps also.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards :&lt;BR /&gt;Arun</description>
      <pubDate>Wed, 23 Apr 2008 08:03:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/4185234#M322894</guid>
      <dc:creator>Arun Jain</dc:creator>
      <dc:date>2008-04-23T08:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: VGREMOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/4185235#M322895</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;It is better to run "vgexport" rather than removing all LV's,PV's and vgremove.&lt;BR /&gt;&lt;BR /&gt;Do&lt;BR /&gt;#vgexport &lt;VGANAME&gt;&lt;BR /&gt;&lt;BR /&gt;Then,&lt;BR /&gt;&lt;BR /&gt;CReate your new VG and LV&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Ramesh&lt;/VGANAME&gt;</description>
      <pubDate>Wed, 23 Apr 2008 08:16:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/4185235#M322895</guid>
      <dc:creator>Ramesh S</dc:creator>
      <dc:date>2008-04-23T08:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: VGREMOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/4185236#M322896</link>
      <description>Hi Arun,&lt;BR /&gt;you can remove the LV and or you can export the VG.&lt;BR /&gt;&lt;BR /&gt;vgchange -a e /dev/vg-name&lt;BR /&gt;lvremove /dev/vg-name/lvname&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;vgexport /dev/vg-name&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;Aashique</description>
      <pubDate>Wed, 23 Apr 2008 08:43:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/4185236#M322896</guid>
      <dc:creator>Aashique</dc:creator>
      <dc:date>2008-04-23T08:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: VGREMOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/4185237#M322897</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Ramesh is telling right method&lt;BR /&gt;&lt;BR /&gt;run vgexport rather than removing all LV's,PV's and vgremove&lt;BR /&gt;&lt;BR /&gt;#vgexport &lt;VGANAME&gt; &lt;BR /&gt;then ceate new VG and LV as per your equirement&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/VGANAME&gt;</description>
      <pubDate>Wed, 23 Apr 2008 08:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/4185237#M322897</guid>
      <dc:creator>Prabhu Hosmani</dc:creator>
      <dc:date>2008-04-23T08:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: VGREMOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/4185238#M322898</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Ramesh is telling right method&lt;BR /&gt;&lt;BR /&gt;run vgexport rather than removing all LV's,PV's and vgremove&lt;BR /&gt;&lt;BR /&gt;#vgexport &lt;VGANAME&gt; &lt;BR /&gt;then ceate new VG and LV as per your requirement&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/VGANAME&gt;</description>
      <pubDate>Wed, 23 Apr 2008 08:51:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/4185238#M322898</guid>
      <dc:creator>Prabhu Hosmani</dc:creator>
      <dc:date>2008-04-23T08:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: VGREMOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/4185239#M322899</link>
      <description>Hi Arun,&lt;BR /&gt;&lt;BR /&gt;vgexport will remove the volume group with one step but without modifying the logical volume information found on the physical volumes.&lt;BR /&gt;&lt;BR /&gt;vgexport OLDVG&lt;BR /&gt;&lt;BR /&gt;Create new VG:&lt;BR /&gt;mkdir /dev/VGNAME&lt;BR /&gt;mknod /dev/VGNAME/group c 64 0x0?0000 (be careful about the minor no)&lt;BR /&gt;pvcreate -f /dev/rdsk/c?t?d?  &lt;BR /&gt;(remove the old vg info from the disks)&lt;BR /&gt;&lt;BR /&gt;vgcreate VGNAME /dev/dsk/c?t?d? &lt;BR /&gt;(choose the correct values for the PE size, etc).&lt;BR /&gt;&lt;BR /&gt;vgchange -ay VGNAME &lt;BR /&gt;lvcreate -L 256000 /dev/VGNAME/lvolname&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rasheed Tamton.</description>
      <pubDate>Wed, 23 Apr 2008 09:00:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/4185239#M322899</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2008-04-23T09:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: VGREMOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/4185240#M322900</link>
      <description>Dear Arun&lt;BR /&gt;&lt;BR /&gt;# vgchange -a n volume group(for deactivating volume group)&lt;BR /&gt;# vgexport volume group name(for removig volume group)&lt;BR /&gt;it will remove u volume group&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad</description>
      <pubDate>Wed, 23 Apr 2008 16:34:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgremove/m-p/4185240#M322900</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-04-23T16:34:00Z</dc:date>
    </item>
  </channel>
</rss>

