<?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: Replace failed drive in root mirror in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-failed-drive-in-root-mirror/m-p/5213099#M552479</link>
    <description>Read this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;At least the "pvchange -a n ..." step is missing.</description>
    <pubDate>Mon, 07 Dec 2009 19:37:03 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2009-12-07T19:37:03Z</dc:date>
    <item>
      <title>Replace failed drive in root mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-failed-drive-in-root-mirror/m-p/5213096#M552476</link>
      <description>The drive I am trying to replace is at /dev/dsk/c3t0d0.  It had No_HW in ioscan, so I pulled the drive and replaced it.  &lt;BR /&gt;&lt;BR /&gt;Upon inserting the new drive, syslog showed "LVM: VG 64 0x000000: PVLink 31 0x030002 Wrong Disk!"&lt;BR /&gt;&lt;BR /&gt;I attempted "vgcfgrestore -n /dev/vg00 /dev/rdsk/c3t0d0s2" and received "vgcfgrestore: Cannot restore Physical Volume "/dev/dsk/c3t0d0s2",&lt;BR /&gt;Detach the PV or detactivate the VG, before restoring the PV."&lt;BR /&gt;&lt;BR /&gt;I did "vgreduce -f /dev/vg00" and am attempting to recreate the mirror from the beginning.  &lt;BR /&gt;&lt;BR /&gt;Following the "When Good Disks Go Bad" procedure, I ran idisk with:&lt;BR /&gt;&lt;BR /&gt;3&lt;BR /&gt;EFI 500MB &lt;BR /&gt;HPUX 100%&lt;BR /&gt;HPSP 400MB&lt;BR /&gt;&lt;BR /&gt;Two errors show at the bottom:&lt;BR /&gt;&lt;BR /&gt;idisk: Write of requested data failed(22)&lt;BR /&gt;idisk: Failed destroying old alternate GPT&lt;BR /&gt;&lt;BR /&gt;I ran "pvcreate -B /dev/rdsk/c3t0d0s2" and received "pvcreate: Couldn't open physical volume /dev/rdsk/c3t0d0s2: I/O error"&lt;BR /&gt;&lt;BR /&gt;ioscan:&lt;BR /&gt;disk      2  0/1/1/0.1.0     sdisk      CLAIMED     DEVICE       HP 146 GST31467&lt;BR /&gt;07LC&lt;BR /&gt;                            /dev/dsk/c2t1d0     /dev/rdsk/c2t1d0&lt;BR /&gt;                            /dev/dsk/c2t1d0s1   /dev/rdsk/c2t1d0s1&lt;BR /&gt;                            /dev/dsk/c2t1d0s2   /dev/rdsk/c2t1d0s2&lt;BR /&gt;                            /dev/dsk/c2t1d0s3   /dev/rdsk/c2t1d0s3&lt;BR /&gt;disk      1  0/1/1/1.0.0     sdisk      CLAIMED     DEVICE       SEAGATE ST31467&lt;BR /&gt;07LC&lt;BR /&gt;                            /dev/dsk/c3t0d0     /dev/rdsk/c3t0d0&lt;BR /&gt;                            /dev/dsk/c3t0d0s1   /dev/rdsk/c3t0d0s1&lt;BR /&gt;                            /dev/dsk/c3t0d0s2   /dev/rdsk/c3t0d0s2&lt;BR /&gt;                            /dev/dsk/c3t0d0s3   /dev/rdsk/c3t0d0s3&lt;BR /&gt;&lt;BR /&gt;diskinfo:&lt;BR /&gt;SCSI describe of /dev/rdsk/c3t0d0:&lt;BR /&gt;             vendor: SEAGATE&lt;BR /&gt;         product id: ST3146707LC&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 143374744 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;This is a rx4640.  any help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Dec 2009 18:17:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-failed-drive-in-root-mirror/m-p/5213096#M552476</guid>
      <dc:creator>Ryan Lardinois</dc:creator>
      <dc:date>2009-12-07T18:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Replace failed drive in root mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-failed-drive-in-root-mirror/m-p/5213097#M552477</link>
      <description>hi &lt;BR /&gt;remve these files:&lt;BR /&gt;dev/dsk/c3t0d0s1 /dev/rdsk/c3t0d0s1&lt;BR /&gt;/dev/dsk/c3t0d0s2 /dev/rdsk/c3t0d0s2&lt;BR /&gt;/dev/dsk/c3t0d0s3 /dev/rdsk/c3t0d0s3&lt;BR /&gt;&lt;BR /&gt;then run &lt;BR /&gt;idisk -R /dev/rdsk/c3t0d0&lt;BR /&gt;vi /tmp/pdf&lt;BR /&gt;3&lt;BR /&gt;EFI 500MB &lt;BR /&gt;HPUX 100%&lt;BR /&gt;HPSP 400MB&lt;BR /&gt;save and exit&lt;BR /&gt;&lt;BR /&gt;idisk -wf /tmp/pdf /dev/rdsk/c3t0d0&lt;BR /&gt;ioscan&lt;BR /&gt;insf -eC diks&lt;BR /&gt;ioscan &lt;BR /&gt;see the new device files created.&lt;BR /&gt;&lt;BR /&gt;efi_fsinit -d /dev/rdsk/c3t0d0s1&lt;BR /&gt;pvcreate -B /dev/rdsk/c3t2d0s2&lt;BR /&gt;mkboot -e -l /dev/rdsk/c3t0d0&lt;BR /&gt;vi /tmp/auto&lt;BR /&gt;boot /satnd/vmunix -lq&lt;BR /&gt;&lt;BR /&gt;save and exit&lt;BR /&gt;&lt;BR /&gt;efi_cp -d /dev/rdsk/c3t0d0s1 /tmp/auto /EFI/HPUX/AUTO&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c3t2d0s2&lt;BR /&gt;for i in /dev/vg00/lvol*&lt;BR /&gt;do &lt;BR /&gt;lvextend -m 1 $i /dev/rdsk/c3t2d0s2&lt;BR /&gt;done&lt;BR /&gt;lvlnboot -vR&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit</description>
      <pubDate>Mon, 07 Dec 2009 18:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-failed-drive-in-root-mirror/m-p/5213097#M552477</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-12-07T18:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Replace failed drive in root mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-failed-drive-in-root-mirror/m-p/5213098#M552478</link>
      <description>Removing the files works fine.  &lt;BR /&gt;&lt;BR /&gt;"idisk -R /dev/rdsk/c3t0d0" returns:&lt;BR /&gt;&lt;BR /&gt;idisk: Write of requested data failed(22)&lt;BR /&gt;idisk: Failed destroying alternate partition table.1</description>
      <pubDate>Mon, 07 Dec 2009 19:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-failed-drive-in-root-mirror/m-p/5213098#M552478</guid>
      <dc:creator>Ryan Lardinois</dc:creator>
      <dc:date>2009-12-07T19:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Replace failed drive in root mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-failed-drive-in-root-mirror/m-p/5213099#M552479</link>
      <description>Read this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;At least the "pvchange -a n ..." step is missing.</description>
      <pubDate>Mon, 07 Dec 2009 19:37:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-failed-drive-in-root-mirror/m-p/5213099#M552479</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-12-07T19:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Replace failed drive in root mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-failed-drive-in-root-mirror/m-p/5213100#M552480</link>
      <description>I was able to successfully complete "Mirroring the Root Volume on Integrity Servers" from "When Good Disks Go Bad" after restarting the server.</description>
      <pubDate>Thu, 07 Jan 2010 16:10:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-failed-drive-in-root-mirror/m-p/5213100#M552480</guid>
      <dc:creator>Ryan Lardinois</dc:creator>
      <dc:date>2010-01-07T16:10:46Z</dc:date>
    </item>
  </channel>
</rss>

