<?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: Problems with Volume Group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888210#M401925</link>
    <description>To rebuild lvmtab, rename (mv) lvmtab to lvmtab.old, then run vgscan -av. That will recreate lvmtab. Then update the boot record area with: lvlnboot -R. Now try vgdisplay and lvlnboot -v</description>
    <pubDate>Sun, 27 Feb 2005 18:41:57 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2005-02-27T18:41:57Z</dc:date>
    <item>
      <title>Problems with Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888202#M401917</link>
      <description>Hello, i have removed two corrupted disks, now vgdisplay shows:&lt;BR /&gt;vgdisplay: Couldn't query volume group "/dev/vg00".&lt;BR /&gt;Possible error in the Volume Group minor number; Please check and make sure the group minor number is unique.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vg00".&lt;BR /&gt;vgdisplay: Volume group not activated.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/mspa".&lt;BR /&gt;vgdisplay: Volume group not activated.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vg01".&lt;BR /&gt;&lt;BR /&gt;How to correct vg00, and how to remove vg01 and mspa groups (without disks)?</description>
      <pubDate>Sat, 26 Feb 2005 10:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888202#M401917</guid>
      <dc:creator>Irek_1</dc:creator>
      <dc:date>2005-02-26T10:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888203#M401918</link>
      <description>ok, i've removed groups vg01 and mspa, but still have problem with vg00:&lt;BR /&gt;vgdisplay: Couldn't query volume group "/dev/vg00".&lt;BR /&gt;Possible error in the Volume Group minor number; Please check and make sure the group minor number is unique.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vg00".&lt;BR /&gt;&lt;BR /&gt;How to fix it?</description>
      <pubDate>Sat, 26 Feb 2005 14:13:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888203#M401918</guid>
      <dc:creator>Irek_1</dc:creator>
      <dc:date>2005-02-26T14:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888204#M401919</link>
      <description>Did you recently add a new volume group?  &lt;BR /&gt;&lt;BR /&gt;Can you get a long listing of /dev/*/group?&lt;BR /&gt;&lt;BR /&gt;ls -la /dev/*/group&lt;BR /&gt;&lt;BR /&gt;Please post the output.  &lt;BR /&gt;&lt;BR /&gt;i.e.&lt;BR /&gt;&lt;BR /&gt;host1:jjp /home/ucs/jjp# ls -la /dev/*/group                          &lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Nov  4 13:49 /dev/vg00/group&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x020000 Dec 15 10:19 /dev/vg02/group&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x030000 Dec 15 10:19 /dev/vg03/group&lt;BR /&gt;&lt;BR /&gt;Each volume group has a different minor number.  (0xnn0000)&lt;BR /&gt;&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Feb 2005 14:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888204#M401919</guid>
      <dc:creator>John Payne_2</dc:creator>
      <dc:date>2005-02-26T14:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888205#M401920</link>
      <description>How did you remove the volume groups? vgexport or just rm the files? vgexport will properly remove the volume groups in lvmtab. Search the /dev directory for all device files with the name "group"&lt;BR /&gt; &lt;BR /&gt;find /dev -name group -exec ll {} \;&lt;BR /&gt; &lt;BR /&gt;You may need to recreate lvmtab. But first locate all group files (there should be just /dev/vg00/group right now.</description>
      <pubDate>Sat, 26 Feb 2005 16:22:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888205#M401920</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-02-26T16:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888206#M401921</link>
      <description>Here is:&lt;BR /&gt;# ls -la /dev/*/group&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Jan 20  2004 /dev/vg00/group&lt;BR /&gt;&lt;BR /&gt;vg01 and mspa i've removed with vgexport, so there is only vg00. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Feb 2005 16:30:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888206#M401921</guid>
      <dc:creator>Irek_1</dc:creator>
      <dc:date>2005-02-26T16:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888207#M401922</link>
      <description>Try: strings /etc/lvmtab to see if there are any strange physical disks or lefover VG names. If so, you'll need to use vgscan -av to rebuild lvmtab (after renaming lvmtab for safety). Make sure that lvlnboot -v reports expected VG information.</description>
      <pubDate>Sat, 26 Feb 2005 18:03:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888207#M401922</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-02-26T18:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888208#M401923</link>
      <description>there is no strange disks, only one, but lvlnboot seems bad. System is booting ok.&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c1t2d0&lt;BR /&gt;#&lt;BR /&gt;# lvlnboot -v&lt;BR /&gt;lvlnboot: Couldn't query volume group "/dev/vg00".&lt;BR /&gt;Possible error in the Volume Group minor number; Please check and make sure the group minor number is unique.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;here is vgscan:&lt;BR /&gt;# vgscan&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c1t2d0" is already recorded in the "/etc/lvmtab" file.&lt;BR /&gt;Physical Volume "/dev/dsk/c0t5d0" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c0t6d0" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c2t0d0" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c2t2d0" contains no LVM information&lt;BR /&gt;Couldn't stat physical volume "/dev/dsk/c3t2d0":&lt;BR /&gt;Invalid argument&lt;BR /&gt;&lt;BR /&gt;Here are my disks:&lt;BR /&gt;0/0/1/0.5.0   1          Unused   8748   &lt;BR /&gt;0/0/1/0.6.0   1          VxFS     8748&lt;BR /&gt;0/0/1/1.2.0   1          vg00    35003&lt;BR /&gt;0/0/2/0.0.0   1          VxFS    35003 &lt;BR /&gt;0/0/2/0.2.0   1          VxFS    35003 &lt;BR /&gt;0/0/2/1.2.0   1          Unused     0 DVDROM</description>
      <pubDate>Sun, 27 Feb 2005 04:34:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888208#M401923</guid>
      <dc:creator>Irek_1</dc:creator>
      <dc:date>2005-02-27T04:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888209#M401924</link>
      <description>I think, i need to rebuild lvmtab, but lvlnboot reports error. What should i do in this case?&lt;BR /&gt;</description>
      <pubDate>Sun, 27 Feb 2005 15:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888209#M401924</guid>
      <dc:creator>Irek_1</dc:creator>
      <dc:date>2005-02-27T15:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888210#M401925</link>
      <description>To rebuild lvmtab, rename (mv) lvmtab to lvmtab.old, then run vgscan -av. That will recreate lvmtab. Then update the boot record area with: lvlnboot -R. Now try vgdisplay and lvlnboot -v</description>
      <pubDate>Sun, 27 Feb 2005 18:41:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888210#M401925</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-02-27T18:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888211#M401926</link>
      <description>I've recreated lvmtab and now everything is ok. Thank's for all!&lt;BR /&gt;Irek</description>
      <pubDate>Mon, 28 Feb 2005 14:16:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-volume-group/m-p/4888211#M401926</guid>
      <dc:creator>Irek_1</dc:creator>
      <dc:date>2005-02-28T14:16:02Z</dc:date>
    </item>
  </channel>
</rss>

