<?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 Building VG's with AutoRaid12H in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/building-vg-s-with-autoraid12h/m-p/2497428#M654973</link>
    <description>Any secret to making sure I don't screw this up?&lt;BR /&gt;&lt;BR /&gt;I need 3 VG's using 6 drives in an AutoRaid 12H.&lt;BR /&gt;&lt;BR /&gt;I also need to clear out 3 bad VG's and clean up my lvmtab file.&lt;BR /&gt;&lt;BR /&gt;I can't seem to remove vg03.&lt;BR /&gt;&lt;BR /&gt;Basically I need to totally wipe out vg01 vg02 and vg03 (all references to those VG's) so I can start over.&lt;BR /&gt;&lt;BR /&gt;Thanks again!&lt;BR /&gt;&lt;BR /&gt;John</description>
    <pubDate>Thu, 22 Feb 2001 19:20:06 GMT</pubDate>
    <dc:creator>John Love_3</dc:creator>
    <dc:date>2001-02-22T19:20:06Z</dc:date>
    <item>
      <title>Building VG's with AutoRaid12H</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-vg-s-with-autoraid12h/m-p/2497428#M654973</link>
      <description>Any secret to making sure I don't screw this up?&lt;BR /&gt;&lt;BR /&gt;I need 3 VG's using 6 drives in an AutoRaid 12H.&lt;BR /&gt;&lt;BR /&gt;I also need to clear out 3 bad VG's and clean up my lvmtab file.&lt;BR /&gt;&lt;BR /&gt;I can't seem to remove vg03.&lt;BR /&gt;&lt;BR /&gt;Basically I need to totally wipe out vg01 vg02 and vg03 (all references to those VG's) so I can start over.&lt;BR /&gt;&lt;BR /&gt;Thanks again!&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Thu, 22 Feb 2001 19:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-vg-s-with-autoraid12h/m-p/2497428#M654973</guid>
      <dc:creator>John Love_3</dc:creator>
      <dc:date>2001-02-22T19:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Building VG's with AutoRaid12H</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-vg-s-with-autoraid12h/m-p/2497429#M654974</link>
      <description>Hi John:&lt;BR /&gt;&lt;BR /&gt;1. For each logical volume in the volume group, 'lvremove' it.  For example:&lt;BR /&gt;&lt;BR /&gt;# lvremove /dev/vg??/lvol?&lt;BR /&gt;&lt;BR /&gt;2. 'vgreduce' each physical volume constituting the volume group, BUT LEAVE ONE.  For example:&lt;BR /&gt;&lt;BR /&gt;# vgreduce /dev/vg?? /dev/dsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;3. 'vgremove' the volume group.  For example:&lt;BR /&gt;&lt;BR /&gt;# vgremove /dev/vg??&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 22 Feb 2001 19:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-vg-s-with-autoraid12h/m-p/2497429#M654974</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-02-22T19:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Building VG's with AutoRaid12H</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-vg-s-with-autoraid12h/m-p/2497430#M654975</link>
      <description>I can't remove VG03 and VG02.&lt;BR /&gt;My lvmtab file is messed up.  It keeps stating this when I do a vgscan:&lt;BR /&gt;Warning: couldn't query physical volume "/dev/dsk/disk_query"&lt;BR /&gt;&lt;BR /&gt;What is disk_query and how do I get it out of my lvmtab file (I don't think it belongs in there)&lt;BR /&gt;&lt;BR /&gt;Also now my vgremove /dev/vg02 (/dev/vg03) commands fail because they are not active.  I'm in over my head here.&lt;BR /&gt;&lt;BR /&gt;More help required.&lt;BR /&gt;&lt;BR /&gt;Thanks again!</description>
      <pubDate>Thu, 22 Feb 2001 20:14:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-vg-s-with-autoraid12h/m-p/2497430#M654975</guid>
      <dc:creator>John Love_3</dc:creator>
      <dc:date>2001-02-22T20:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Building VG's with AutoRaid12H</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-vg-s-with-autoraid12h/m-p/2497431#M654976</link>
      <description>Hi John:&lt;BR /&gt;&lt;BR /&gt;Preserve what you have and then vgscan again:&lt;BR /&gt;&lt;BR /&gt;# mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;# vgscan -a -v &lt;BR /&gt;# vgchange /dev/vg?? -a y&lt;BR /&gt;# vgdisplay -v /dev/vg?? #...to see what's there...&lt;BR /&gt;# lvremove, vgreduce &amp;amp; vgremove as noted in first post.&lt;BR /&gt;&lt;BR /&gt;Take a look at the man pages for 'vgscan'.  You will need to do 'lvlnboot -R' to correct boot information and may need to correct alternate links.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 22 Feb 2001 22:05:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-vg-s-with-autoraid12h/m-p/2497431#M654976</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-02-22T22:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Building VG's with AutoRaid12H</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-vg-s-with-autoraid12h/m-p/2497432#M654977</link>
      <description>I got it.&lt;BR /&gt;I'm a moron.  I figured out what happened in the first place.&lt;BR /&gt;&lt;BR /&gt;The key was the AutoRaid 12H.&lt;BR /&gt;A CE setup this system in the first place.  s/he created 3 LV's on the autoraid hardware.&lt;BR /&gt;&lt;BR /&gt;Sam showed me all devices in the AutoRaid.  So, I had 6 devices (but they were already partitioned into 3 logical devices)&lt;BR /&gt;&lt;BR /&gt;So, I'm on my way.&lt;BR /&gt;&lt;BR /&gt;Thank you ALL for your help with this and the other post.  You've all been extremely helpful&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Fri, 23 Feb 2001 01:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-vg-s-with-autoraid12h/m-p/2497432#M654977</guid>
      <dc:creator>John Love_3</dc:creator>
      <dc:date>2001-02-23T01:00:34Z</dc:date>
    </item>
  </channel>
</rss>

