<?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: Replacing Primary Boot Disk on RX4640 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk-on-rx4640/m-p/5103022#M600162</link>
    <description>Hi Montu,&lt;BR /&gt;&lt;BR /&gt;Please assign points, when some one reply Ur question. I think so â  Mr. Mridul Shrivastavaâ   deserve at let 10 points.&lt;BR /&gt;&lt;BR /&gt;If you interest, then U also see the below URL site, hope it will also help for U in future.  &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-3385/ch04s08.html" target="_blank"&gt;http://docs.hp.com/en/5992-3385/ch04s08.html&lt;/A&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;Thanks--Yaqub&lt;BR /&gt;I am a Customer Advocate!!!</description>
    <pubDate>Sun, 13 Apr 2008 06:26:56 GMT</pubDate>
    <dc:creator>YAQUB_1</dc:creator>
    <dc:date>2008-04-13T06:26:56Z</dc:date>
    <item>
      <title>Replacing Primary Boot Disk on RX4640</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk-on-rx4640/m-p/5103018#M600158</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Primary boot disk on RX4640 is giving frequent error "Disk at hardwarepath path 0/1/1/0.0.0 : Media failure disk_em CRITICAL 100337" so i need to replace disk.&lt;BR /&gt;&lt;BR /&gt;================&lt;BR /&gt;disk        1  0/1/1/0.0.0     sdisk      CLAIMED     DEVICE       HP 73.4GMAU3073NC&lt;BR /&gt;                              /dev/dsk/c2t0d0     /dev/rdsk/c2t0d0  &lt;BR /&gt;                              /dev/dsk/c2t0d0s1   /dev/rdsk/c2t0d0s1&lt;BR /&gt;                              /dev/dsk/c2t0d0s2   /dev/rdsk/c2t0d0s2&lt;BR /&gt;                              /dev/dsk/c2t0d0s3   /dev/rdsk/c2t0d0s3&lt;BR /&gt;===============&lt;BR /&gt;strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c2t0d0s2  &amp;gt;&amp;gt;&lt;BR /&gt;/dev/dsk/c2t1d0s2&lt;BR /&gt;&lt;BR /&gt;All the Lvs are sync and all pvs are available for VG00,&lt;BR /&gt;&lt;BR /&gt;It is a production environment and i am going to perform this first time so i need step by step instruction for this.&lt;BR /&gt;&lt;BR /&gt;Thanking you in advance,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Apr 2008 03:07:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk-on-rx4640/m-p/5103018#M600158</guid>
      <dc:creator>Montu_1</dc:creator>
      <dc:date>2008-04-12T03:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Primary Boot Disk on RX4640</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk-on-rx4640/m-p/5103019#M600159</link>
      <description>Mirror vg00 on Itanium systems that are running B.11.23:&lt;BR /&gt;&lt;BR /&gt;1. From HPUX, use vgdisplay to identify the disk that is in vg00. Use&lt;BR /&gt;ioscan to find the spare disk.&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v --&amp;gt; vg00 is on /dev/dsk/c2t1d0s2 in this example&lt;BR /&gt;# ioscan -efunC disk --&amp;gt; Let's assume c3t2d0 for this example&lt;BR /&gt;&lt;BR /&gt;2. Create the system, OS, and service partitions.&lt;BR /&gt;&lt;BR /&gt;# cat &amp;lt;&lt;EOF&gt;/tmp/partitionfile&lt;BR /&gt;&amp;gt; 3&lt;BR /&gt;&amp;gt; EFI 500MB&lt;BR /&gt;&amp;gt; HPUX 100%&lt;BR /&gt;&amp;gt; HPSP 400MB&lt;BR /&gt;&amp;gt; EOF&lt;BR /&gt;# idisk -wf /tmp/partitionfile /dev/rdsk/c3t2d0&lt;BR /&gt;idisk version: 1.31&lt;BR /&gt;********************** WARNING ***********************&lt;BR /&gt;If you continue you may destroy all data on this disk.&lt;BR /&gt;Do you wish to continue(yes/no)? yes &amp;lt;-- Answer "yes" and not "y"&lt;BR /&gt;&lt;BR /&gt;3. Create device files needed for the new partitions.&lt;BR /&gt;&lt;BR /&gt;# insf -eC disk&lt;BR /&gt;&lt;BR /&gt;4. Verify the partition table.&lt;BR /&gt;&lt;BR /&gt;# idisk /dev/rdsk/c3t2d0&lt;BR /&gt;&lt;BR /&gt;5. Verify that the device files were created properly.&lt;BR /&gt;&lt;BR /&gt;# ioscan -efnC disk --&amp;gt; c3t2d0 is 0/1/1/1.2.0&lt;BR /&gt;&lt;BR /&gt;6. Initialize the efi partition for use.&lt;BR /&gt;&lt;BR /&gt;# efi_fsinit -d /dev/rdsk/c3t2d0s1&lt;BR /&gt;&lt;BR /&gt;7. Populate the /efi/hpux/ directory in the new EFI system partition.&lt;BR /&gt;&lt;BR /&gt;# mkboot -e -l /dev/rdsk/c3t2d0&lt;BR /&gt;&lt;BR /&gt;8. Change the auto file for the mirror to boot without quorum.&lt;BR /&gt;NOTE: Using "s1"&lt;BR /&gt;&lt;BR /&gt;# echo "boot vmunix -lq" &amp;gt; /tmp/AUTO.lq&lt;BR /&gt;# efi_cp -d /dev/rdsk/c3t2d0s1 /tmp/AUTO.lq /EFI/HPUX/AUTO&lt;BR /&gt;&lt;BR /&gt;NOTE: We assume that if we boot from the primary, the mirror is fully&lt;BR /&gt;functional and therefore we don't need to override quorum. Your site&lt;BR /&gt;might require that both disks override quorum.&lt;BR /&gt;&lt;BR /&gt;9. Verify the contents of the auto file on the primary and the mirror.&lt;BR /&gt;NOTE: Using "s1"&lt;BR /&gt;&lt;BR /&gt;# efi_cp -d /dev/rdsk/c2t1d0s1 -u /EFI/HPUX/AUTO /tmp/AUTO.pri&lt;BR /&gt;# efi_cp -d /dev/rdsk/c3t2d0s1 -u /EFI/HPUX/AUTO /tmp/AUTO.alt&lt;BR /&gt;# cat /tmp/AUTO.pri&lt;BR /&gt;# cat /tmp/AUTO.alt&lt;BR /&gt;&lt;BR /&gt;10. Add the new partition to vg00.&lt;BR /&gt;NOTE: Using "s2"&lt;BR /&gt;&lt;BR /&gt;# pvcreate -fB /dev/rdsk/c3t2d0s2&lt;BR /&gt;# vgextend vg00 /dev/dsk/c3t2d0s2&lt;BR /&gt;&lt;BR /&gt;11. Mirror all logical volumes in vg00.&lt;BR /&gt;NOTE: Using "s2"&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c3t2d0s2&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c3t2d0s2&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c3t2d0s2&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c3t2d0s2&lt;BR /&gt;&lt;BR /&gt;12. Add the new disk to /stand/bootconf.&lt;BR /&gt;NOTE: Using "s2"&lt;BR /&gt;&lt;BR /&gt;# echo "l /dev/dsk/c3t2d0s2" &amp;gt;&amp;gt; /stand/bootconf&lt;BR /&gt;&lt;BR /&gt;13. Verify that the new disk was added to vg00, and the lv's are in sync.&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v vg00&lt;BR /&gt;&lt;BR /&gt;14. Verify that the BDRA was updated properly. Take note of the HW paths for&lt;BR /&gt;step 15.&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;15. Add EFI primary and high availability boot path menu entries.&lt;BR /&gt;&lt;BR /&gt;# setboot -p 0/1/1/0.1.0 &amp;lt;-- Set primary disk&lt;BR /&gt;# setboot -h 0/1/1/1.2.0 &amp;lt;-- Set mirror disk&lt;BR /&gt;# setboot -b on &amp;lt;-- Set autoboot on&lt;BR /&gt;&lt;BR /&gt;16. Verify that the primary and mirror boot paths are configured properly.&lt;BR /&gt;&lt;BR /&gt;# setboot&lt;BR /&gt;&lt;BR /&gt;17. Test the new mirror by booting off of it.&lt;BR /&gt;&lt;BR /&gt;# shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;18. Select "HP-UX HA Alternate Boot" to test the mirror.&lt;BR /&gt;&lt;BR /&gt;EFI Boot Manager ver 1.10 [14.61] Firmware ver 2.21 [4334]&lt;BR /&gt;Please select a boot option&lt;BR /&gt;HP-UX Primary Boot: 0/1/1/0.1.0&lt;BR /&gt;HP-UX HA Alternate Boot: 0/1/1/1.2.0&lt;BR /&gt;EFI Shell [Built-in]&lt;BR /&gt;&lt;BR /&gt;20. Verify which disk/kernel you booted from.&lt;BR /&gt;&lt;BR /&gt;# grep "Boot device" /var/adm/syslog/syslog.log&lt;BR /&gt;vmunix: Boot device's HP-UX HW path is: 0.1.1.1.2.0&lt;BR /&gt;&lt;BR /&gt;21. Remove temporary files.&lt;BR /&gt;&lt;BR /&gt;# rm /tmp/partitionfile /tmp/AUTO*&lt;/EOF&gt;</description>
      <pubDate>Sat, 12 Apr 2008 03:27:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk-on-rx4640/m-p/5103019#M600159</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2008-04-12T03:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Primary Boot Disk on RX4640</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk-on-rx4640/m-p/5103020#M600160</link>
      <description>Hi Mridul,&lt;BR /&gt;&lt;BR /&gt;Thanks for your detail answer.&lt;BR /&gt;&lt;BR /&gt;I am going to replace primary disk and at present system is booted from primary disk. &lt;BR /&gt;&lt;BR /&gt;I have 2 more doughts&lt;BR /&gt;&lt;BR /&gt;1) do i need to reboot the system from alternate disk ?&lt;BR /&gt;&lt;BR /&gt;2) do i need to remove the primary disk from vg00 ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 13 Apr 2008 03:19:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk-on-rx4640/m-p/5103020#M600160</guid>
      <dc:creator>Montu_1</dc:creator>
      <dc:date>2008-04-13T03:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Primary Boot Disk on RX4640</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk-on-rx4640/m-p/5103021#M600161</link>
      <description>There is no need to reboot the system from alternate disk, primary disk can be replaced online.&lt;BR /&gt;&lt;BR /&gt;You don't have to remove the disk from vg00 if there are LVM OLAR patches, same can be find using "swlist -l patch | grep -i OLR"&lt;BR /&gt;&lt;BR /&gt;If it doesn't show LVM OLR patch then you have to remove the primary disk and extend the vg00 again. Make sure that u do lvreduce for all LVs before proceeding for vgreduce on the same.</description>
      <pubDate>Sun, 13 Apr 2008 05:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk-on-rx4640/m-p/5103021#M600161</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2008-04-13T05:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Primary Boot Disk on RX4640</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk-on-rx4640/m-p/5103022#M600162</link>
      <description>Hi Montu,&lt;BR /&gt;&lt;BR /&gt;Please assign points, when some one reply Ur question. I think so â  Mr. Mridul Shrivastavaâ   deserve at let 10 points.&lt;BR /&gt;&lt;BR /&gt;If you interest, then U also see the below URL site, hope it will also help for U in future.  &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-3385/ch04s08.html" target="_blank"&gt;http://docs.hp.com/en/5992-3385/ch04s08.html&lt;/A&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;Thanks--Yaqub&lt;BR /&gt;I am a Customer Advocate!!!</description>
      <pubDate>Sun, 13 Apr 2008 06:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk-on-rx4640/m-p/5103022#M600162</guid>
      <dc:creator>YAQUB_1</dc:creator>
      <dc:date>2008-04-13T06:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Primary Boot Disk on RX4640</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk-on-rx4640/m-p/5103023#M600163</link>
      <description>Thanks again Mrudul!&lt;BR /&gt;I have assigined the points!</description>
      <pubDate>Sun, 13 Apr 2008 11:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk-on-rx4640/m-p/5103023#M600163</guid>
      <dc:creator>Montu_1</dc:creator>
      <dc:date>2008-04-13T11:02:17Z</dc:date>
    </item>
  </channel>
</rss>

