<?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: VG00 /lvlnboot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vg00-lvlnboot/m-p/5256359#M471622</link>
    <description>I have found a solution to this question from our forum mates.</description>
    <pubDate>Thu, 23 Sep 2010 08:09:21 GMT</pubDate>
    <dc:creator>DAVID99_1</dc:creator>
    <dc:date>2010-09-23T08:09:21Z</dc:date>
    <item>
      <title>VG00 /lvlnboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg00-lvlnboot/m-p/5256352#M471615</link>
      <description>Dear Experts ,&lt;BR /&gt;&lt;BR /&gt;unfortunately i deleted Three file in my /dev/vg00 with &lt;BR /&gt;#rm -rf -i /vg00&lt;BR /&gt;Here i pressed Y Three times&lt;BR /&gt;after that i checked with below commands&lt;BR /&gt;#bdf===&amp;gt; in this iam not getting /stand&lt;BR /&gt;#vgdisplay&lt;BR /&gt;it cannot display the information&lt;BR /&gt;after that i created &lt;BR /&gt;#mknod /dev/vg00/group c 64 0x0000&lt;BR /&gt;after this vg diplay command is giving below output&lt;BR /&gt;&lt;BR /&gt;root@sap#vgdisplay&lt;BR /&gt;vgdisplay: LVM group file has an invalid minor number. Use the format: 0xNN0000.&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/disk/disk13_p2":&lt;BR /&gt;Inappropriate ioctl for device - the command was attempted on a&lt;BR /&gt;logical volume device rather than the control device.&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c11t0d0s2":&lt;BR /&gt;Inappropriate ioctl for device - the command was attempted on a&lt;BR /&gt;logical volume device rather than the control device.&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name /dev/vg00&lt;BR /&gt;VG Write Access read/write&lt;BR /&gt;VG Status available&lt;BR /&gt;Max LV 255&lt;BR /&gt;Cur LV 10&lt;BR /&gt;Open LV 9&lt;BR /&gt;Max PV 16&lt;BR /&gt;Cur PV 2&lt;BR /&gt;Act PV 0&lt;BR /&gt;Max PE per PV 4384&lt;BR /&gt;VGDA 0&lt;BR /&gt;PE Size (Mbytes) 32&lt;BR /&gt;Total PE 0&lt;BR /&gt;Alloc PE 0&lt;BR /&gt;Free PE 0&lt;BR /&gt;Total PVG 0&lt;BR /&gt;Total Spare PVs 0&lt;BR /&gt;Total Spare PVs in use 0&lt;BR /&gt;VG Version 1.0&lt;BR /&gt;VG Max Size 2192g&lt;BR /&gt;VG Max Extents 70144&lt;BR /&gt;==================&lt;BR /&gt;and #lvlnboot -v is giving &lt;BR /&gt;lvlnboot: LVM group file has an invalid minor number.  Use the format: 0xNN0000.&lt;BR /&gt;lvlnboot: Couldn't query physical volume "/dev/disk/disk13_p2":&lt;BR /&gt;Inappropriate ioctl for device - the command was attempted on a&lt;BR /&gt;logical volume device rather than the control device.&lt;BR /&gt;&lt;BR /&gt;i have a ignite back-up and we are using &lt;BR /&gt;rx8640-hp-ux 11i v3&lt;BR /&gt;&lt;BR /&gt;advance thanks for urs reply&lt;BR /&gt;David</description>
      <pubDate>Thu, 23 Sep 2010 05:03:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg00-lvlnboot/m-p/5256352#M471615</guid>
      <dc:creator>DAVID99_1</dc:creator>
      <dc:date>2010-09-23T05:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: VG00 /lvlnboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg00-lvlnboot/m-p/5256353#M471616</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;the mknod should be :&lt;BR /&gt;&lt;BR /&gt;mknod /dev/vg00/group c 64 0x000000&lt;BR /&gt;&lt;BR /&gt;and them recreate also the files for Lvol[1-x]&lt;BR /&gt;&lt;BR /&gt;# ll /dev/vg00&lt;BR /&gt;total 0&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Jun 29 08:34 group&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000001 Jun 29 08:34 lvol1&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000002 Jun 29 08:34 lvol2&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000003 Jun 29 08:34 lvol3&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000004 Jun 29 08:34 lvol4&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000005 Jun 29 08:34 lvol5&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000006 Jun 29 08:34 lvol6&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000007 Jun 29 08:34 lvol7&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000008 Jun 29 08:34 lvol8&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000001 Jun 29 08:34 rlvol1&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000002 Jun 29 08:34 rlvol2&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000003 Jun 29 08:34 rlvol3&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000004 Jun 29 08:34 rlvol4&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000005 Jun 29 08:34 rlvol5&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000006 Jun 29 08:34 rlvol6&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000007 Jun 29 08:34 rlvol7&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000008 Jun 29 08:34 rlvol8&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Thu, 23 Sep 2010 05:18:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg00-lvlnboot/m-p/5256353#M471616</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-09-23T05:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: VG00 /lvlnboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg00-lvlnboot/m-p/5256354#M471617</link>
      <description>&amp;gt; #rm -rf -i /vg00&lt;BR /&gt;&lt;BR /&gt;This is unlikely to be the command you actually ran. On a normal HP-UX system, there should be nothing named "vg00" in the root directory, so the command should have ended harmlessly with a "No such file or directory" error message. Was there some strange local customization or did you actually do something else? (Check the shell's command history!)&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/group is the "LVM group file" the error messages are talking about. So the first thing would be to see what it looks like currently:&lt;BR /&gt;&lt;BR /&gt;ll /dev/vg00/&lt;BR /&gt;&lt;BR /&gt;Please show the output.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; mknod /dev/vg00/group c 64 0x0000&lt;BR /&gt;&lt;BR /&gt;Hmm... I would have expected this command to require six hex digits for the minor number (i.e. 0x000000). Perhaps the wrong length of the number caused it to do something strange. The output of "ll /dev/vg00/" should clear the mystery.</description>
      <pubDate>Thu, 23 Sep 2010 05:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg00-lvlnboot/m-p/5256354#M471617</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-09-23T05:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: VG00 /lvlnboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg00-lvlnboot/m-p/5256355#M471618</link>
      <description>Hi,&lt;BR /&gt;  &amp;gt;&amp;gt;unfortunately i deleted Three file in my /dev/vg00 &amp;lt;&amp;lt;&lt;BR /&gt;  If so the deleted files may be,&lt;BR /&gt;&lt;BR /&gt;crw-r----- 1 root sys 64 0x000000 Aug 12 06:51 group&lt;BR /&gt;brw-r----- 1 root sys 64 0x000001 Aug 12 06:51 lvol1&lt;BR /&gt;brw-r----- 1 root sys 64 0x000002 Aug 12 06:51 lvol2&lt;BR /&gt;&lt;BR /&gt; Like Matti mentioned,check the output of #ll /dev/vg00&lt;BR /&gt;Then try to create the vggroup file using&lt;BR /&gt;#mknod /dev/vg00/group c 64 0x000000&lt;BR /&gt;&lt;BR /&gt;Also you need to create the block device files for the LVs lvol1 and lvol2.(confirm then do)..,&lt;BR /&gt;#mknod /dev/vg00/lvol1 b 64 0x000001&lt;BR /&gt;#mknod /dev/vg00/lvol2 b 64 0x000002&lt;BR /&gt;&lt;BR /&gt;Hope this will work.&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Sep 2010 06:10:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg00-lvlnboot/m-p/5256355#M471618</guid>
      <dc:creator>Bijeesh</dc:creator>
      <dc:date>2010-09-23T06:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: VG00 /lvlnboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg00-lvlnboot/m-p/5256356#M471619</link>
      <description>hi kurkela/Brijeesh &lt;BR /&gt; first of all thanks for your quick reply&lt;BR /&gt;&lt;BR /&gt;i created group file and block devicefile&lt;BR /&gt;&lt;BR /&gt;it all ok but&lt;BR /&gt;# cd /dev/vg00&lt;BR /&gt;#ll&lt;BR /&gt;total 0&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x000000 Sep 23 12:37 group&lt;BR /&gt;brw-r--r--   1 root       sys         64 0x000001 Sep 23 12:46 lvol1&lt;BR /&gt;brw-r-----   1 root       sys         64 0x00000a Jul 20 10:18 lvol10&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000002 Dec  1  2009 lvol2&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000003 Dec  1  2009 lvol3&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000004 Dec  1  2009 lvol4&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000005 Dec  1  2009 lvol5&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000006 Dec  1  2009 lvol6&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000007 Dec  1  2009 lvol7&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000008 Dec  1  2009 lvol8&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000009 Dec  1  2009 lvol9&lt;BR /&gt;crw-r-----   1 root       sys         64 0x00000a Jul 20 10:18 rlvol10&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000002 Dec  1  2009 rlvol2&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000003 Dec  1  2009 rlvol3&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000004 Dec  1  2009 rlvol4&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000005 Dec  1  2009 rlvol5&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000006 Dec  1  2009 rlvol6&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000007 Dec  1  2009 rlvol7&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000008 Dec  1  2009 rlvol8&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000009 Dec  1  2009 rlvol9&lt;BR /&gt; in above out put we didn't get lvol1's charecter device file &lt;BR /&gt;i tried to create this &lt;BR /&gt;it says mknod:already exists.&lt;BR /&gt;and in&lt;BR /&gt;# bdf&lt;BR /&gt;/stand is not present&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Sep 2010 06:33:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg00-lvlnboot/m-p/5256356#M471619</guid>
      <dc:creator>DAVID99_1</dc:creator>
      <dc:date>2010-09-23T06:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: VG00 /lvlnboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg00-lvlnboot/m-p/5256357#M471620</link>
      <description>hi,&lt;BR /&gt;  Did you tried with &lt;BR /&gt;#mknod /dev/vg00/rlvol1 c 64 0x000001&lt;BR /&gt;&lt;BR /&gt;I guess you may type lvol1 instead of rlvol1.</description>
      <pubDate>Thu, 23 Sep 2010 07:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg00-lvlnboot/m-p/5256357#M471620</guid>
      <dc:creator>Bijeesh</dc:creator>
      <dc:date>2010-09-23T07:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: VG00 /lvlnboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg00-lvlnboot/m-p/5256358#M471621</link>
      <description>hi bijeesh&lt;BR /&gt;&lt;BR /&gt;finally i got it .&lt;BR /&gt;your quick responsce is Appriciatable.&lt;BR /&gt;&lt;BR /&gt;ThanQ bye&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Sep 2010 08:08:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg00-lvlnboot/m-p/5256358#M471621</guid>
      <dc:creator>DAVID99_1</dc:creator>
      <dc:date>2010-09-23T08:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: VG00 /lvlnboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg00-lvlnboot/m-p/5256359#M471622</link>
      <description>I have found a solution to this question from our forum mates.</description>
      <pubDate>Thu, 23 Sep 2010 08:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg00-lvlnboot/m-p/5256359#M471622</guid>
      <dc:creator>DAVID99_1</dc:creator>
      <dc:date>2010-09-23T08:09:21Z</dc:date>
    </item>
  </channel>
</rss>

