<?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: Need to re-mirror in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119544#M628485</link>
    <description>Looks like its syncing fine .... so will the new replaced root disk automatically mirror data from the mirror disk.</description>
    <pubDate>Fri, 14 Nov 2003 10:33:14 GMT</pubDate>
    <dc:creator>N.D</dc:creator>
    <dc:date>2003-11-14T10:33:14Z</dc:date>
    <item>
      <title>Need to re-mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119538#M628479</link>
      <description>Our root disk failed so we had this replace, luckily it was mirrored and we were able to boot from the mirrored. I nedd to now re-configure the original disk. Currently when doing an lvdisplay the replaced disk is showing as ???. How do I re-configure ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--- Logical extents ---&lt;BR /&gt;   LE   PV1                PE1  Status 1 PV2                PE2  Status 2 &lt;BR /&gt;   0000 ???                0000 stale    /dev/dsk/c2t15d0   0000 current  &lt;BR /&gt;   0001 ???                0001 current  /dev/dsk/c2t15d0   0001 stale    &lt;BR /&gt;   0002 ???                0002 stale    /dev/dsk/c2t15d0   0002 current  &lt;BR /&gt;   0003 ???                0003 stale    /dev/dsk/c2t15d0   0003 current</description>
      <pubDate>Fri, 14 Nov 2003 10:01:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119538#M628479</guid>
      <dc:creator>N.D</dc:creator>
      <dc:date>2003-11-14T10:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need to re-mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119539#M628480</link>
      <description>Hi,&lt;BR /&gt; &lt;BR /&gt;Attached the instructions to replace a root mirrored disk.&lt;BR /&gt; &lt;BR /&gt;Kind regards,&lt;BR /&gt;Zigor</description>
      <pubDate>Fri, 14 Nov 2003 10:07:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119539#M628480</guid>
      <dc:creator>Zigor Buruaga</dc:creator>
      <dc:date>2003-11-14T10:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need to re-mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119540#M628481</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am a bit worried about the output you send regarding logical extend 0001: it shows "current" on the replaced disk and "stale" on the good one...&lt;BR /&gt;&lt;BR /&gt;Basically it would go like:&lt;BR /&gt;strings /etc/lvmtab (find out what is the replaced disks device file, supposed it is c3t3d0 belonging to vg00... then:&lt;BR /&gt;vgcfgrestore -n vg00 /dev/rdsk/c3t3d0&lt;BR /&gt;vgchange -a y vg00&lt;BR /&gt;vgsync vg00&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Bernhard</description>
      <pubDate>Fri, 14 Nov 2003 10:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119540#M628481</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2003-11-14T10:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need to re-mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119541#M628482</link>
      <description>Let's assume that your replaced disk is c0t6d0.&lt;BR /&gt;&lt;BR /&gt;1) vgcfgrestore -n /dev/vg00 /dev/rdsk/c0t6d0&lt;BR /&gt;2) vgchange -a y /dev/vg00&lt;BR /&gt;3) mkboot /dev/rdsk/c0t6d0&lt;BR /&gt;4) mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c0t6d0&lt;BR /&gt;5) lvlnboot -R&lt;BR /&gt;6) vgsync /dev/vg00&lt;BR /&gt;&lt;BR /&gt;You are done. I would then shutdown and verify that you can boot from the restored primary now.&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Nov 2003 10:11:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119541#M628482</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-11-14T10:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need to re-mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119542#M628483</link>
      <description>got the following reply from the 'vgrestore' command&lt;BR /&gt;&lt;BR /&gt;# vgcfgrestore -n /dev/vg00 /dev/rdsk/c2t6d0&lt;BR /&gt;vgcfgrestore: Couldn't query physical volume "/dev/dsk/c2t6d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to &lt;BR /&gt;this volume group&lt;BR /&gt;Volume Group configuration has been restored to /dev/rdsk/c2t6d0</description>
      <pubDate>Fri, 14 Nov 2003 10:23:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119542#M628483</guid>
      <dc:creator>N.D</dc:creator>
      <dc:date>2003-11-14T10:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need to re-mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119543#M628484</link>
      <description>Try vgdisplay -v vg00 and see if c2t6d0 is listed as available.</description>
      <pubDate>Fri, 14 Nov 2003 10:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119543#M628484</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2003-11-14T10:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need to re-mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119544#M628485</link>
      <description>Looks like its syncing fine .... so will the new replaced root disk automatically mirror data from the mirror disk.</description>
      <pubDate>Fri, 14 Nov 2003 10:33:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119544#M628485</guid>
      <dc:creator>N.D</dc:creator>
      <dc:date>2003-11-14T10:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need to re-mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119545#M628486</link>
      <description>Hey Missy,&lt;BR /&gt;&lt;BR /&gt;I had a failed boot drive on one of my N-4000's two nights ago. I got the same errors you are seeing. I have attached the procedure that I wrote up to handle it and get my system back up. &lt;BR /&gt;&lt;BR /&gt;I must say, I don't understand why you have a discrepency in the stale/current state on extent 0001.&lt;BR /&gt;&lt;BR /&gt;Hope this helps you!&lt;BR /&gt;-Bryan</description>
      <pubDate>Fri, 14 Nov 2003 10:34:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119545#M628486</guid>
      <dc:creator>Bryan D. Quinn</dc:creator>
      <dc:date>2003-11-14T10:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need to re-mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119546#M628487</link>
      <description>check pvdisplay /dev/dsk/c2t6d0 | grep Stale&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Nov 2003 10:36:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119546#M628487</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2003-11-14T10:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need to re-mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119547#M628488</link>
      <description>do not forget the mkboot and lvlnboot commands that Clay mentioned, *after* that&lt;BR /&gt;check  lvlnboot -v (that c2t6d0 is a "Boot Disk") then check setboot to see if it is primary or alternate boot path.&lt;BR /&gt;&lt;BR /&gt;*If* you can, try to boot from the failed disk to verify, if not take note to get a downtime for reboot. Halt at BCH and enter&lt;BR /&gt;bo pri&lt;BR /&gt;or&lt;BR /&gt;bo alt&lt;BR /&gt;(whichever it is)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Fri, 14 Nov 2003 10:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119547#M628488</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2003-11-14T10:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need to re-mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119548#M628489</link>
      <description>Just a comment on procedure Missy...&lt;BR /&gt; &lt;BR /&gt;Did I infer by your OP that you rebooted to the alt disk and didn't replace the disk while you had the system down? Some systems if they aren't configured as hpux -lq will not boot to the alt without stopping at the interrupt isl prompt.&lt;BR /&gt; &lt;BR /&gt;That would have been a great time to replace the bad disk. &lt;BR /&gt; &lt;BR /&gt;Judging by your output from lvdisplay, It appears that you rebooted with out a disk in the primary slot.&lt;BR /&gt; &lt;BR /&gt;most newer systems will allow you to replace a disk online without rebooting, but it is good if possible to replace a disk while the box is down, even for mirrored ones.&lt;BR /&gt; &lt;BR /&gt;I personally had a bad root disk about 2 weeks ago and did it all online without rebooting.&lt;BR /&gt; &lt;BR /&gt;No, points UNLESS you find this usefull since you already have several solutions to your question.&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Fri, 14 Nov 2003 11:42:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-re-mirror/m-p/3119548#M628489</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-11-14T11:42:28Z</dc:date>
    </item>
  </channel>
</rss>

