<?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: LVM PB in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143643#M628993</link>
    <description>I should have said..&lt;BR /&gt;&lt;BR /&gt;mv it to /tmp&lt;BR /&gt;&lt;BR /&gt;And the problem is that file can cause vgscan to corrupt the lvmtab file.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
    <pubDate>Fri, 12 Dec 2003 13:09:16 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2003-12-12T13:09:16Z</dc:date>
    <item>
      <title>LVM PB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143636#M628986</link>
      <description>I have already existing VG00 containing one physical volume(c0t2d0)on a RP7410 running HP-UX 11.0 on which.&lt;BR /&gt;&lt;BR /&gt;I wanted to add an onther physical volume(c0t3d0)in order to mirror the first one.&lt;BR /&gt;&lt;BR /&gt;But when I enter the command vgextend  I receive the following error message:&lt;BR /&gt;&lt;BR /&gt;vgextend:cannot execut, verify that the minor number for VG00 is unique&lt;BR /&gt;&lt;BR /&gt;With the command ll /dev/ I've verified that there is not any duplicate minor numver between VGs or LVOLs.&lt;BR /&gt;&lt;BR /&gt;How can i solve this case?</description>
      <pubDate>Fri, 12 Dec 2003 12:25:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143636#M628986</guid>
      <dc:creator>Ibrahima BADJI_1</dc:creator>
      <dc:date>2003-12-12T12:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: LVM PB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143637#M628987</link>
      <description>IF you want to mirror boot disk here is the process..&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c0t3d0;&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c0t3d0,&lt;BR /&gt; mkboot -l /dev/rdsk/c0t3d0,&lt;BR /&gt; mkboot -a "hpux" /dev/rdsk/c0t3d0&lt;BR /&gt; mkboot -a "hpux -lq" /dev/rdsk/c0t3d0&lt;BR /&gt; lifcp /dev/rdsk/c0t3d0:AUTO -&lt;BR /&gt; setboot -a &lt;HARDWARE path=""&gt; from iosan ex:0/0/2/0.3.0&lt;BR /&gt; lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c0t3d0 and do it for all other lvols in vg00&lt;BR /&gt; lvlnboot -b /dev/vg00/lvol1 /dev/vg00, lvlnboot -s /dev/vg00/lvol2 /dev/vg00, lvlnboot -d /dev/vg00/lvol2 /dev/vg00, lvlnboot -r /dev/vg00/lvol3 /dev/vg00&lt;BR /&gt;&lt;BR /&gt;lvlnboot -v will now show you two boot disks. mirrored to each other&lt;BR /&gt;&lt;BR /&gt;-Goodluck.&lt;BR /&gt;-USA..&lt;/HARDWARE&gt;</description>
      <pubDate>Fri, 12 Dec 2003 12:29:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143637#M628987</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-12-12T12:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: LVM PB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143638#M628988</link>
      <description>I would double check your minor numbers with ll /dev/vg*/group.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;root# ll /dev/vg*/group&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Feb 14  2000 /dev/vg00/group&lt;BR /&gt;crw-rw-rw-   1 root       root        64 0x010000 Jul 13  2002 /dev/vg01/group&lt;BR /&gt;crw-rw-rw-   1 informix   informix    64 0x020000 Jul 13  2002 /dev/vg02/group&lt;BR /&gt;crw-rw-r--   1 informix   informix    64 0x060000 Jul 19  2002 /dev/vg20/group&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x030000 Jun 27  2000 /dev/vgswap/group&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Dec 2003 12:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143638#M628988</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-12-12T12:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: LVM PB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143639#M628989</link>
      <description>Post &lt;BR /&gt;&lt;BR /&gt;ll /dev/*&lt;BR /&gt;&lt;BR /&gt;Also did you do pvcreate on disk?</description>
      <pubDate>Fri, 12 Dec 2003 12:31:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143639#M628989</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-12-12T12:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: LVM PB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143640#M628990</link>
      <description>Note that, in the example, all the minor numbers (the first two numbers after the 0x) are unique.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 12 Dec 2003 12:31:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143640#M628990</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-12-12T12:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: LVM PB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143641#M628991</link>
      <description>Also, have you run the pvcreate yet?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 12 Dec 2003 12:32:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143641#M628991</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-12-12T12:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: LVM PB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143642#M628992</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you have MC/SG or have had it on this system it creates a file /dev/slvmvg with the same major/minor numbers.&lt;BR /&gt;&lt;BR /&gt;If it's there then mv it to temp, rename /etc/lvmtab &amp;amp; run vgscan -v&lt;BR /&gt;&lt;BR /&gt;If it's not there then just rename lvmtab &amp;amp; run vgscan -v&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff &lt;BR /&gt;&lt;BR /&gt;BTW - see this TKB doc:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;admit=-682735245+1071252229477+28353475&amp;amp;docId=200000067003049" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;admit=-682735245+1071252229477+28353475&amp;amp;docId=200000067003049&lt;/A&gt;</description>
      <pubDate>Fri, 12 Dec 2003 13:07:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143642#M628992</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-12-12T13:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: LVM PB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143643#M628993</link>
      <description>I should have said..&lt;BR /&gt;&lt;BR /&gt;mv it to /tmp&lt;BR /&gt;&lt;BR /&gt;And the problem is that file can cause vgscan to corrupt the lvmtab file.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 12 Dec 2003 13:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143643#M628993</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-12-12T13:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: LVM PB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143644#M628994</link>
      <description>with ll /dev/vg*/group, I don't find any duplicated inor number, and comands like vgdisplay, vgextend don't work.&lt;BR /&gt;&lt;BR /&gt;And necessarely, I must add a second physical volue to this existing VG00 while vgextend does not work. How to do?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Dec 2003 06:26:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143644#M628994</guid>
      <dc:creator>Ibrahima BADJI_1</dc:creator>
      <dc:date>2003-12-15T06:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: LVM PB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143645#M628995</link>
      <description>Did you check for that /dev/slvmvg file &amp;amp; follow the instructions I gave you?&lt;BR /&gt;&lt;BR /&gt;You probably have a corrupted /etc/lvmtab file &amp;amp; until you do those cleanup steps I listed you'll be unsuccessful with this vgextend.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 15 Dec 2003 08:53:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143645#M628995</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-12-15T08:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: LVM PB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143646#M628996</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you can not open Jeff's link, take a look at next thread.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=262807" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=262807&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 15 Dec 2003 09:26:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143646#M628996</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-12-15T09:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: LVM PB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143647#M628997</link>
      <description>Ibrahima,&lt;BR /&gt;&lt;BR /&gt;Do as suggested and move the lvmtab out of the way and do:&lt;BR /&gt;&lt;BR /&gt;vgscan ##to replace the lvmtab...there may be corruption in there.&lt;BR /&gt;&lt;BR /&gt;Then try to add the disk again... I am somewhat puzzled why you get minor number errors when simply vgextending a VG. but it should be fixed with vgscan to recreate the lvmtab.&lt;BR /&gt;&lt;BR /&gt;ALSO, you should pvcreate -fB on teh disk to wipe out any header info it may have on it.</description>
      <pubDate>Wed, 17 Dec 2003 15:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143647#M628997</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-12-17T15:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: LVM PB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143648#M628998</link>
      <description>Hi,&lt;BR /&gt;try &lt;BR /&gt;pvcreate -f -B (if bootable) /dev/rdsk/cxxxxx&lt;BR /&gt;vgextend vg00 /dev/dsk/cxxxxx&lt;BR /&gt;&lt;BR /&gt;Regds.&lt;BR /&gt;L.</description>
      <pubDate>Fri, 19 Dec 2003 10:59:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-pb/m-p/3143648#M628998</guid>
      <dc:creator>Lorenzo Facello</dc:creator>
      <dc:date>2003-12-19T10:59:58Z</dc:date>
    </item>
  </channel>
</rss>

