<?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: How can I get rid of a disk from lvmtab in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116382#M587307</link>
    <description>#vgexport vg_dboracle&lt;BR /&gt;&lt;BR /&gt;Problem solved, came to me on a fag break!!&lt;BR /&gt;&lt;BR /&gt;Thanks for all the help.</description>
    <pubDate>Fri, 27 Jun 2008 14:48:34 GMT</pubDate>
    <dc:creator>Jash_1</dc:creator>
    <dc:date>2008-06-27T14:48:34Z</dc:date>
    <item>
      <title>How can I get rid of a disk from lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116373#M587298</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have had a problem with some disks having their special files change (don't ask), but the lvmtab has a disk registered in it (including 3 alt paths) but the volume group is not there and I want to reuse the disk. &lt;BR /&gt;I have tried moving the lvmtab and running:&lt;BR /&gt;&lt;BR /&gt;#vgscan -v&lt;BR /&gt;&lt;BR /&gt;But it put the disk back into the lvmtab.&lt;BR /&gt;&lt;BR /&gt;Has anyone any ideas as to how I can get it out of the lvmtab.&lt;BR /&gt;&lt;BR /&gt;pvcreate -f didn't work.&lt;BR /&gt;&lt;BR /&gt;hpux 11.23</description>
      <pubDate>Fri, 27 Jun 2008 13:32:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116373#M587298</guid>
      <dc:creator>Jash_1</dc:creator>
      <dc:date>2008-06-27T13:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get rid of a disk from lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116374#M587299</link>
      <description>Hi Jash:&lt;BR /&gt;&lt;BR /&gt;The easy way is to 'vgexport' the volume group.  Then, if you are sure that you want to reuse the physical disk, 'pvcreate' them.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 27 Jun 2008 13:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116374#M587299</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-06-27T13:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get rid of a disk from lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116375#M587300</link>
      <description>The volume group has disappeared, else I would have tried that.</description>
      <pubDate>Fri, 27 Jun 2008 13:44:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116375#M587300</guid>
      <dc:creator>Jash_1</dc:creator>
      <dc:date>2008-06-27T13:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get rid of a disk from lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116376#M587301</link>
      <description>Try first.&lt;BR /&gt;&lt;BR /&gt;vgreduce -f  ( check man page for description&lt;BR /&gt;&lt;BR /&gt;Then if neccessary.&lt;BR /&gt;&lt;BR /&gt;mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;then vgscan to rebuild the lvmtab&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jun 2008 13:51:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116376#M587301</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-06-27T13:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get rid of a disk from lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116377#M587302</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; The volume group has disappeared&lt;BR /&gt;&lt;BR /&gt;If you are absolutely sure of the physical devices that you want to obliterate, the LVM signitures on them with 'pvremove' (on 11.23 or later) or write zeros as:&lt;BR /&gt;&lt;BR /&gt;# pvremove /dev/rdsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;(or)&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/zero of=/dev/rdsk/cXtYdZ bs=1024k count=10000&lt;BR /&gt;&lt;BR /&gt;Then:&lt;BR /&gt;&lt;BR /&gt;# mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;# vgscan -av&lt;BR /&gt;# vgchange -a y&lt;BR /&gt;# lvlnboot -R&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 27 Jun 2008 13:56:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116377#M587302</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-06-27T13:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get rid of a disk from lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116378#M587303</link>
      <description>Looking at the man pages for pvremove, it will not let you remove a disk if it is assigned to a volume group. Sadly the disk is assigned to a volume group within the lvmtab! This means it will not work, I think?&lt;BR /&gt;&lt;BR /&gt;I will check it tho'.</description>
      <pubDate>Fri, 27 Jun 2008 14:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116378#M587303</guid>
      <dc:creator>Jash_1</dc:creator>
      <dc:date>2008-06-27T14:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get rid of a disk from lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116379#M587304</link>
      <description>pvremove /dev/rdsk/c20t3d0&lt;BR /&gt;pvremove: The physical volume "/dev/rdsk/c20t3d0" belongs to volume group "/dev/vg_dboracle".&lt;BR /&gt;pvremove: Couldn't remove physical volume "/dev/rdsk/c20t3d0".&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jun 2008 14:05:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116379#M587304</guid>
      <dc:creator>Jash_1</dc:creator>
      <dc:date>2008-06-27T14:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get rid of a disk from lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116380#M587305</link>
      <description>Jash, can you paste the entries for the disk and the VG from the /etc/lvmtab&lt;BR /&gt;and also #vgdisplay -v &lt;VG&gt; &lt;BR /&gt;&lt;/VG&gt;</description>
      <pubDate>Fri, 27 Jun 2008 14:25:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116380#M587305</guid>
      <dc:creator>Anka</dc:creator>
      <dc:date>2008-06-27T14:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get rid of a disk from lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116381#M587306</link>
      <description>apgst01 # strings lvmtab&lt;BR /&gt;/dev/vg_dboracle&lt;BR /&gt;/dev/dsk/c20t3d0&lt;BR /&gt;/dev/dsk/c21t3d0&lt;BR /&gt;/dev/dsk/c18t3d0&lt;BR /&gt;/dev/dsk/c19t3d0&lt;BR /&gt;&lt;BR /&gt;Multi-path san lun.&lt;BR /&gt;&lt;BR /&gt;apgst01 # vgdisplay -v /dev/vg_dboracle&lt;BR /&gt;vgdisplay: Volume group not activated.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vg_dboracle".&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jun 2008 14:29:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116381#M587306</guid>
      <dc:creator>Jash_1</dc:creator>
      <dc:date>2008-06-27T14:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get rid of a disk from lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116382#M587307</link>
      <description>#vgexport vg_dboracle&lt;BR /&gt;&lt;BR /&gt;Problem solved, came to me on a fag break!!&lt;BR /&gt;&lt;BR /&gt;Thanks for all the help.</description>
      <pubDate>Fri, 27 Jun 2008 14:48:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116382#M587307</guid>
      <dc:creator>Jash_1</dc:creator>
      <dc:date>2008-06-27T14:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get rid of a disk from lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116383#M587308</link>
      <description>Cheers guys.</description>
      <pubDate>Fri, 27 Jun 2008 14:51:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-rid-of-a-disk-from-lvmtab/m-p/5116383#M587308</guid>
      <dc:creator>Jash_1</dc:creator>
      <dc:date>2008-06-27T14:51:33Z</dc:date>
    </item>
  </channel>
</rss>

