<?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: I want to delete non active volume group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016210#M299448</link>
    <description>Pls send the strings /etc/lvmtab output.&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v output showing only vg00 !!&lt;BR /&gt;&lt;BR /&gt;chech the output of #ll /dev/vg*/group &lt;BR /&gt;&lt;BR /&gt;Pls give us more feedback regarding what you are actually want to do?</description>
    <pubDate>Fri, 08 Jun 2007 09:20:29 GMT</pubDate>
    <dc:creator>Redhat</dc:creator>
    <dc:date>2007-06-08T09:20:29Z</dc:date>
    <item>
      <title>I want to delete non active volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016201#M299439</link>
      <description>vgremove doesn't work if vg is not active.&lt;BR /&gt;&lt;BR /&gt;That vg has lv inside&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 08 Jun 2007 08:37:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016201#M299439</guid>
      <dc:creator>cbozlagan</dc:creator>
      <dc:date>2007-06-08T08:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: I want to delete non active volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016202#M299440</link>
      <description>simply run vgexport &lt;VGNAME&gt;&lt;BR /&gt;&lt;/VGNAME&gt;</description>
      <pubDate>Fri, 08 Jun 2007 08:39:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016202#M299440</guid>
      <dc:creator>Redhat</dc:creator>
      <dc:date>2007-06-08T08:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: I want to delete non active volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016203#M299441</link>
      <description>Actually the VG must be inactive for vgremove to work.  &lt;BR /&gt;&lt;BR /&gt;The real reason vgremove isn't working is because the VG still has an LV in it.  What you must do if you want to go that route is:&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/vg??&lt;BR /&gt;# lvremove /dev/vg??/lvol?&lt;BR /&gt;# vgchange -a n /dev/vg??&lt;BR /&gt;# vgremove /dev/vg??&lt;BR /&gt;&lt;BR /&gt;But, if you want the real easy way, and are absolutely sure nothing is in use, then use vgexport as said above.&lt;BR /&gt;&lt;BR /&gt;# vgexport /dev/vg??&lt;BR /&gt;will get rid of everything, including all /dev/vg??/* files.</description>
      <pubDate>Fri, 08 Jun 2007 08:42:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016203#M299441</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-06-08T08:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: I want to delete non active volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016204#M299442</link>
      <description>I executed vgscan -pv but it gave me some &lt;BR /&gt;'Unable to match' warning.&lt;BR /&gt;You can see messages below.&lt;BR /&gt;How can I correct these problems?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# vgscan -pv&lt;BR /&gt;&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c0t6d0" is already recorded in the "/etc/lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c3t6d0" is already recorded in the "/etc/lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c13t2d0" is already recorded in the "/etc/lvmtab" file.&lt;BR /&gt;Couldn't stat physical volume "/dev/dsk/c1t2d0":&lt;BR /&gt;Invalid argument&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c0t6d0&lt;BR /&gt;/dev/dsk/c3t6d0&lt;BR /&gt;/dev/dsk/c13t2d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Following Physical Volumes belong to one Volume Group.&lt;BR /&gt;Unable to match these Physical Volumes to a Volume Group.&lt;BR /&gt;Use the vgimport command to complete the process.&lt;BR /&gt;/dev/dsk/c13t0d0&lt;BR /&gt;/dev/dsk/c13t0d6&lt;BR /&gt;&lt;BR /&gt;Following Physical Volumes belong to one Volume Group.&lt;BR /&gt;Unable to match these Physical Volumes to a Volume Group.&lt;BR /&gt;Use the vgimport command to complete the process.&lt;BR /&gt;/dev/dsk/c13t0d1&lt;BR /&gt;/dev/dsk/c13t0d2&lt;BR /&gt;/dev/dsk/c13t0d3&lt;BR /&gt;/dev/dsk/c13t0d4&lt;BR /&gt;/dev/dsk/c13t0d7&lt;BR /&gt;/dev/dsk/c13t1d0&lt;BR /&gt;/dev/dsk/c13t1d1&lt;BR /&gt;/dev/dsk/c13t1d2&lt;BR /&gt;/dev/dsk/c13t1d3&lt;BR /&gt;/dev/dsk/c13t1d4&lt;BR /&gt;/dev/dsk/c13t1d5&lt;BR /&gt;/dev/dsk/c13t1d6&lt;BR /&gt;&lt;BR /&gt;Following Physical Volumes belong to one Volume Group.&lt;BR /&gt;Unable to match these Physical Volumes to a Volume Group.&lt;BR /&gt;Use the vgimport command to complete the process.&lt;BR /&gt;/dev/dsk/c13t0d5&lt;BR /&gt;&lt;BR /&gt;Following Physical Volumes belong to one Volume Group.&lt;BR /&gt;Unable to match these Physical Volumes to a Volume Group.&lt;BR /&gt;Use the vgimport command to complete the process.&lt;BR /&gt;/dev/dsk/c13t1d7&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jun 2007 08:53:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016204#M299442</guid>
      <dc:creator>cbozlagan</dc:creator>
      <dc:date>2007-06-08T08:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: I want to delete non active volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016205#M299443</link>
      <description>So why are you running vgscan?  What exactly are you trying to do?</description>
      <pubDate>Fri, 08 Jun 2007 09:00:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016205#M299443</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-06-08T09:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: I want to delete non active volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016206#M299444</link>
      <description>Pls send the "output" file after executing the following command&lt;BR /&gt;&lt;BR /&gt;script /tmp/output&lt;BR /&gt;strings /etc/lvmtab&lt;BR /&gt;vgdisplay -v&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;then press cntl+d&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jun 2007 09:00:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016206#M299444</guid>
      <dc:creator>Redhat</dc:creator>
      <dc:date>2007-06-08T09:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: I want to delete non active volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016207#M299445</link>
      <description>Hi Manojit Das,&lt;BR /&gt;&lt;BR /&gt;I attached output file</description>
      <pubDate>Fri, 08 Jun 2007 09:06:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016207#M299445</guid>
      <dc:creator>cbozlagan</dc:creator>
      <dc:date>2007-06-08T09:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: I want to delete non active volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016208#M299446</link>
      <description>Hi patrick,&lt;BR /&gt;&lt;BR /&gt;SAP NetWeaver installation document asks me  to execute vgscan command.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 08 Jun 2007 09:09:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016208#M299446</guid>
      <dc:creator>cbozlagan</dc:creator>
      <dc:date>2007-06-08T09:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: I want to delete non active volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016209#M299447</link>
      <description>It seems that you have already exported four different volume groups. &lt;BR /&gt;&lt;BR /&gt;vgexport command removes the vg info from the /etc/lvmtab file, deletes the associated device files including the vg_name directory but keeps that info untouched on the physical volume (on the disk)&lt;BR /&gt;&lt;BR /&gt;So if you want you can recreate (undelete) the same vgs using vgimport or clean the vg info from the disk using pvcreate -f commandon each disk.&lt;BR /&gt;&lt;BR /&gt;If you are sure you do not need the data on the unmatched disks and plan to use them in a new volume group just take the second option.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;BR /&gt;Orhan &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jun 2007 09:13:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016209#M299447</guid>
      <dc:creator>Orhan Biyiklioglu</dc:creator>
      <dc:date>2007-06-08T09:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: I want to delete non active volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016210#M299448</link>
      <description>Pls send the strings /etc/lvmtab output.&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v output showing only vg00 !!&lt;BR /&gt;&lt;BR /&gt;chech the output of #ll /dev/vg*/group &lt;BR /&gt;&lt;BR /&gt;Pls give us more feedback regarding what you are actually want to do?</description>
      <pubDate>Fri, 08 Jun 2007 09:20:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-want-to-delete-non-active-volume-group/m-p/4016210#M299448</guid>
      <dc:creator>Redhat</dc:creator>
      <dc:date>2007-06-08T09:20:29Z</dc:date>
    </item>
  </channel>
</rss>

