<?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 lvm warning message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920525#M634320</link>
    <description>when I try to extend a lvol to create a mirror i get this warning message:&lt;BR /&gt;Warning: logical volume number xxxx found in physical volume not found in /dev/vg01.&lt;BR /&gt;&lt;BR /&gt;I've attached a few old discs to this workstation to do some lvm testing.  I noticed one already had a boot partition. So, I thought I'd import it and see if there is already an OS installed.  the import went fine.  I tried import a second disc and vgimport wasn't able to find any lvm information. So, I did a pvcreate -B on this disc. and then a vgextend to add it to vg01 So, I was going to mirror this drive to the one I had imported.  everything seems to work fine, except I get the above warning message whenever i do a lvextend to create a mirror or a lvreduce to remove the mirror.&lt;BR /&gt;&lt;BR /&gt;any clues to the cause or a way to stop getting the message.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
    <pubDate>Thu, 06 Mar 2003 06:13:09 GMT</pubDate>
    <dc:creator>curt larson_1</dc:creator>
    <dc:date>2003-03-06T06:13:09Z</dc:date>
    <item>
      <title>lvm warning message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920525#M634320</link>
      <description>when I try to extend a lvol to create a mirror i get this warning message:&lt;BR /&gt;Warning: logical volume number xxxx found in physical volume not found in /dev/vg01.&lt;BR /&gt;&lt;BR /&gt;I've attached a few old discs to this workstation to do some lvm testing.  I noticed one already had a boot partition. So, I thought I'd import it and see if there is already an OS installed.  the import went fine.  I tried import a second disc and vgimport wasn't able to find any lvm information. So, I did a pvcreate -B on this disc. and then a vgextend to add it to vg01 So, I was going to mirror this drive to the one I had imported.  everything seems to work fine, except I get the above warning message whenever i do a lvextend to create a mirror or a lvreduce to remove the mirror.&lt;BR /&gt;&lt;BR /&gt;any clues to the cause or a way to stop getting the message.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 06 Mar 2003 06:13:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920525#M634320</guid>
      <dc:creator>curt larson_1</dc:creator>
      <dc:date>2003-03-06T06:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: lvm warning message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920526#M634321</link>
      <description>Hmm, you may need to check your existing device files and make sure you do not have a duplicated lvol minor number.</description>
      <pubDate>Thu, 06 Mar 2003 07:52:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920526#M634321</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2003-03-06T07:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: lvm warning message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920527#M634322</link>
      <description>checked the lvol device files. no duplicates. lvols named lvol1-8 with minor numbers 0x01000[1-8] with matching character devices files rlvol1-8 with matching  minor numbers 0x01000[1-8]&lt;BR /&gt;no extras, none missing.&lt;BR /&gt;&lt;BR /&gt;pvdisplay shows 8 lvols and vgdisplay shows 8 lvols</description>
      <pubDate>Thu, 06 Mar 2003 15:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920527#M634322</guid>
      <dc:creator>curt larson_1</dc:creator>
      <dc:date>2003-03-06T15:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: lvm warning message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920528#M634323</link>
      <description>Are you saying that your minor #'s on the group files are:&lt;BR /&gt;&lt;BR /&gt;0x010001&lt;BR /&gt;0x010002, etc?&lt;BR /&gt;&lt;BR /&gt;If so that's incorrect.  The minor #'s should be:&lt;BR /&gt;&lt;BR /&gt;0x010000&lt;BR /&gt;0x020000&lt;BR /&gt;0x030000, etc......&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 15:23:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920528#M634323</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-03-06T15:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: lvm warning message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920529#M634324</link>
      <description>That's the error you would get for none existing device files or similar device files. The minor numbers you indicated are correct (for vg01) ..&lt;BR /&gt;0x010000 = group&lt;BR /&gt;0x010001 = lvol1 and rlovl1&lt;BR /&gt;0x010002 = lvol2 and rlvol2&lt;BR /&gt;The lvol that you're having the problem extending, try to recreate its device files .. for instance if it's lvol2..&lt;BR /&gt;# mknod /dev/vg01/rlvol2 c 64 0x010002&lt;BR /&gt;# mknod /dev/vg01/lvol2 b 64 0x010002&lt;BR /&gt;What about the rest of the lvols ? Do you get the same error when you extend it ? Another thing I noticed ..why pvcreate with the -B option, you meant -f I hope.</description>
      <pubDate>Thu, 06 Mar 2003 15:47:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920529#M634324</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-03-06T15:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: lvm warning message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920530#M634325</link>
      <description>I just didn't want to type in a bunch of lvols, but to make it more clear, I'v attached an ll of my /dev/vg01 directory.&lt;BR /&gt;&lt;BR /&gt;I've tried removing lvol8 and rlvol8 and recreating the nodes.  No change.  Still getting same warning message when doing a lvreduce to remove a mirror or a lvextend to add a mirror copy.&lt;BR /&gt;&lt;BR /&gt;I did get the warning message when extending every lvol to add a mirrored copy.  But, I've been doing my testing (making changes) just to lvol8 so far.&lt;BR /&gt;&lt;BR /&gt;adding the second disk.  vgimport reported no lvm structures on the disk.  I did a pvcreate -B (no -f option was given).  pvcreate finished sucessfully, with no messages of their being previous lvm structues on the disk being destroyed.</description>
      <pubDate>Thu, 06 Mar 2003 16:20:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920530#M634325</guid>
      <dc:creator>curt larson_1</dc:creator>
      <dc:date>2003-03-06T16:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: lvm warning message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920531#M634326</link>
      <description>looks like the lvlnboot info is incorrect.  updated the b, r, s, and d info with correct information and the warning has gone away</description>
      <pubDate>Thu, 06 Mar 2003 19:42:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920531#M634326</guid>
      <dc:creator>curt larson_1</dc:creator>
      <dc:date>2003-03-06T19:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: lvm warning message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920532#M634327</link>
      <description>Regarding:&lt;BR /&gt;&lt;BR /&gt;...So, I was going to mirror this drive to the one I had imported...&lt;BR /&gt;&lt;BR /&gt;Could you provide the syntax of the vgexport and vgimport please?&lt;BR /&gt;&lt;BR /&gt;Also, could you now create another map file and check it against your old map file as well as your /etc/lvmtab file?  With specific attention to the disks and VGID?&lt;BR /&gt;&lt;BR /&gt;vgexport -m mapfile -p /dev/vg01&lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab | more</description>
      <pubDate>Fri, 07 Mar 2003 01:22:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920532#M634327</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-07T01:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: lvm warning message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920533#M634328</link>
      <description>Could you provide the syntax of the vgexport and vgimport please?&lt;BR /&gt;&lt;BR /&gt;I don't know the prior history of the discs.  Maybe they were exported, maybe not.  No, I didn't have a mapfile for importing the disc.&lt;BR /&gt;&lt;BR /&gt;vgimport /dev/vg01 /dev/dsk/c1t6d0&lt;BR /&gt;&lt;BR /&gt;vgexport -m mapfile -p /dev/vg01 &lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab | more &lt;BR /&gt;&lt;BR /&gt;the attached file has this information.</description>
      <pubDate>Fri, 07 Mar 2003 16:10:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920533#M634328</guid>
      <dc:creator>curt larson_1</dc:creator>
      <dc:date>2003-03-07T16:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: lvm warning message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920534#M634329</link>
      <description>Careful with vgexport for it will remove the volume group from /etc/lvmtab and the system without the "...-p..." arguement.&lt;BR /&gt;&lt;BR /&gt;1)vgchange -a n /dev/vg##&lt;BR /&gt;2)vgexport -p -v -s -m mapfile /dev/vg##&lt;BR /&gt;3)vgexport -v -s -m mapfile /dev/vg## (* NOTE:  This will update /etc/lvmtab and remove the volume group *)&lt;BR /&gt;&lt;BR /&gt;For vgimport use:&lt;BR /&gt;&lt;BR /&gt;a)mkdir /dev/vg##&lt;BR /&gt;b)mknod /dev/vg##/group -c 64 0x0#0000  (* NOTE: 0x0#0000 must be unique *)&lt;BR /&gt;c)vgimport -s -p -m mapfile /dev/vg## (*NOTE:  This will preview and display responding disks *)&lt;BR /&gt;d1)vgimport -s -m mapfile /dev/vg## (* Create *)&lt;BR /&gt;d2)Alternative if d1) fails:&lt;BR /&gt;vgimport /dev/vg## /dev/dsk/c#t#d0  (* NOTE:  As you have done *)&lt;BR /&gt;&lt;BR /&gt;I'm looking for a disconnect with the VGID and the disks associated to the VG and /etc/lvmtab.  They should all match up.</description>
      <pubDate>Sat, 08 Mar 2003 20:29:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-warning-message/m-p/2920534#M634329</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-08T20:29:45Z</dc:date>
    </item>
  </channel>
</rss>

