<?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 Moving root disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-root-disk/m-p/4328982#M565619</link>
    <description>Hi,&lt;BR /&gt;We followed the procedure defined on "When Good Disks Go Bad: Dealing with Disk Failures Under LVM, Appendix F: Moving a Root Disk to a New Disk or Another Disk" on an Itanium rx6600 11.23. We slightly modified the commands used to fit Integrity Servers requirements (mkboot -e -l, etc.). But, once we got to point 6: shutdown and reboot...  the machine would not boot any more. It was not even able to boot from a recovery shell (?).&lt;BR /&gt;We have made tests on a similar machine with the same results.&lt;BR /&gt;We have managed to complete the whole procedure if we do the lvlnboot's BEFORE shutting down.&lt;BR /&gt;So, we have two questions:&lt;BR /&gt;1. Anybody has done anything similar with good results? (Ignite, Mirror or DRD do not apply to our specific case)&lt;BR /&gt;2. Anybody has followed the procedure described in WGTGB for PA-RISC? (WBTGB has been great for us in many occasions, but we don't have a pa-risc machine handy).&lt;BR /&gt;In both cases, we would appreciate if anybody could shed us some light on why you have to lvlnboot before / after the reboot. We are really puzzled about it.&lt;BR /&gt;Thank you, folks.&lt;BR /&gt;</description>
    <pubDate>Fri, 26 Dec 2008 23:35:58 GMT</pubDate>
    <dc:creator>Telefonica OSI</dc:creator>
    <dc:date>2008-12-26T23:35:58Z</dc:date>
    <item>
      <title>Moving root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-root-disk/m-p/4328982#M565619</link>
      <description>Hi,&lt;BR /&gt;We followed the procedure defined on "When Good Disks Go Bad: Dealing with Disk Failures Under LVM, Appendix F: Moving a Root Disk to a New Disk or Another Disk" on an Itanium rx6600 11.23. We slightly modified the commands used to fit Integrity Servers requirements (mkboot -e -l, etc.). But, once we got to point 6: shutdown and reboot...  the machine would not boot any more. It was not even able to boot from a recovery shell (?).&lt;BR /&gt;We have made tests on a similar machine with the same results.&lt;BR /&gt;We have managed to complete the whole procedure if we do the lvlnboot's BEFORE shutting down.&lt;BR /&gt;So, we have two questions:&lt;BR /&gt;1. Anybody has done anything similar with good results? (Ignite, Mirror or DRD do not apply to our specific case)&lt;BR /&gt;2. Anybody has followed the procedure described in WGTGB for PA-RISC? (WBTGB has been great for us in many occasions, but we don't have a pa-risc machine handy).&lt;BR /&gt;In both cases, we would appreciate if anybody could shed us some light on why you have to lvlnboot before / after the reboot. We are really puzzled about it.&lt;BR /&gt;Thank you, folks.&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Dec 2008 23:35:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-root-disk/m-p/4328982#M565619</guid>
      <dc:creator>Telefonica OSI</dc:creator>
      <dc:date>2008-12-26T23:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Moving root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-root-disk/m-p/4328983#M565620</link>
      <description>hello &lt;BR /&gt;&lt;BR /&gt;Please can u elaborate what modifications u did as the platform is INtegrity???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;u have to pproperly create the EFI, HPUX and the HPSP partition on the newdisk.&lt;BR /&gt;&lt;BR /&gt;Step3#vgextend /dev/vg00 /dev/dsk/c2t2d2s2&lt;BR /&gt;step4# pvmove /dev/dsk/c1t1d1s2 /dev/dsk/c2t2d2s2&lt;BR /&gt;step5#vgreduce /dev/vg00 /dev/dsk/c1t1d1s2&lt;BR /&gt;&lt;BR /&gt;The steps that u havemodified do this conform to the above modifications in the steeps as i have given?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please do not forget to assign the points.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sujit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;as far as PV move is concerned i think u need to do that for the /dev/dsk/</description>
      <pubDate>Sun, 28 Dec 2008 09:23:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-root-disk/m-p/4328983#M565620</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2008-12-28T09:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Moving root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-root-disk/m-p/4328984#M565621</link>
      <description>As Sujit says you have to use idisk to partitioning the system disk.&lt;BR /&gt;&lt;BR /&gt;# vi /tmp/idf&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;# idisk -f /tmp/idf -w /dev/rdisk/disk2&lt;BR /&gt;# insf -eC disk&lt;BR /&gt;# pvcreate -B /dev/rdisk/disk2_p2&lt;BR /&gt;# vgextend vg00 /dev/disk/disk2_p2&lt;BR /&gt;# mkboot -e -l /dev/rdisk/disk2&lt;BR /&gt;# mkboot -a "hpux" /dev/rdisk/disk2&lt;BR /&gt;&lt;BR /&gt;The logical volumes on the mirror boot disk must be extended in the same order that they are configured on the original boot disk. Determine the list of logical volumes in the root volume group and their order. For example:&lt;BR /&gt;&lt;BR /&gt;# pvdisplay -v /dev/disk/disk0_p2 | grep 'current.*0000 $'&lt;BR /&gt;   00000 current /dev/vg00/lvol1 00000&lt;BR /&gt;   00010 current /dev/vg00/lvol2 00000&lt;BR /&gt;   00138 current /dev/vg00/lvol3 00000&lt;BR /&gt;   00151 current /dev/vg00/lvol4 00000&lt;BR /&gt;   00158 current /dev/vg00/lvol5 00000&lt;BR /&gt;   00159 current /dev/vg00/lvol6 00000&lt;BR /&gt;   00271 current /dev/vg00/lvol7 00000&lt;BR /&gt;   00408 current /dev/vg00/lvol8 00000&lt;BR /&gt;&lt;BR /&gt;# for i in $(pvdisplay -v /dev/disk/disk0_p2 | grep 'current.*0000 $' | awk '{print $3}')&lt;BR /&gt;do&lt;BR /&gt; lvextend -s â  m 1 $i /dev/disk/disk2_p2&lt;BR /&gt;done&lt;BR /&gt;# lvsync -T /dev/vg00/lvol*&lt;BR /&gt;&lt;BR /&gt;This is to update the root volume group information:&lt;BR /&gt;# lvlnboot -R /dev/vg00&lt;BR /&gt;&lt;BR /&gt;Use the setboot command to change the primary disk to the new disk now you could use the manual that U mentioned.&lt;BR /&gt;&lt;BR /&gt;and you have to update the /stand/bootconf file to this if that is the disk you use:&lt;BR /&gt;# vi /stand/bootconf&lt;BR /&gt;l /dev/disk/disk2_p2</description>
      <pubDate>Sun, 28 Dec 2008 19:43:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-root-disk/m-p/4328984#M565621</guid>
      <dc:creator>Jannik</dc:creator>
      <dc:date>2008-12-28T19:43:30Z</dc:date>
    </item>
  </channel>
</rss>

