<?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: Moving Disk to another server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-disk-to-another-server/m-p/4791960#M607341</link>
    <description>I am not sure what exactly you are looking for but, You can use this famous doc:&lt;BR /&gt;When_Good_Disks_Go_Bad_WP&lt;BR /&gt;&lt;A href="http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c01911837/c01911837.pdf" target="_blank"&gt;http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c01911837/c01911837.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;besides, in short, you have to see the new disk(s) by issuing command ;&lt;BR /&gt;# ioscan -fnCdisk&lt;BR /&gt;if you cannot see try ;&lt;BR /&gt;# insf -e</description>
    <pubDate>Wed, 25 May 2011 11:49:48 GMT</pubDate>
    <dc:creator>Hakki Aydin Ucar</dc:creator>
    <dc:date>2011-05-25T11:49:48Z</dc:date>
    <item>
      <title>Moving Disk to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-disk-to-another-server/m-p/4791959#M607340</link>
      <description>Hello forum,&lt;BR /&gt;&lt;BR /&gt;I have moved the disk from rx2600 server(hpux 11.31)and insert it into another server with same specs.(only one disk exist on the server)&lt;BR /&gt;&lt;BR /&gt;I ended up by crashing the OS. Don't worry it's a  LAB :)&lt;BR /&gt;&lt;BR /&gt;My question:&lt;BR /&gt;Is there a document or procedure that allow to prepare a new disk in the lab, and later on to just plug the disk in the client server and boot successfully.&lt;BR /&gt;&lt;BR /&gt;If yes,this will be the fastest installation I have ever performed on site.&lt;BR /&gt;&lt;BR /&gt;Thank you.  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 May 2011 09:34:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-disk-to-another-server/m-p/4791959#M607340</guid>
      <dc:creator>ben10_1</dc:creator>
      <dc:date>2011-05-25T09:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Disk to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-disk-to-another-server/m-p/4791960#M607341</link>
      <description>I am not sure what exactly you are looking for but, You can use this famous doc:&lt;BR /&gt;When_Good_Disks_Go_Bad_WP&lt;BR /&gt;&lt;A href="http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c01911837/c01911837.pdf" target="_blank"&gt;http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c01911837/c01911837.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;besides, in short, you have to see the new disk(s) by issuing command ;&lt;BR /&gt;# ioscan -fnCdisk&lt;BR /&gt;if you cannot see try ;&lt;BR /&gt;# insf -e</description>
      <pubDate>Wed, 25 May 2011 11:49:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-disk-to-another-server/m-p/4791960#M607341</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2011-05-25T11:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Disk to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-disk-to-another-server/m-p/4791961#M607342</link>
      <description>&lt;!--!*#--&gt;&lt;BR /&gt;Build your system the way you want it, then mirror vg00 OS boot disk ( must prepare the disk first as a boot disk and place the boot images on it ), sync that mirror, shutdown.&lt;BR /&gt;&lt;BR /&gt;Take out the new disk you just mirrored to and go install it into another identical piece of hardware and boot it, stop the boot and do a search for bootable drives, find it and boot.&lt;BR /&gt;&lt;BR /&gt;That will work on PA-RISC architecture.  You may need to tweek it a bit to make it work on Itanium.&lt;BR /&gt;&lt;BR /&gt;See attached file for details on doing the above.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-klb</description>
      <pubDate>Wed, 25 May 2011 14:05:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-disk-to-another-server/m-p/4791961#M607342</guid>
      <dc:creator>klb</dc:creator>
      <dc:date>2011-05-25T14:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Disk to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-disk-to-another-server/m-p/4791962#M607343</link>
      <description>file attachment didn't seem to work so....&lt;BR /&gt;&lt;BR /&gt;mirror OS:&lt;BR /&gt;&lt;BR /&gt;Assuming your new disk is c0t5d0:&lt;BR /&gt;&lt;BR /&gt;# pvcreate -B /dev/rdsk/c0t5d0&lt;BR /&gt;    # vgextend /dev/vg00 /dev/dsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;Use mkboot to place boot utilities in the boot area:&lt;BR /&gt;&lt;BR /&gt;    # mkboot -l /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;Use mkboot to add an AUTO file in boot LIF area:&lt;BR /&gt;&lt;BR /&gt;    # mkboot -a "hpux" /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;Or, use the -lq option to allow your system to boot in the event that one of your disks is unavailable, resulting in a loss of quorum.&lt;BR /&gt;&lt;BR /&gt;    # mkboot -a "hpux -lq" /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;NOTE: Use the -lq option when your root volume group contains only 2 disks. If more than 2 disks are in the root volume group, the -lq option is not needed as quorum will be maintained even if 1 disk fails.&lt;BR /&gt;&lt;BR /&gt;You can check the contents of the AUTO file with&lt;BR /&gt;&lt;BR /&gt;    # lifcp /dev/rdsk/c0t5d0:AUTO -&lt;BR /&gt;&lt;BR /&gt;If you choose, you can set the alternate boot path variable according to e.g.&lt;BR /&gt;&lt;BR /&gt;    # setboot -a 8/0/19/0.5.0&lt;BR /&gt;&lt;BR /&gt;You can determine the hardware address of the disk that will become the mirror disk with 'ioscan -fnC' disk. To check use setboot without any arguments.&lt;BR /&gt;&lt;BR /&gt;Mirror the boot logical volume, primary swap logical volume, root logical volume and other logical volumes as needed, to the above disk in the following sequence&lt;BR /&gt;&lt;BR /&gt;    # lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c0t5d0&lt;BR /&gt;    # lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c0t5d0&lt;BR /&gt;    # lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c0t5d0&lt;BR /&gt;    # lvextend -m 1 (additional LV)&lt;BR /&gt;&lt;BR /&gt;To check use lvdisplay -v.&lt;BR /&gt;&lt;BR /&gt;Update all physical volumes in the volume group so that the logical volume become the root, boot, primary swap, or a dump volume when the system is next booted:&lt;BR /&gt;&lt;BR /&gt;11.X only:&lt;BR /&gt;&lt;BR /&gt;    # lvlnboot -r /dev/vg00/lvol3&lt;BR /&gt;    # lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;    # lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;    # lvlnboot -d /dev/vg00/lvol2&lt;BR /&gt;    # lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;In order to test your mirror configuration, shut down the system and boot from the mirror disk.&lt;BR /&gt;&lt;BR /&gt;    # shutdown -ry 0&lt;BR /&gt;&lt;BR /&gt;The system will shut down and reboot. As the system starts to come back up, look for the message (system's output may vary):&lt;BR /&gt;&lt;BR /&gt;    TO INTERRUPT THE BOOT SEQUENCE, PRESS ...&lt;BR /&gt;&lt;BR /&gt;Interrupt the boot sequence. This will display the Boot Admin display. At the boot_admin&amp;gt; prompt type:&lt;BR /&gt;&lt;BR /&gt;    bo Mirror_disk_hardware_address or&lt;BR /&gt;    bo alt&lt;BR /&gt;&lt;BR /&gt;if the alternate boot device has been configured. The system will prompt to interact with IPL, answer 'no', and the system will boot from the mirror root disk.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;NOTE: This example includes creating a mirror copy of the primary swap logical volume. The primary swap mirror does not need to be on a specific disk or at a specific location, but it does need to be allocated on contiguous disk space. The recommended mirror policy for primary swap is to have the Mirror Write Cache and the Mirror Consistency Recovery mechanisms disabled.&lt;BR /&gt;&lt;BR /&gt;When primary swap is mirrored and your primary swap device also serves as a dump area, you must make sure that Mirror Write Cache and Mirror Consistency Recovery is set to off at boot time to avoid loss of your dump. To reset these options, you will need to reboot your system in maintenance mode. Then use the lvchange(1M) command with the -M n and -c n options.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 25 May 2011 14:11:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-disk-to-another-server/m-p/4791962#M607343</guid>
      <dc:creator>klb</dc:creator>
      <dc:date>2011-05-25T14:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Disk to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-disk-to-another-server/m-p/4791963#M607344</link>
      <description>&amp;gt;&amp;gt; I ended up by crashing the OS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any capture of this?&lt;BR /&gt;&lt;BR /&gt;Did you install in the same slot? This would be important.</description>
      <pubDate>Wed, 25 May 2011 17:28:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-disk-to-another-server/m-p/4791963#M607344</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-05-25T17:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Disk to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-disk-to-another-server/m-p/4791964#M607345</link>
      <description>You might try reading about this very handy utility.  It looks like what your wanting to do would be a very fit.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5900-0578/ch05s01.html" target="_blank"&gt;http://docs.hp.com/en/5900-0578/ch05s01.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It's called DRD.&lt;BR /&gt;&lt;BR /&gt;Kindest Regards,&lt;BR /&gt;Rita</description>
      <pubDate>Thu, 26 May 2011 15:03:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-disk-to-another-server/m-p/4791964#M607345</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2011-05-26T15:03:33Z</dc:date>
    </item>
  </channel>
</rss>

