<?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 Replace a boot mirror disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754927#M784516</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have a failed boot mirror disk on a rx1620 with 11.23.&lt;BR /&gt;&lt;BR /&gt;How is the procedure to replace the bad disk without stop the system operation?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Mon, 20 Mar 2006 12:01:04 GMT</pubDate>
    <dc:creator>Toscanini Montaño</dc:creator>
    <dc:date>2006-03-20T12:01:04Z</dc:date>
    <item>
      <title>Replace a boot mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754927#M784516</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have a failed boot mirror disk on a rx1620 with 11.23.&lt;BR /&gt;&lt;BR /&gt;How is the procedure to replace the bad disk without stop the system operation?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 20 Mar 2006 12:01:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754927#M784516</guid>
      <dc:creator>Toscanini Montaño</dc:creator>
      <dc:date>2006-03-20T12:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a boot mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754928#M784517</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; pvcreate -B /dev/rdsk/c1t0d0&lt;BR /&gt;# vgcfgrestore -n /dev/vg00 /dev/rdsk/c1t0d0&lt;BR /&gt;# vgchange -a y /dev/vg00&lt;BR /&gt;# mkboot -a /dev/rdsk/c1t0d0&lt;BR /&gt;# mkboot -a "hpux -lq" /dev/rdsk/c1t0d0&lt;BR /&gt;# lvlnboot -R&lt;BR /&gt;# lvlnboot -v #(check).&lt;BR /&gt;# vgsync&lt;BR /&gt;# setboot #(check)&lt;BR /&gt;&amp;amp; check after rebooting.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Mar 2006 12:07:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754928#M784517</guid>
      <dc:creator>Carlos Roberto Schimidt</dc:creator>
      <dc:date>2006-03-20T12:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a boot mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754929#M784518</link>
      <description>Take a read of the following document, it may help you with your questions:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;</description>
      <pubDate>Mon, 20 Mar 2006 12:12:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754929#M784518</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2006-03-20T12:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a boot mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754930#M784519</link>
      <description>Shalom Toscanini,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is how I'd do it.&lt;BR /&gt;&lt;BR /&gt;If possible, break the mirrors and vgreduce the volume group prior to doing the hot swap.&lt;BR /&gt;&lt;BR /&gt;Do the hot swap dance.&lt;BR /&gt;&lt;BR /&gt;Lets say the device is c2t0d0&lt;BR /&gt;&lt;BR /&gt;pvcreate -B -f /dev/rdsk/c2t0d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n /dev/vg00 /dev/rdsk/c2t0d0&lt;BR /&gt;vgchange -a y /dev/vg00&lt;BR /&gt;mkboot -a /dev/rdsk/c1t0d0&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c2t0d0&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;lvlnboot -v &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A full mirroring procedure, which you would do if you were successful in reducing the disk out of the volume group.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c1t0d0 #use real disk&lt;BR /&gt;&lt;BR /&gt;mkboot -l /dev/rdsk/c1t0d0&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c1t0d0 # use real disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;If you are running 64-bit OS:&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c1t0d0 # same thing&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;# real disk. repeat for other lvols&lt;BR /&gt;&lt;BR /&gt;lvlnboot -r /dev/vg00/lvol3 # root fs /&lt;BR /&gt;lvlnboot -s /dev/vg00/lvol2 #swap&lt;BR /&gt;lvlnboot -d /dev/vg00/lvol2 #swap/dump&lt;BR /&gt;lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;setboot&lt;BR /&gt;setboot -a 52.1.0 # second disk&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Mar 2006 12:15:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754930#M784519</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-20T12:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a boot mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754931#M784520</link>
      <description>please read section 6 in this document:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Don't forget to stop the disk access (pvchange -a n /dev/rdsk/cxtydz) and to initialize the disk partitions (idisk) like descripted in the manual.&lt;BR /&gt;&lt;BR /&gt;It's NOT neccessary to do a "pvcreate"!&lt;BR /&gt;&lt;BR /&gt;Please read the section "Mirroring the Root Volume on Integrity Servers" for how to make the disk bootable (copy EFI content and set boot string).</description>
      <pubDate>Mon, 20 Mar 2006 12:17:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754931#M784520</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-03-20T12:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a boot mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754932#M784521</link>
      <description>Normally:&lt;BR /&gt;&lt;BR /&gt; How to replace failed mirror of root disk         &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;After failed disk has been replaced by HP (assuming the disk is c1t5d0):&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n /dev/vg00 /dev/rdsk/c1t5d0&lt;BR /&gt;&lt;BR /&gt;mkboot /dev/rdsk/c1t5d0&lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq (;0) /stand/vmunix" /dev/rdsk/c1t5d0&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vg00&lt;BR /&gt;&lt;BR /&gt;lvlnboot -Rv /dev/vg00&lt;BR /&gt;&lt;BR /&gt;vgsync /dev/vg00&lt;BR /&gt;&lt;BR /&gt;I attached steps to mirror root on Itanium.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 20 Mar 2006 12:21:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754932#M784521</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-03-20T12:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a boot mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754933#M784522</link>
      <description>Take care and use only procedures for Integrety servers, not the procedures for PA-RISC based systems!</description>
      <pubDate>Mon, 20 Mar 2006 12:23:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754933#M784522</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-03-20T12:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a boot mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754934#M784523</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;as its an itanium you need to partition the disk first with &lt;BR /&gt;&lt;BR /&gt;#idisk&lt;BR /&gt;&lt;BR /&gt;commands first before continuing with lvm commands.&lt;BR /&gt;&lt;BR /&gt;then afterwards populate the 3rd partition(service) with diagnostics.&lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Mar 2006 12:29:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754934#M784523</guid>
      <dc:creator>Andrew Rutter</dc:creator>
      <dc:date>2006-03-20T12:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a boot mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754935#M784524</link>
      <description>Hi Toscanini,&lt;BR /&gt;&lt;BR /&gt;Take a look at this document...it'll be helpful in providing the steps that you are trying to accomplish:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000079971585" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000079971585&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
      <pubDate>Mon, 20 Mar 2006 12:35:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754935#M784524</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-03-20T12:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a boot mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754936#M784525</link>
      <description>Hi Montano,&lt;BR /&gt;&lt;BR /&gt;      RX1620 is a Itanium box. So the mirror of your boot disk is slightly different from the usual PA-RISC activity.&lt;BR /&gt;&lt;BR /&gt;     Firstly, I believe rx1620 will have a hot swappable disk. Just make sure, which disk is gone bad and locate the HDD bay with the help of RX1620 Hardware manual and H/W address. Once you replace the HDD, you need to do the following to restore the boot mirror...&lt;BR /&gt;&lt;BR /&gt; For the explanatiuon I assume the replace disk is.../dev/dsk/c2t1d0&lt;BR /&gt;&lt;BR /&gt;   From the below link, execute the commands till STEP 4,&lt;BR /&gt;&lt;BR /&gt;   Now,&lt;BR /&gt;    &lt;BR /&gt;&lt;BR /&gt;   5) Initialize the LVM regions...&lt;BR /&gt;      &lt;BR /&gt;       pvcreate -B /dev/rdsk/c2t1d0s2&lt;BR /&gt;&lt;BR /&gt;   6) Restore the LVm metadata's...&lt;BR /&gt;&lt;BR /&gt;       vgcfgrestore -n /dev/vg00 /dev/rdsk/c2t1d0s2&lt;BR /&gt;&lt;BR /&gt;   7) activate vg00&lt;BR /&gt;&lt;BR /&gt;      vgchange -a y /dev/vg00&lt;BR /&gt;&lt;BR /&gt;   8) syncronize the LV's..&lt;BR /&gt;&lt;BR /&gt;      vgsync /dev/vg00&lt;BR /&gt; NOTE: the above action will take a while..&lt;BR /&gt;       &lt;BR /&gt;   9) Recover the missing links if any..&lt;BR /&gt;&lt;BR /&gt;      lvlnboot -R&lt;BR /&gt;&lt;BR /&gt;  10) check the sanity..&lt;BR /&gt;&lt;BR /&gt;      vgdisplay -v vg00&lt;BR /&gt;&lt;BR /&gt;When you get a down window, you can check by booting through the second disk, and confirm that all is fine..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar.&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Mar 2006 12:35:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754936#M784525</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-03-20T12:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a boot mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754937#M784526</link>
      <description>In the previous post..I forgot to provide the link.. here is the corrected version....&lt;BR /&gt;&lt;BR /&gt;Hi Montano,&lt;BR /&gt;&lt;BR /&gt;      RX1620 is a Itanium box. So the mirror of your boot disk is slightly different from the usual PA-RISC activity.&lt;BR /&gt;&lt;BR /&gt;     Firstly, I believe rx1620 will have a hot swappable disk. Just make sure, which disk is gone bad and locate the HDD bay with the help of RX1620 Hardware manual and H/W address. Once you replace the HDD, you need to do the following to restore the boot mirror...&lt;BR /&gt;&lt;BR /&gt; For the explanatiuon I assume the replace disk is.../dev/dsk/c2t1d0&lt;BR /&gt;&lt;BR /&gt;   From the below link, execute the commands till STEP 4,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSingleTipDetailPage_IDX/1,2366,5343,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSingleTipDetailPage_IDX/1,2366,5343,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;   Now,After step 4 of the above link...&lt;BR /&gt;    &lt;BR /&gt;&lt;BR /&gt;   5) Initialize the LVM regions...&lt;BR /&gt;      &lt;BR /&gt;       pvcreate -B /dev/rdsk/c2t1d0s2&lt;BR /&gt;&lt;BR /&gt;   6) Restore the LVm metadata's...&lt;BR /&gt;&lt;BR /&gt;       vgcfgrestore -n /dev/vg00 /dev/rdsk/c2t1d0s2&lt;BR /&gt;&lt;BR /&gt;   7) activate vg00&lt;BR /&gt;&lt;BR /&gt;      vgchange -a y /dev/vg00&lt;BR /&gt;&lt;BR /&gt;   8) syncronize the LV's..&lt;BR /&gt;&lt;BR /&gt;      vgsync /dev/vg00&lt;BR /&gt; NOTE: the above action will take a while..&lt;BR /&gt;       &lt;BR /&gt;   9) Recover the missing links if any..&lt;BR /&gt;&lt;BR /&gt;      lvlnboot -R&lt;BR /&gt;&lt;BR /&gt;  10) check the sanity..&lt;BR /&gt;&lt;BR /&gt;      vgdisplay -v vg00&lt;BR /&gt;&lt;BR /&gt;When you get a down window, you can check by booting through the second disk, and confirm that all is fine..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar.&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Mar 2006 12:41:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754937#M784526</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-03-20T12:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a boot mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754938#M784527</link>
      <description>Pls note that boot disk creating procedure for Itanium is different with it for PARISC&lt;BR /&gt;these are some link you can refer to:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=907309" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=907309&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=974862" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=974862&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=885030" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=885030&lt;/A&gt;&lt;BR /&gt;Hope these are enought for U.&lt;BR /&gt;tienna</description>
      <pubDate>Mon, 20 Mar 2006 20:55:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-a-boot-mirror-disk/m-p/3754938#M784527</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2006-03-20T20:55:57Z</dc:date>
    </item>
  </channel>
</rss>

