<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab/m-p/3422209#M204337</link>
    <description>Jack,&lt;BR /&gt;&lt;BR /&gt;I wouldn't recommend it.  Instead, try moving it aside and re-creating it with vgscan:&lt;BR /&gt;&lt;BR /&gt;mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;vgscan -a&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Mon, 15 Nov 2004 11:04:53 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2004-11-15T11:04:53Z</dc:date>
    <item>
      <title>/etc/lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab/m-p/3422208#M204336</link>
      <description>Dear All,&lt;BR /&gt;Can I remove the entry of vg03 from /etc/lvmtab file using vi editor directly instead of using the below commands....&lt;BR /&gt;lvremove -f /dev/vg03/lvol1&lt;BR /&gt;vgremove vg03&lt;BR /&gt;rm -r /dev/vg03. &lt;BR /&gt;</description>
      <pubDate>Mon, 15 Nov 2004 11:03:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab/m-p/3422208#M204336</guid>
      <dc:creator>Jack_126</dc:creator>
      <dc:date>2004-11-15T11:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab/m-p/3422209#M204337</link>
      <description>Jack,&lt;BR /&gt;&lt;BR /&gt;I wouldn't recommend it.  Instead, try moving it aside and re-creating it with vgscan:&lt;BR /&gt;&lt;BR /&gt;mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;vgscan -a&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 15 Nov 2004 11:04:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab/m-p/3422209#M204337</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-11-15T11:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab/m-p/3422210#M204338</link>
      <description>Editing the file is rather a bad idea. You'd better use the commands. Consider that, if such commands exist, means they are usefull. For instance, they will have currently running LVM daemon to know about that changes.&lt;BR /&gt;&lt;BR /&gt;You may also consider using vgexport command.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Nov 2004 11:08:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab/m-p/3422210#M204338</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-15T11:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab/m-p/3422211#M204339</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;no , you  cant do it by editing the file .&lt;BR /&gt;&lt;BR /&gt;you will need to do the command that you run  , after that do mv lvmtab lvmtab.orig and then run vgscan to recreate the lvmtab again with the rigth entry . &lt;BR /&gt;&lt;BR /&gt;eran maor</description>
      <pubDate>Mon, 15 Nov 2004 11:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab/m-p/3422211#M204339</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2004-11-15T11:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab/m-p/3422212#M204340</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;This cannot be done by editing the /etc/lvmtab file. make a copy of the lvmtab and remove it. You can then run the vgscan command which will create the lvmtab with the available disks.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Mon, 15 Nov 2004 11:30:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab/m-p/3422212#M204340</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2004-11-15T11:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab/m-p/3422213#M204341</link>
      <description>There is binary data in this file so simply using a text editor is out of the question. By far, the easist method is to simply deactivate the volume group and then do a vgexport /dev/vg03. It's all gone.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Nov 2004 11:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab/m-p/3422213#M204341</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-11-15T11:35:22Z</dc:date>
    </item>
  </channel>
</rss>

