<?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 on a NIKE RAID 5 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove-on-a-nike-raid-5/m-p/2715655#M645232</link>
    <description>I want to remove vg03 on from a NIKE RAID 5. &lt;BR /&gt;I did lvremove -f on all lvols, vgreduce on all alternate links, all but the last disk.&lt;BR /&gt;Now I know, I missed one disk!&lt;BR /&gt;vgremove told me:&lt;BR /&gt; Couldn't remove the entry "/dev/vg03" from "./etc/lvmtab".&lt;BR /&gt;strings /etc/lvmtab finds only /dev/dsk/c1t3d0 but strings on strings /etc/lvmconf/vg03.conf tells me there is still another disk /dev/rdsk/c0t2d0&lt;BR /&gt;&lt;BR /&gt;How can I cleanup?&lt;BR /&gt;&lt;BR /&gt;Clemens</description>
    <pubDate>Thu, 02 May 2002 12:55:53 GMT</pubDate>
    <dc:creator>Clemens Kleibusch</dc:creator>
    <dc:date>2002-05-02T12:55:53Z</dc:date>
    <item>
      <title>vgremove on a NIKE RAID 5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove-on-a-nike-raid-5/m-p/2715655#M645232</link>
      <description>I want to remove vg03 on from a NIKE RAID 5. &lt;BR /&gt;I did lvremove -f on all lvols, vgreduce on all alternate links, all but the last disk.&lt;BR /&gt;Now I know, I missed one disk!&lt;BR /&gt;vgremove told me:&lt;BR /&gt; Couldn't remove the entry "/dev/vg03" from "./etc/lvmtab".&lt;BR /&gt;strings /etc/lvmtab finds only /dev/dsk/c1t3d0 but strings on strings /etc/lvmconf/vg03.conf tells me there is still another disk /dev/rdsk/c0t2d0&lt;BR /&gt;&lt;BR /&gt;How can I cleanup?&lt;BR /&gt;&lt;BR /&gt;Clemens</description>
      <pubDate>Thu, 02 May 2002 12:55:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgremove-on-a-nike-raid-5/m-p/2715655#M645232</guid>
      <dc:creator>Clemens Kleibusch</dc:creator>
      <dc:date>2002-05-02T12:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: vgremove on a NIKE RAID 5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove-on-a-nike-raid-5/m-p/2715656#M645233</link>
      <description>Hi Clemens:&lt;BR /&gt;&lt;BR /&gt;You can just export it:&lt;BR /&gt;&lt;BR /&gt;# vgexport /dev/vg03&lt;BR /&gt;&lt;BR /&gt;This will remove entries from /etc/lvmtab and the lvmconf directory.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Thu, 02 May 2002 12:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgremove-on-a-nike-raid-5/m-p/2715656#M645233</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-02T12:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: vgremove on a NIKE RAID 5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove-on-a-nike-raid-5/m-p/2715657#M645234</link>
      <description>Hi Clemens,&lt;BR /&gt;&lt;BR /&gt; You can do a vgexport /dev/vg03 &lt;BR /&gt;That will get rid of the /dev/vg03 info&lt;BR /&gt;Then do a &lt;BR /&gt;pvcreate -f /dev/rdsk/c0t2d0&lt;BR /&gt;to wipe the LV info on the disk&lt;BR /&gt;Then if still in lvmtab do &lt;BR /&gt;mv /etc/lvmtab /etc/lvmtab.oldThen do a  &lt;BR /&gt;vgscan -av&lt;BR /&gt;to recreate the /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;Think that will achieve your goal.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 02 May 2002 13:00:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgremove-on-a-nike-raid-5/m-p/2715657#M645234</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-05-02T13:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: vgremove on a NIKE RAID 5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove-on-a-nike-raid-5/m-p/2715658#M645235</link>
      <description># vgexport /dev/vg03&lt;BR /&gt;&lt;BR /&gt;will do the job here.</description>
      <pubDate>Thu, 02 May 2002 13:03:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgremove-on-a-nike-raid-5/m-p/2715658#M645235</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-02T13:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: vgremove on a NIKE RAID 5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove-on-a-nike-raid-5/m-p/2715659#M645236</link>
      <description>1) do vxexport on vg03&lt;BR /&gt;2) check if /dev/vg03 is still there. If exists than rm /dev/vg03&lt;BR /&gt;&lt;BR /&gt;ashish</description>
      <pubDate>Thu, 02 May 2002 13:08:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgremove-on-a-nike-raid-5/m-p/2715659#M645236</guid>
      <dc:creator>ashish nanjiani</dc:creator>
      <dc:date>2002-05-02T13:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: vgremove on a NIKE RAID 5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove-on-a-nike-raid-5/m-p/2715660#M645237</link>
      <description>vgexport /dev/vg03&lt;BR /&gt;&lt;BR /&gt;It will remove vg03 from the system, without modifying the lv info found on the pv.&lt;BR /&gt;</description>
      <pubDate>Thu, 02 May 2002 13:08:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgremove-on-a-nike-raid-5/m-p/2715660#M645237</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2002-05-02T13:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: vgremove on a NIKE RAID 5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgremove-on-a-nike-raid-5/m-p/2715661#M645238</link>
      <description>thanks a lot to all!&lt;BR /&gt;This answer was to easy to think about.&lt;BR /&gt;I thought I'd learn something about vgcfgrestore... :-)  &lt;BR /&gt;&lt;BR /&gt;Clemens</description>
      <pubDate>Thu, 02 May 2002 13:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgremove-on-a-nike-raid-5/m-p/2715661#M645238</guid>
      <dc:creator>Clemens Kleibusch</dc:creator>
      <dc:date>2002-05-02T13:14:32Z</dc:date>
    </item>
  </channel>
</rss>

