<?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 Error in VGID in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgid/m-p/2620143#M645853</link>
    <description>Here it is:&lt;BR /&gt;&lt;BR /&gt;On host A (uname -i: 438563351)&lt;BR /&gt;#pvcreate -f /dev/rdsk/c0t9d0&lt;BR /&gt;#echo 0x2008?4D|adb /dev/dsk/c0t9d0&lt;BR /&gt;2008:           438563351       1006797988      0               0&lt;BR /&gt;&lt;BR /&gt;On host B (uname -i: 431564361)&lt;BR /&gt;#pvcreate -f /dev/rdsk/c0t9d0&lt;BR /&gt;#vgcreate /dev/vg01   /dev/dsk/c0t9d0&lt;BR /&gt;#echo 0x2008?4D|adb /dev/dsk/c0t9d0&lt;BR /&gt;2008:           431564361       1006371258      431564361       1006371262&lt;BR /&gt;&lt;BR /&gt;Host A (uname -i: 438563351)&lt;BR /&gt;# echo 0x2008?4D|adb /dev/dsk/c0t9d0&lt;BR /&gt;2008:           431564361       1006797997      431564361       1006798119&lt;BR /&gt;&lt;BR /&gt;Conclusion:&lt;BR /&gt;&lt;BR /&gt;The last number is the VGID, so someone can tell if adb extract bad information or what ?!! (and it sure, that the same disk).</description>
    <pubDate>Mon, 26 Nov 2001 18:11:56 GMT</pubDate>
    <dc:creator>Sebastien Masson</dc:creator>
    <dc:date>2001-11-26T18:11:56Z</dc:date>
    <item>
      <title>Error in VGID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgid/m-p/2620143#M645853</link>
      <description>Here it is:&lt;BR /&gt;&lt;BR /&gt;On host A (uname -i: 438563351)&lt;BR /&gt;#pvcreate -f /dev/rdsk/c0t9d0&lt;BR /&gt;#echo 0x2008?4D|adb /dev/dsk/c0t9d0&lt;BR /&gt;2008:           438563351       1006797988      0               0&lt;BR /&gt;&lt;BR /&gt;On host B (uname -i: 431564361)&lt;BR /&gt;#pvcreate -f /dev/rdsk/c0t9d0&lt;BR /&gt;#vgcreate /dev/vg01   /dev/dsk/c0t9d0&lt;BR /&gt;#echo 0x2008?4D|adb /dev/dsk/c0t9d0&lt;BR /&gt;2008:           431564361       1006371258      431564361       1006371262&lt;BR /&gt;&lt;BR /&gt;Host A (uname -i: 438563351)&lt;BR /&gt;# echo 0x2008?4D|adb /dev/dsk/c0t9d0&lt;BR /&gt;2008:           431564361       1006797997      431564361       1006798119&lt;BR /&gt;&lt;BR /&gt;Conclusion:&lt;BR /&gt;&lt;BR /&gt;The last number is the VGID, so someone can tell if adb extract bad information or what ?!! (and it sure, that the same disk).</description>
      <pubDate>Mon, 26 Nov 2001 18:11:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgid/m-p/2620143#M645853</guid>
      <dc:creator>Sebastien Masson</dc:creator>
      <dc:date>2001-11-26T18:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error in VGID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgid/m-p/2620144#M645854</link>
      <description>Sebastien,&lt;BR /&gt;&lt;BR /&gt;I'm not sure it's a VGID, but you can get the same thing is you did this:&lt;BR /&gt;&lt;BR /&gt;echo 0x2008?4X|adb /dev/dsk/c0t9d0&lt;BR /&gt;&lt;BR /&gt;and this:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/dsk/c0t9d0|od -xc|more&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 26 Nov 2001 18:50:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgid/m-p/2620144#M645854</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-26T18:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error in VGID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgid/m-p/2620145#M645855</link>
      <description>The VGID, I believe, begins at 2010, which means that the third number returned by your command (which starts at 2008) would be teh VGID.  That number matches on both systems.&lt;BR /&gt;&lt;BR /&gt;An easy way to check this is with vgexport -s -p -m mapfile vg01 from system B.  The first line wil show you the VGID.</description>
      <pubDate>Mon, 26 Nov 2001 18:57:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgid/m-p/2620145#M645855</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2001-11-26T18:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error in VGID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgid/m-p/2620146#M645856</link>
      <description>Ooops:&lt;BR /&gt;&lt;BR /&gt;I was correct about the starting point, but the VGID is, of course, 2 words long.  I was confused because you are pulling it out in decimal rather than hex, so the string was longer than I expected.  Just for grins, try using dd to pull the string on each system:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/cxtxdx bs=1024 skip=8 count=9 | dd bs=8 skip=2 count=1 | od -a|head -1</description>
      <pubDate>Mon, 26 Nov 2001 19:04:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgid/m-p/2620146#M645856</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2001-11-26T19:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error in VGID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgid/m-p/2620147#M645857</link>
      <description>Might want to try this...&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c0d0s2 bs=1k skip=8 count=1 of=/tmp/xxx &lt;BR /&gt;&lt;BR /&gt;This will let you seet the PVRA physical volume reserve area on the disk&lt;BR /&gt;&lt;BR /&gt;# xd -c /tmp/xxx&lt;BR /&gt;&lt;BR /&gt;0000000 L V M R E C 0 1 + ab G 15 . 91 06 E&lt;BR /&gt;0000010 + ab G 15 . 91 06 J \0 14 2 13 \0 \0 \0 &lt;BR /&gt;\00000020 \0 \0 02 0 \0 \0 \b ` \0 \0 01 06 \0 \0 \0 &lt;BR /&gt;0000030 \0 \0 \b ` \0 \0 \t x \0 \0 \0 \b \0 \0 \t p&lt;BR /&gt;0000040 \0 \0 \n 88 \0 14 \0 \0 \0 0b ` \0 \0 \0 16&lt;BR /&gt;0000050 \0 \0 10 \0 \0 \0 06 b3 \0 14 + ` \0 \0 \0 a1&lt;BR /&gt;0000060 \0 \0 \0 \0 \0 \0 \0 10 \0 \0 \0 80 \0 \0 \0 &lt;BR /&gt;020000070 \0 \0 \0 80 \0 \0 \0 88 \0 \0 \0 06 \0 \0 \0 &lt;BR /&gt;0000080 \0 \0 \0 8a \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0&lt;BR /&gt;0000090 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \03. &lt;BR /&gt;&lt;BR /&gt;# xd /tmp/xxx&lt;BR /&gt;&lt;BR /&gt;0000000 4c56 4d52 4543 3031 2bab 4715 2e91 0645 &lt;BR /&gt;" L V M R E C 0 1"&lt;BR /&gt;0000010 2bab 4715 2e91 064a 0014 3213 0000 0000&lt;BR /&gt; --------- last physical sector number. (1323539. physical sector = 1k)&lt;BR /&gt;0000020 0000 0230 0000 0860 0000 0106 0000 000a&lt;BR /&gt;0000030 0000 0860 0000 0978 0000 0008 0000 0970&lt;BR /&gt;0000040 0000 0a88 0014 2000 0000 0b60 0000 0016&lt;BR /&gt;0000050 0000 1000 0000 06b3 0014 2b60 0000 00a1&lt;BR /&gt;0000060 0000 0000 0000 0010 0000 0080 0000 0002&lt;BR /&gt;0000070 0000 0080 0000 0088 0000 0006 0000 0082&lt;BR /&gt;0000080 0000 008a 0000 0000 0000 0000 0000 0000&lt;BR /&gt;0000090 0000 0000 0000 0000 0000 0000 0000 0000&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Mon, 26 Nov 2001 19:12:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgid/m-p/2620147#M645857</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2001-11-26T19:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error in VGID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgid/m-p/2620148#M645858</link>
      <description>Hi Sebastien:&lt;BR /&gt;&lt;BR /&gt;The hexadecimal VGID can be found as:&lt;BR /&gt;&lt;BR /&gt;echo 0x2010?2X | adb $BDEV | expand | tr -d " " | sed "s/2010://"&lt;BR /&gt;&lt;BR /&gt;...and the PVID as:&lt;BR /&gt;&lt;BR /&gt;echo 0x2008?2X | adb $BDEV | expand | tr -d " " | sed "s/2008://"&lt;BR /&gt;&lt;BR /&gt;If the VGID's truly differ, by any chance have you done a 'vgchgid'?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 26 Nov 2001 19:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgid/m-p/2620148#M645858</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-11-26T19:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error in VGID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgid/m-p/2620149#M645859</link>
      <description>My post is missing somehow here..&lt;BR /&gt;&lt;BR /&gt;Try exporting everything and then import&lt;BR /&gt;the volume groups. Do not do pvcreate once you are done with the volume group creation. It will wipe off the VGID.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2001 19:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgid/m-p/2620149#M645859</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-11-26T19:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error in VGID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgid/m-p/2620150#M645860</link>
      <description>No thanks for all your help.  It's a problem and after installing the Decembre2001 patch bundle (HP-UX 11.11) everything fine.&lt;BR /&gt;&lt;BR /&gt;It's really a problem in the kernel.  adb doesn't repport the good think..</description>
      <pubDate>Mon, 26 Nov 2001 20:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgid/m-p/2620150#M645860</guid>
      <dc:creator>Sebastien Masson</dc:creator>
      <dc:date>2001-11-26T20:21:23Z</dc:date>
    </item>
  </channel>
</rss>

