<?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: corrupted lvmtab in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-lvmtab/m-p/2460230#M13890</link>
    <description>"your suggestions worked": &lt;BR /&gt;ie we CAN create a "good" lvmtab WHEN /dev/slvmvg moved out of the way?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PS: points always appreciated- useful to get an idea on quality of an answer...</description>
    <pubDate>Wed, 01 Nov 2000 15:02:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2000-11-01T15:02:11Z</dc:date>
    <item>
      <title>corrupted lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-lvmtab/m-p/2460226#M13886</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have a correct /etc/lvmtab; when executing "vgscan -a" we find in the LVM tab a "/dev/". When we remove the /etc/lvmtab and then execute 'vgscan -a' again, we have no /dev/vg00, but still '/dev/', BTW, we have no groupfile in /dev.&lt;BR /&gt;Any suggestions?&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Nov 2000 10:56:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-lvmtab/m-p/2460226#M13886</guid>
      <dc:creator>M.J. van der Meer</dc:creator>
      <dc:date>2000-11-01T10:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: corrupted lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-lvmtab/m-p/2460227#M13887</link>
      <description>had sth like this last weekend after inst of some MC/SG patches. vg00 was still active but vgdisplay vg00 complained&lt;BR /&gt;# vgdisplay vg00&lt;BR /&gt;vgdisplay: Couldn't query volume group "vg00".&lt;BR /&gt;Possible error in the Volume Group minor number; Please check and make sure the &lt;BR /&gt;group minor number is unique.&lt;BR /&gt;vgdisplay: Cannot display volume group "vg00"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ll /dev/slvmvg #Do you have this one?&lt;BR /&gt;#Then try:&lt;BR /&gt;mv /dev/slvmvg /tmp&lt;BR /&gt;mv /etc/lvmtab /etc/lvmtab.001101&lt;BR /&gt;vgscan -v &lt;BR /&gt;mv /tmp/slvmvg  /dev&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;We found this using (D=/ or /dev)&lt;BR /&gt;614     find $D | while read f&lt;BR /&gt;        do&lt;BR /&gt;        if test -c $f&lt;BR /&gt;        then ll $f | grep 64&lt;BR /&gt;        fi&lt;BR /&gt;        done &amp;gt; /tmp/1.t &lt;BR /&gt;&lt;BR /&gt;RGDS&lt;BR /&gt;Thomas</description>
      <pubDate>Wed, 01 Nov 2000 11:41:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-lvmtab/m-p/2460227#M13887</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-11-01T11:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: corrupted lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-lvmtab/m-p/2460228#M13888</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Found this support entry:-&lt;BR /&gt;&lt;BR /&gt;The problem is with the /dev/slvmvg file (only with MC/ServiceGuard)&lt;BR /&gt;having same major/minor number as /dev/vg00/group file, to verify it&lt;BR /&gt;you can type:&lt;BR /&gt;&lt;BR /&gt;#ll /dev | grep 64&lt;BR /&gt;&lt;BR /&gt;To fix it you can do:&lt;BR /&gt;&lt;BR /&gt;mv /dev/slvmvg /tmp&lt;BR /&gt;#vgscan&lt;BR /&gt;#strings /etc/lvmtab -&amp;gt; now it should be ok&lt;BR /&gt;&lt;BR /&gt;do I need te recreate the /dev/slvmvg ?&lt;BR /&gt;&lt;BR /&gt;When cmlvmd runs, it checks if /dev/slvmvg exists. If not,&lt;BR /&gt;it creates one so this file is recreated manually.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But here is the way te re-create it manually if you want:&lt;BR /&gt;&lt;BR /&gt;Recreate the special file:&lt;BR /&gt;&lt;BR /&gt;     #mknod /dev/slvmvg c 64 0x0&lt;BR /&gt;&lt;BR /&gt;Change the file mode:&lt;BR /&gt;&lt;BR /&gt;     #chmod 660&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is a known problem that has no permanent fix available yet.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;John</description>
      <pubDate>Wed, 01 Nov 2000 11:47:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-lvmtab/m-p/2460228#M13888</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-11-01T11:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: corrupted lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-lvmtab/m-p/2460229#M13889</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Indeed, your sugesstions worked, but when excuting 'vgscan' again, we have the same problem, '/dev/' (without vg00).&lt;BR /&gt;Any other solutions?&lt;BR /&gt;&lt;BR /&gt;Martijn</description>
      <pubDate>Wed, 01 Nov 2000 12:23:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-lvmtab/m-p/2460229#M13889</guid>
      <dc:creator>M.J. van der Meer</dc:creator>
      <dc:date>2000-11-01T12:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: corrupted lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-lvmtab/m-p/2460230#M13890</link>
      <description>"your suggestions worked": &lt;BR /&gt;ie we CAN create a "good" lvmtab WHEN /dev/slvmvg moved out of the way?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PS: points always appreciated- useful to get an idea on quality of an answer...</description>
      <pubDate>Wed, 01 Nov 2000 15:02:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-lvmtab/m-p/2460230#M13890</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-11-01T15:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: corrupted lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-lvmtab/m-p/2460231#M13891</link>
      <description>I have the same problem and I can regenerate a good lvmtab whithout /dev/ .&lt;BR /&gt;&lt;BR /&gt;But /dev/vg00 is not the first volume group in the /etv/lvmtab file.&lt;BR /&gt;&lt;BR /&gt;I remember that it should cause some problem when booting ?</description>
      <pubDate>Thu, 02 Nov 2000 09:09:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-lvmtab/m-p/2460231#M13891</guid>
      <dc:creator>MARTINACHE</dc:creator>
      <dc:date>2000-11-02T09:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: corrupted lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-lvmtab/m-p/2460232#M13892</link>
      <description>Thank you all for the quick answers and since this is a known problem, we have to live with it for the time being.&lt;BR /&gt;&lt;BR /&gt;Martijn</description>
      <pubDate>Thu, 02 Nov 2000 11:49:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-lvmtab/m-p/2460232#M13892</guid>
      <dc:creator>M.J. van der Meer</dc:creator>
      <dc:date>2000-11-02T11:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: corrupted lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-lvmtab/m-p/2460233#M13893</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As a matter of interest, why are you running vgscan? It's normally only run (as the man pages state) 'in the event of a catastrophic error'.&lt;BR /&gt;&lt;BR /&gt;I have several systems where the root volume group is not the first in lvmtab (some that don't have a vg00 at all) and have never experienced any problems booting.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Nov 2000 12:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-lvmtab/m-p/2460233#M13893</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-11-02T12:03:20Z</dc:date>
    </item>
  </channel>
</rss>

