<?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: /etc/lvmtab troubleshooting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-troubleshooting/m-p/2480949#M654607</link>
    <description>Hi!&lt;BR /&gt;   Try this:&lt;BR /&gt;&lt;BR /&gt;   # vgchange -a n vg##&lt;BR /&gt;   # vgexport /dev/vg##&lt;BR /&gt;   &lt;BR /&gt;   Then you can use the freed disks to make PVs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 10 Jan 2001 09:53:05 GMT</pubDate>
    <dc:creator>thinphony</dc:creator>
    <dc:date>2001-01-10T09:53:05Z</dc:date>
    <item>
      <title>/etc/lvmtab troubleshooting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-troubleshooting/m-p/2480946#M654604</link>
      <description>Some days ago I has hard disk mechanical failure, but I still can't remove Volume Group. The reason is that the hard disks without responce but links to those are still available. Need your help, please.</description>
      <pubDate>Tue, 09 Jan 2001 19:25:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-troubleshooting/m-p/2480946#M654604</guid>
      <dc:creator>Sergei Kazakov</dc:creator>
      <dc:date>2001-01-09T19:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab troubleshooting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-troubleshooting/m-p/2480947#M654605</link>
      <description>Have you replaced the disk that failed?  If so do a 'vgcfgrestore -n vgname /dev/rdsk/c#t#d0'  This will restore the VG configuration to that disk.  Then you can remove it if you want.</description>
      <pubDate>Tue, 09 Jan 2001 19:43:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-troubleshooting/m-p/2480947#M654605</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-01-09T19:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab troubleshooting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-troubleshooting/m-p/2480948#M654606</link>
      <description>If you want to remove the volume group (make sure that is what you really want to do)  try vgexport vgxx.  That should update the /etc/lvmtab file and the LVM subsystem along with removing the device files.&lt;BR /&gt;&lt;BR /&gt;If you are trying to recover from a failed disk you probably want to replace the disk  and recover the LVM structures with vgcfgrestore</description>
      <pubDate>Tue, 09 Jan 2001 21:17:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-troubleshooting/m-p/2480948#M654606</guid>
      <dc:creator>Rob Mallard</dc:creator>
      <dc:date>2001-01-09T21:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab troubleshooting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-troubleshooting/m-p/2480949#M654607</link>
      <description>Hi!&lt;BR /&gt;   Try this:&lt;BR /&gt;&lt;BR /&gt;   # vgchange -a n vg##&lt;BR /&gt;   # vgexport /dev/vg##&lt;BR /&gt;   &lt;BR /&gt;   Then you can use the freed disks to make PVs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jan 2001 09:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-troubleshooting/m-p/2480949#M654607</guid>
      <dc:creator>thinphony</dc:creator>
      <dc:date>2001-01-10T09:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab troubleshooting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-troubleshooting/m-p/2480950#M654608</link>
      <description>i guess best would be &lt;BR /&gt;&lt;BR /&gt;vgchange -a n vgname&lt;BR /&gt;vgexport vgname &lt;BR /&gt;which will remove entries from lvmtab , &lt;BR /&gt;or you can try moving lvmtab and doing vgsvan -v , which will scan all the disks available and update lvmtab , but for this u have to make sure you have LVM cumulative patches</description>
      <pubDate>Thu, 11 Jan 2001 01:19:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-troubleshooting/m-p/2480950#M654608</guid>
      <dc:creator>rajsri</dc:creator>
      <dc:date>2001-01-11T01:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab troubleshooting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-troubleshooting/m-p/2480951#M654609</link>
      <description>When you lose a disk and the volume group still references the disk,  you can also use vgreduce to have LVM remove the physical disk from the volume group. (This is different from vgexport which removes the volume group.)&lt;BR /&gt;&lt;BR /&gt;# vgreduce -f /dev/vg01&lt;BR /&gt;&lt;BR /&gt;From the man page:&lt;BR /&gt;"The vgreduce command with -f option removes all missing physical volume from the volume group."&lt;BR /&gt;&lt;BR /&gt;After you have used vgreduce, recreate the /etc/lvmtab:&lt;BR /&gt;# mv /etc/lvmtab /tmp/lvmtab.old &lt;BR /&gt;# vgscan -v</description>
      <pubDate>Thu, 11 Jan 2001 12:20:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-troubleshooting/m-p/2480951#M654609</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2001-01-11T12:20:30Z</dc:date>
    </item>
  </channel>
</rss>

