<?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: vgextend error while attempting to mirror boot disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137878#M599388</link>
    <description>bash-3.2# ioscan -funC disk&lt;BR /&gt;Class     I  H/W Path     Driver S/W State   H/W Type     Description&lt;BR /&gt;=====================================================================&lt;BR /&gt;disk      1  0/1/1/0.0.0  sdisk   CLAIMED     DEVICE       COMPAQ  BF0728A4BA&lt;BR /&gt;                         /dev/dsk/c0t0d0     /dev/dsk/c0t0d0s3   /dev/rdsk/c0t0d0s2&lt;BR /&gt;                         /dev/dsk/c0t0d0s1   /dev/rdsk/c0t0d0    /dev/rdsk/c0t0d0s3&lt;BR /&gt;                         /dev/dsk/c0t0d0s2   /dev/rdsk/c0t0d0s1&lt;BR /&gt;disk      0  0/1/1/0.1.0  sdisk   CLAIMED     DEVICE       COMPAQ  BF0728A4BA&lt;BR /&gt;                         /dev/dsk/c0t1d0     /dev/dsk/c0t1d0s3   /dev/rdsk/c0t1d0s2&lt;BR /&gt;                         /dev/dsk/c0t1d0s1   /dev/rdsk/c0t1d0    /dev/rdsk/c0t1d0s3&lt;BR /&gt;                         /dev/dsk/c0t1d0s2   /dev/rdsk/c0t1d0s1&lt;BR /&gt;&lt;BR /&gt;bash-3.2# ll /dev/rdisk/disk5_p2&lt;BR /&gt;crw-r-----   1 bin        sys         22 0x000003 Oct  9 16:37 /dev/rdisk/disk5_p2&lt;BR /&gt;</description>
    <pubDate>Thu, 31 Jan 2008 20:38:19 GMT</pubDate>
    <dc:creator>Jeff Thayer</dc:creator>
    <dc:date>2008-01-31T20:38:19Z</dc:date>
    <item>
      <title>vgextend error while attempting to mirror boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137869#M599379</link>
      <description>&lt;!--!*#--&gt;I am attempting to mirror the boot disk on a BL60p blade server, runing 11.31, using HP MirrorDisk/UX for mirroring.  The blade has 2 identical disks.  I already did this successfully on an identical blade, and it works fine.  I am following the same cheat sheet I made while I mirrored the 1st blade.  &lt;BR /&gt;&lt;BR /&gt;I get the following error when I run:&lt;BR /&gt;&lt;BR /&gt;bash-3.2# vgextend vg00 /dev/disk/disk2_p2&lt;BR /&gt;Couldn't open physical volume "/dev/rdisk/disk5_p2":&lt;BR /&gt;Verification of unique LVM disk id on each disk in the volume group&lt;BR /&gt;vg00 failed.&lt;BR /&gt;&lt;BR /&gt;Researching this error I have only found this reference:&lt;BR /&gt;&lt;BR /&gt;vgimport(1M)&lt;BR /&gt;Message Text:&lt;BR /&gt;Verification of unique LVM disk id on each disk in the volume group /dev/vgname failed.&lt;BR /&gt;&lt;BR /&gt;Cause:&lt;BR /&gt;There are two possible causes for this message:&lt;BR /&gt;&lt;BR /&gt;   1.The vgimport command used the –s option, and two or more disks on the system have the same LVM identifier; this can happen when disks are created with BC copy or cloned with dd.&lt;BR /&gt;   2.LVM was unable to read the disk header; this can happen when you create new logical units on a SAN array. &lt;BR /&gt;&lt;BR /&gt;Recommended Action:&lt;BR /&gt;   1.Do not use the –s option to vgimport. Alternatively, use vgchgid to change the LVM identifiers on copied or cloned disks.&lt;BR /&gt;   2.Retry the vgimport command.&lt;BR /&gt;--------------------------------------&lt;BR /&gt;I have never run the vgimport command on this box.  It was simply built from the HP-UX DVD using one of 2 disks.  I built the other blade identically, and it mirrored ok.&lt;BR /&gt;&lt;BR /&gt;I think this is the source of the problem:&lt;BR /&gt;&lt;BR /&gt;bash-3.2# vgscan -pv&lt;BR /&gt;Physical Volume "/dev/dsk/c0t0d0s2" is not part of a Volume Group&lt;BR /&gt;&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/disk/disk5_p2&lt;BR /&gt;&lt;BR /&gt;bash-3.2# strings /etc/lvmconf/vg00.conf&lt;BR /&gt;CONFIG01&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/rdisk/disk5_p2&lt;BR /&gt;LVMREC01",&lt;BR /&gt;HPLVMBDRG&lt;BR /&gt;VGDA0001&lt;BR /&gt;VGSA0001G&lt;BR /&gt;&lt;BR /&gt;bash-3.2# diskinfo /dev/rdisk/disk5&lt;BR /&gt;io_search failed: I/O tree node does not exist.&lt;BR /&gt;&lt;BR /&gt;bash-3.2# diskinfo /dev/rdisk/disk3&lt;BR /&gt;SCSI describe of /dev/rdisk/disk3:&lt;BR /&gt;             vendor: COMPAQ&lt;BR /&gt;         product id: BF0728A4BA&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 71132000 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;bash-3.2# diskinfo /dev/rdisk/disk2&lt;BR /&gt;SCSI describe of /dev/rdisk/disk2:&lt;BR /&gt;             vendor: COMPAQ&lt;BR /&gt;         product id: BF0728A4BA&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 71132000 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;It appears that vg00 thinks it's using disk5, but it is actually using disk3.&lt;BR /&gt;&lt;BR /&gt;How can I fix this error so I can continue the mirroring process?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jan 2008 20:30:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137869#M599379</guid>
      <dc:creator>Jeff Thayer</dc:creator>
      <dc:date>2008-01-30T20:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error while attempting to mirror boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137870#M599380</link>
      <description>vgreduce -f /dev/vg## will attempt to reduce out any disks without specifying the disk.  The -f option is a forced reduction.  It's worked well for me in the past and may offer satisfaction to you here.&lt;BR /&gt;&lt;BR /&gt;Regarding what caused this error, did you pvcreate -f -B this mirror before doing anything else?  Note the -B option for boot disks is absolutely necessary.</description>
      <pubDate>Wed, 30 Jan 2008 20:51:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137870#M599380</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2008-01-30T20:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error while attempting to mirror boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137871#M599381</link>
      <description>Try recreating the /etc/lvmtab file by running vgscan(1M). Save the original lvmtab file just in case its needed again and run vgscan ie:&lt;BR /&gt;&lt;BR /&gt;# cp /etc/lvmtab /etc/lvmtab.orig&lt;BR /&gt;# vgscan -a -v&lt;BR /&gt;&lt;BR /&gt;~hope it helps</description>
      <pubDate>Wed, 30 Jan 2008 20:57:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137871#M599381</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2008-01-30T20:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error while attempting to mirror boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137872#M599382</link>
      <description>&lt;!--!*#--&gt;I used pvcreate -B /dev/rdisk/disk2_p2 before the vgextend command.&lt;BR /&gt;&lt;BR /&gt;I just now tried vgreduce -f vg00, but it didn't help.&lt;BR /&gt;&lt;BR /&gt;I had already tried to recreate lvmtab yesterday, but I followed Sandman's advice and tried his commands exactly as he specified:&lt;BR /&gt;&lt;BR /&gt;bash-3.2# mv lvmtab lvmtab.1.30.08&lt;BR /&gt;&lt;BR /&gt;bash-3.2# vgscan -a -v&lt;BR /&gt;Creating "/etc/lvmtab".&lt;BR /&gt;Physical Volume "/dev/dsk/c0t0d0s2" is not part of a Volume Group&lt;BR /&gt;&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/disk/disk5_p2&lt;BR /&gt;&lt;BR /&gt;Scan of Physical Volumes Complete.&lt;BR /&gt;*** LVMTAB has been created successfully.&lt;BR /&gt;*** Do the following to resync the information on the disk.&lt;BR /&gt;*** #1.  vgchange -a y&lt;BR /&gt;*** #2.  lvlnboot -R&lt;BR /&gt;&lt;BR /&gt;I followed up with the vgchange and lvlnboot commands as the system suggested.  vgextend still fails with the exact same error:&lt;BR /&gt;&lt;BR /&gt;vgextend vg00 /dev/disk/disk2_p2&lt;BR /&gt;Couldn't open physical volume "/dev/rdisk/disk5_p2":&lt;BR /&gt;Verification of unique LVM disk id on each disk in the volume group&lt;BR /&gt;vg00 failed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jan 2008 21:09:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137872#M599382</guid>
      <dc:creator>Jeff Thayer</dc:creator>
      <dc:date>2008-01-30T21:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error while attempting to mirror boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137873#M599383</link>
      <description>Oh, I missed the unique comment.  I think you have a problem with your /etc/slvmvg file.  Look at this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1197800" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1197800&lt;/A&gt;</description>
      <pubDate>Wed, 30 Jan 2008 21:20:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137873#M599383</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2008-01-30T21:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error while attempting to mirror boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137874#M599384</link>
      <description>I looked at that thread.  I don't have either /dev/slvmvg or /etc/slvmvg files on this box.</description>
      <pubDate>Wed, 30 Jan 2008 21:56:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137874#M599384</guid>
      <dc:creator>Jeff Thayer</dc:creator>
      <dc:date>2008-01-30T21:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error while attempting to mirror boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137875#M599385</link>
      <description>readyin the errors the lvmhadder of your primare root disk is corupted...&lt;BR /&gt;&lt;BR /&gt;can you do a diskinfo /dev/rdisk/disk5_p2&lt;BR /&gt;and a vgdisplay -v  vg00&lt;BR /&gt;&lt;BR /&gt;to check the vgheader on the disk:&lt;BR /&gt;&lt;BR /&gt;echo '0X2010?2X' | adb /dev/dsk/disk5_p2 | expand | tr -d '' | sed 's/2010:/VGID/'&lt;BR /&gt;ps i am not sure this still works on 11.31...&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jan 2008 08:17:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137875#M599385</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2008-01-31T08:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error while attempting to mirror boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137876#M599386</link>
      <description>bash-3.2# diskinfo /dev/rdisk/disk5_p2&lt;BR /&gt;diskinfo: can't open /dev/rdisk/disk5_p2: Permission denied&lt;BR /&gt;&lt;BR /&gt;bash-3.2# vgdisplay -v vg00&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                      9&lt;BR /&gt;Open LV                     9&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               4294&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            16&lt;BR /&gt;Total PE                    4285&lt;BR /&gt;Alloc PE                    4284&lt;BR /&gt;Free PE                     1&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.0&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg00/lvol1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1792&lt;BR /&gt;   Current LE                  112&lt;BR /&gt;   Allocated PE                112&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol2&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            8192&lt;BR /&gt;   Current LE                  512&lt;BR /&gt;   Allocated PE                512&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol3&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            2048&lt;BR /&gt;   Current LE                  128&lt;BR /&gt;   Allocated PE                128&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol4&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            7792&lt;BR /&gt;   Current LE                  487&lt;BR /&gt;   Allocated PE                487&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol5&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            10992&lt;BR /&gt;   Current LE                  687&lt;BR /&gt;   Allocated PE                687&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol6&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  64&lt;BR /&gt;   Allocated PE                64&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol7&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            16000&lt;BR /&gt;   Current LE                  1000&lt;BR /&gt;   Allocated PE                1000&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol8&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            12000&lt;BR /&gt;   Current LE                  750&lt;BR /&gt;   Allocated PE                750&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol9&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            8704&lt;BR /&gt;   Current LE                  544&lt;BR /&gt;   Allocated PE                544&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/disk/disk5_p2&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4285&lt;BR /&gt;   Free PE                     1&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm completely unfamiliar with the method suggested for checking the vgheader on the disk, and some of the syntax didn't work.  I substituted small x for the caps in the echo part cause the cap x failed:&lt;BR /&gt;&lt;BR /&gt;bash-3.2# echo '0x2010?2x'|adb /dev/disk/disk5_p2|expand|tr -d ''|sed 's/2010:/VGID/'&lt;BR /&gt;adb: warning: /dev/disk/disk5_p2: Unknown file type.&lt;BR /&gt;adb: warning: File '/dev/disk/disk5_p2' is not an object file.&lt;BR /&gt;0xVGID&lt;BR /&gt;                0x222cc0ab      0x470c0fa1&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jan 2008 19:13:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137876#M599386</guid>
      <dc:creator>Jeff Thayer</dc:creator>
      <dc:date>2008-01-31T19:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error while attempting to mirror boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137877#M599387</link>
      <description>Could you post the output of the following commands:&lt;BR /&gt;&lt;BR /&gt;# ioscan -funC disk&lt;BR /&gt;# ll /dev/rdisk/disk5_p2&lt;BR /&gt;&lt;BR /&gt;Imho /dev/rdisk/disk5_p2 maynot be a device special file</description>
      <pubDate>Thu, 31 Jan 2008 20:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137877#M599387</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2008-01-31T20:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error while attempting to mirror boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137878#M599388</link>
      <description>bash-3.2# ioscan -funC disk&lt;BR /&gt;Class     I  H/W Path     Driver S/W State   H/W Type     Description&lt;BR /&gt;=====================================================================&lt;BR /&gt;disk      1  0/1/1/0.0.0  sdisk   CLAIMED     DEVICE       COMPAQ  BF0728A4BA&lt;BR /&gt;                         /dev/dsk/c0t0d0     /dev/dsk/c0t0d0s3   /dev/rdsk/c0t0d0s2&lt;BR /&gt;                         /dev/dsk/c0t0d0s1   /dev/rdsk/c0t0d0    /dev/rdsk/c0t0d0s3&lt;BR /&gt;                         /dev/dsk/c0t0d0s2   /dev/rdsk/c0t0d0s1&lt;BR /&gt;disk      0  0/1/1/0.1.0  sdisk   CLAIMED     DEVICE       COMPAQ  BF0728A4BA&lt;BR /&gt;                         /dev/dsk/c0t1d0     /dev/dsk/c0t1d0s3   /dev/rdsk/c0t1d0s2&lt;BR /&gt;                         /dev/dsk/c0t1d0s1   /dev/rdsk/c0t1d0    /dev/rdsk/c0t1d0s3&lt;BR /&gt;                         /dev/dsk/c0t1d0s2   /dev/rdsk/c0t1d0s1&lt;BR /&gt;&lt;BR /&gt;bash-3.2# ll /dev/rdisk/disk5_p2&lt;BR /&gt;crw-r-----   1 bin        sys         22 0x000003 Oct  9 16:37 /dev/rdisk/disk5_p2&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jan 2008 20:38:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137878#M599388</guid>
      <dc:creator>Jeff Thayer</dc:creator>
      <dc:date>2008-01-31T20:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error while attempting to mirror boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137879#M599389</link>
      <description>Jim, if I understand this right this is an initial install that succeeded for the primary but now the mirror won't take.&lt;BR /&gt;&lt;BR /&gt;I'd seriously consider reinstalling.  This choose the mirror to be the primary and let the O/S sort it out.</description>
      <pubDate>Thu, 31 Jan 2008 23:29:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137879#M599389</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2008-01-31T23:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error while attempting to mirror boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137880#M599390</link>
      <description>&lt;!--!*#--&gt;Something is really strange here!&lt;BR /&gt;&lt;BR /&gt;Your vgdisplay listing shows that the /dev/rdisk/disk5_p2 is already a member of vg00.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; --- Physical volumes ---&lt;BR /&gt;&amp;gt; PV Name /dev/disk/disk5_p2&lt;BR /&gt;&amp;gt; PV Status available&lt;BR /&gt;&amp;gt; Total PE 4285&lt;BR /&gt;&amp;gt; Free PE 1&lt;BR /&gt;&amp;gt; Autoswitch On&lt;BR /&gt;&amp;gt; Proactive Polling On &lt;BR /&gt;&lt;BR /&gt;You can not be using the same disk to extend  vg00 and mirror the boot disk. &lt;BR /&gt;&lt;BR /&gt;Also, your ioscan shows that the valid disk devices are /dev/dsk/c0t0d0s2 and /dev/dsk/c0t1d0s2&lt;BR /&gt;&lt;BR /&gt;&amp;gt; bash-3.2# ioscan -funC disk&lt;BR /&gt;&amp;gt; Class I H/W Path Driver S/W State H/W Type &amp;gt; Description&lt;BR /&gt;&amp;gt; ==================================&lt;BR /&gt;&amp;gt; disk 1 0/1/1/0.0.0 sdisk CLAIMED DEVICE&lt;BR /&gt;&amp;gt; COMPAQ BF0728A4BA&lt;BR /&gt;&amp;gt; /dev/dsk/c0t0d0 /dev/dsk/c0t0d0s3&lt;BR /&gt;&amp;gt; /dev/rdsk/c0t0d0s2&lt;BR /&gt;&amp;gt; /dev/dsk/c0t0d0s1 /dev/rdsk/c0t0d0&lt;BR /&gt;&amp;gt; /dev/rdsk/c0t0d0s3&lt;BR /&gt;&amp;gt; /dev/dsk/c0t0d0s2 /dev/rdsk/c0t0d0s1&lt;BR /&gt;&amp;gt; disk 0 0/1/1/0.1.0 sdisk CLAIMED DEVICE&lt;BR /&gt;&amp;gt; COMPAQ BF0728A4BA&lt;BR /&gt;&amp;gt; /dev/dsk/c0t1d0 /dev/dsk/c0t1d0s3&lt;BR /&gt;&amp;gt; /dev/rdsk/c0t1d0s2&lt;BR /&gt;&amp;gt; /dev/dsk/c0t1d0s1 /dev/rdsk/c0t1d0&lt;BR /&gt;&amp;gt; /dev/rdsk/c0t1d0s3&lt;BR /&gt;&amp;gt; /dev/dsk/c0t1d0s2 /dev/rdsk/c0t1d0s1&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; bash-3.2# ll /dev/rdisk/disk5_p2&lt;BR /&gt;&amp;gt; crw-r----- 1 bin sys 22 0x000003 Oct 9&lt;BR /&gt;&amp;gt; 16:37 /dev/rdisk/disk5_p2&lt;BR /&gt;&lt;BR /&gt;The /dev/rdisk/disk5_p2 does not show up in ioscan. Does this blade have an internal RAID controller and the two disks are bound to that /dev/rdisk/disk5_p2 volume? Then the other two disks should not show up in ioscan.&lt;BR /&gt;&lt;BR /&gt;Please compare all of these commands with the "other" blade whre everything worked fine. &lt;BR /&gt;&lt;BR /&gt;Also post the output of "lvlnboot -v"</description>
      <pubDate>Thu, 31 Jan 2008 23:39:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137880#M599390</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-01-31T23:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error while attempting to mirror boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137881#M599391</link>
      <description>To answer Michael Steele's question; yes this was newly installed on the primary in mid Oct 07, and has been working fine so far, though I don't know how much my customers have been using it.  I installed this blade 1st, and then did another identical BL60p blade later, choosing the same installation options.  I was able to mirror the 2nd box without errors.&lt;BR /&gt;&lt;BR /&gt;I did have one problem with both of these blades:&lt;BR /&gt;Symptoms:&lt;BR /&gt;Both NIS and automountint worked originally, but I was getting an rpc error of some sort when starting the automounter.  I think it was rpc.statd, but am not sure.  I didn't have time to investigate further at that point, and both NIS and automounting&lt;BR /&gt;were working then.  After vacation and the emergency power shutdown during the 10/07 San Diego wildfires, neither NIS nor automounting worked anymore.&lt;BR /&gt;&lt;BR /&gt;I found this fix on the web:&lt;BR /&gt;----------------------------------&lt;BR /&gt;HP moderator Dave Olker  &lt;BR /&gt;Aug 14, 2007 23:40:42 GMT  10 pts  &lt;BR /&gt;Hi Mario,&lt;BR /&gt;&lt;BR /&gt;I think this is a known problem that was supposed to be fixed prior to 11i v3 shipping &lt;BR /&gt;but it may have reappeared somehow. It may be a corrupted /stand/ioconfig file.&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/nfs.server stop&lt;BR /&gt;# /sbin/init.d/autofs stop&lt;BR /&gt;# /sbin/init.d/nfs.client stop&lt;BR /&gt;# /sbin/init.d/lockmgr stop&lt;BR /&gt;# /sbin/init.d/nfs.core stop&lt;BR /&gt;&lt;BR /&gt;Then rebuild your /stand/ioconfig file by issuing the command:&lt;BR /&gt;&lt;BR /&gt;# insf -e&lt;BR /&gt;&lt;BR /&gt;Then see if you can get all the RPC daemons to start normally:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/nfs.core start&lt;BR /&gt;# /sbin/init.d/lockmgr start&lt;BR /&gt;# /sbin/init.d/nfs.client start&lt;BR /&gt;# /sbin/init.d/autofs start&lt;BR /&gt;# /sbin/init.d/nfs.server start&lt;BR /&gt;&lt;BR /&gt;Let me know if this works.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dave&lt;BR /&gt;--------------------------------&lt;BR /&gt;That fixed the problem.  As I said, this happened with both of these BL60p blades, the one I mirrored successfully and this one.&lt;BR /&gt;&lt;BR /&gt;I'm not sure if I could get customer permission to rebuild this blade right now.  I'd rather avoid that if at all possible.&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Feb 2008 00:08:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137881#M599391</guid>
      <dc:creator>Jeff Thayer</dc:creator>
      <dc:date>2008-02-01T00:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error while attempting to mirror boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137882#M599392</link>
      <description>I don't know.  This is a mess.  You've been running w/out a boot mirror for 2 1/2 months.  And now the disk you're trying to vgextend onto is already apart of the vg.  I think the problem's between the chair and keyboard.</description>
      <pubDate>Fri, 01 Feb 2008 00:24:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137882#M599392</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2008-02-01T00:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error while attempting to mirror boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137883#M599393</link>
      <description>&lt;!--!*#--&gt;To answer TTR's questions:&lt;BR /&gt;&lt;BR /&gt;This is a BL60p blade and they do not have the HP SmartRaid array controller.&lt;BR /&gt;&lt;BR /&gt;bash-3.2# lvlnboot -v&lt;BR /&gt;bash-3.2#&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;Commands on the other blade that mirrored OK:&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v (partial output)&lt;BR /&gt; --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/disk/disk5_p2&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4285&lt;BR /&gt;   Free PE                     1&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/disk/disk4_p2&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4285&lt;BR /&gt;   Free PE                     1&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;-bash-3.2# ioscan -funC disk&lt;BR /&gt;Class     I  H/W Path     Driver S/W State   H/W Type     Description&lt;BR /&gt;=====================================================================&lt;BR /&gt;disk      1  0/1/1/0.0.0  sdisk   CLAIMED     DEVICE       COMPAQ  BF0728A4BA&lt;BR /&gt;                         /dev/dsk/c0t0d0     /dev/rdsk/c0t0d0&lt;BR /&gt;                         /dev/dsk/c0t0d0s1   /dev/rdsk/c0t0d0s1&lt;BR /&gt;                         /dev/dsk/c0t0d0s2   /dev/rdsk/c0t0d0s2&lt;BR /&gt;                         /dev/dsk/c0t0d0s3   /dev/rdsk/c0t0d0s3&lt;BR /&gt;disk      0  0/1/1/0.1.0  sdisk   CLAIMED     DEVICE       COMPAQ  BF0728A4BA&lt;BR /&gt;                         /dev/dsk/c0t1d0     /dev/rdsk/c0t1d0&lt;BR /&gt;                         /dev/dsk/c0t1d0s1   /dev/rdsk/c0t1d0s1&lt;BR /&gt;                         /dev/dsk/c0t1d0s2   /dev/rdsk/c0t1d0s2&lt;BR /&gt;                         /dev/dsk/c0t1d0s3   /dev/rdsk/c0t1d0s3&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Feb 2008 01:32:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137883#M599393</guid>
      <dc:creator>Jeff Thayer</dc:creator>
      <dc:date>2008-02-05T01:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error while attempting to mirror boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137884#M599394</link>
      <description>Whatever it is, the /dev/disk/disk5_p2 is NOT a physical device. It is an HP-UX 11.31 new construct for mapping the "real" physical hardware.&lt;BR /&gt;&lt;BR /&gt;take a look at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1160821&amp;amp;admit=109447627+1202179775059+28353475" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1160821&amp;amp;admit=109447627+1202179775059+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and at the mentioned docs.&lt;BR /&gt;&lt;BR /&gt;The command to use is &lt;BR /&gt;&lt;BR /&gt;ioscan -m dsf &lt;BR /&gt;&lt;BR /&gt;and that will give you a translation of the new devices to the old ones.</description>
      <pubDate>Tue, 05 Feb 2008 02:55:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error-while-attempting-to-mirror-boot-disk/m-p/4137884#M599394</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-02-05T02:55:40Z</dc:date>
    </item>
  </channel>
</rss>

