<?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: Move a root disk to another server? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/move-a-root-disk-to-another-server/m-p/3656910#M805909</link>
    <description>YES.&lt;BR /&gt;&lt;BR /&gt;We do this all the time.&lt;BR /&gt;&lt;BR /&gt;1. install disk on new server&lt;BR /&gt;2. interrupt at BCH&lt;BR /&gt;3. SEA to ascertain your disk HW path&lt;BR /&gt;4. Boot that HW path&lt;BR /&gt;   BCH&amp;gt; boot  x/y/z/p.q.h ...&lt;BR /&gt;5. Yes to interaction with ISL&lt;BR /&gt;6. ISL &amp;gt; boot -lm&lt;BR /&gt;7. ioscan;insf -e&lt;BR /&gt;8. note new cXtYdZ of boot disk&lt;BR /&gt;9. Generate vg map of vg00:&lt;BR /&gt; /usr/sbin/vgexport -s -p -m ./vg00.map vg00&lt;BR /&gt;10. vgexport vg00&lt;BR /&gt;11. mkdir /dev/vg00&lt;BR /&gt;12. mknod /dev/vg00/group c 64 0x000000&lt;BR /&gt;13. vgimport  -v -s -m ./vg00.map /dev/vg00&lt;BR /&gt;14. Now fix lvlnbot:&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vg00 &lt;BR /&gt;lvrmboot -r /dev/vg00 &lt;BR /&gt;lvlnboot -r /dev/vg00/root or lvol1&lt;BR /&gt;lvlnboot -b /dev/vg00/stand  or lvol0&lt;BR /&gt;lvlnboot -d /dev/vg00/swap or lvol2&lt;BR /&gt;lvlnboot -s /dev/vg00/swap or lvol2&lt;BR /&gt;&lt;BR /&gt;lvlnboot -R &lt;BR /&gt;sync &lt;BR /&gt;sync &lt;BR /&gt;reboot &lt;BR /&gt;&lt;BR /&gt;That's it... &lt;BR /&gt;&lt;BR /&gt;In some cases you may need to fix ioconfig...&lt;BR /&gt;</description>
    <pubDate>Tue, 25 Oct 2005 07:44:08 GMT</pubDate>
    <dc:creator>Alzhy</dc:creator>
    <dc:date>2005-10-25T07:44:08Z</dc:date>
    <item>
      <title>Move a root disk to another server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-a-root-disk-to-another-server/m-p/3656908#M805907</link>
      <description>Is it possible to move a root disk (HP-UX 11.00, L2000) to another server with similar HW?&lt;BR /&gt;If yes, what steps do I need to perform?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;//Fredric</description>
      <pubDate>Tue, 25 Oct 2005 07:25:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-a-root-disk-to-another-server/m-p/3656908#M805907</guid>
      <dc:creator>Fredric Vådegård</dc:creator>
      <dc:date>2005-10-25T07:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Move a root disk to another server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-a-root-disk-to-another-server/m-p/3656909#M805908</link>
      <description>hi,&lt;BR /&gt;the HW must be the same...&lt;BR /&gt;the HW path of the device must be the same...&lt;BR /&gt;&lt;BR /&gt;similar is not sufficient to be sure that the system boot&lt;BR /&gt;&lt;BR /&gt;DM.</description>
      <pubDate>Tue, 25 Oct 2005 07:29:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-a-root-disk-to-another-server/m-p/3656909#M805908</guid>
      <dc:creator>mirco_1</dc:creator>
      <dc:date>2005-10-25T07:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Move a root disk to another server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-a-root-disk-to-another-server/m-p/3656910#M805909</link>
      <description>YES.&lt;BR /&gt;&lt;BR /&gt;We do this all the time.&lt;BR /&gt;&lt;BR /&gt;1. install disk on new server&lt;BR /&gt;2. interrupt at BCH&lt;BR /&gt;3. SEA to ascertain your disk HW path&lt;BR /&gt;4. Boot that HW path&lt;BR /&gt;   BCH&amp;gt; boot  x/y/z/p.q.h ...&lt;BR /&gt;5. Yes to interaction with ISL&lt;BR /&gt;6. ISL &amp;gt; boot -lm&lt;BR /&gt;7. ioscan;insf -e&lt;BR /&gt;8. note new cXtYdZ of boot disk&lt;BR /&gt;9. Generate vg map of vg00:&lt;BR /&gt; /usr/sbin/vgexport -s -p -m ./vg00.map vg00&lt;BR /&gt;10. vgexport vg00&lt;BR /&gt;11. mkdir /dev/vg00&lt;BR /&gt;12. mknod /dev/vg00/group c 64 0x000000&lt;BR /&gt;13. vgimport  -v -s -m ./vg00.map /dev/vg00&lt;BR /&gt;14. Now fix lvlnbot:&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vg00 &lt;BR /&gt;lvrmboot -r /dev/vg00 &lt;BR /&gt;lvlnboot -r /dev/vg00/root or lvol1&lt;BR /&gt;lvlnboot -b /dev/vg00/stand  or lvol0&lt;BR /&gt;lvlnboot -d /dev/vg00/swap or lvol2&lt;BR /&gt;lvlnboot -s /dev/vg00/swap or lvol2&lt;BR /&gt;&lt;BR /&gt;lvlnboot -R &lt;BR /&gt;sync &lt;BR /&gt;sync &lt;BR /&gt;reboot &lt;BR /&gt;&lt;BR /&gt;That's it... &lt;BR /&gt;&lt;BR /&gt;In some cases you may need to fix ioconfig...&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Oct 2005 07:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-a-root-disk-to-another-server/m-p/3656910#M805909</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2005-10-25T07:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Move a root disk to another server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-a-root-disk-to-another-server/m-p/3656911#M805910</link>
      <description>Hi Fredric ,&lt;BR /&gt;&lt;BR /&gt;If its the same hardware , then there is no need to make any changes. You just unplug the root hard disk while L2000 is off and then plug it in into the new L2000.Power it on! That's all.&lt;BR /&gt;&lt;BR /&gt;Conflicts or systems panic occur if the root&lt;BR /&gt;scsi id is changed ( ie jumpers settings). If you do make such changes, then you need to apply the  procedure mentioned by Nelson Caparroso.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Umar.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Oct 2005 20:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-a-root-disk-to-another-server/m-p/3656911#M805910</guid>
      <dc:creator>Umar_3</dc:creator>
      <dc:date>2005-10-26T20:58:25Z</dc:date>
    </item>
  </channel>
</rss>

