<?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: Change system disk 2GB for 9GB on 10.20 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/change-system-disk-2gb-for-9gb-on-10-20/m-p/3322068#M187587</link>
    <description>If you have a tape drive and have disk space, download and install the Ignite/UX "A" version which is for 10.X systems ONLY.  You can still get it here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUX" target="_blank"&gt;http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUX&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Click on the "receive for free" button, fill out the form and download.&lt;BR /&gt;&lt;BR /&gt;Once it is installed, create a make_tape_recovery tape.  They syntax I use is:&lt;BR /&gt;&lt;BR /&gt;# /opt/ignite/bin/make_tape_recovery -a /dev/rmt/0mn -I -v -m tar -x inc_entire=vg00&lt;BR /&gt;&lt;BR /&gt;The /dev/rmt/0mn should be whatever your tape drive is.&lt;BR /&gt;&lt;BR /&gt;I would create a couple of tapes.  Once that is done, you can install the 9GB disk, boot from the tape and have it reinstall your system.  At that point everything should be back to how your expect.&lt;BR /&gt;&lt;BR /&gt;I have done this several times and never had a problem.</description>
    <pubDate>Fri, 02 Jul 2004 22:05:17 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2004-07-02T22:05:17Z</dc:date>
    <item>
      <title>Change system disk 2GB for 9GB on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-system-disk-2gb-for-9gb-on-10-20/m-p/3322067#M187586</link>
      <description>I have an E35 box with 10.20 instaled.&lt;BR /&gt;&lt;BR /&gt;How to change a system disk (2GB) for another with 9GB.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Jul 2004 19:38:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-system-disk-2gb-for-9gb-on-10-20/m-p/3322067#M187586</guid>
      <dc:creator>irbaboon</dc:creator>
      <dc:date>2004-07-02T19:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Change system disk 2GB for 9GB on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-system-disk-2gb-for-9gb-on-10-20/m-p/3322068#M187587</link>
      <description>If you have a tape drive and have disk space, download and install the Ignite/UX "A" version which is for 10.X systems ONLY.  You can still get it here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUX" target="_blank"&gt;http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUX&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Click on the "receive for free" button, fill out the form and download.&lt;BR /&gt;&lt;BR /&gt;Once it is installed, create a make_tape_recovery tape.  They syntax I use is:&lt;BR /&gt;&lt;BR /&gt;# /opt/ignite/bin/make_tape_recovery -a /dev/rmt/0mn -I -v -m tar -x inc_entire=vg00&lt;BR /&gt;&lt;BR /&gt;The /dev/rmt/0mn should be whatever your tape drive is.&lt;BR /&gt;&lt;BR /&gt;I would create a couple of tapes.  Once that is done, you can install the 9GB disk, boot from the tape and have it reinstall your system.  At that point everything should be back to how your expect.&lt;BR /&gt;&lt;BR /&gt;I have done this several times and never had a problem.</description>
      <pubDate>Fri, 02 Jul 2004 22:05:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-system-disk-2gb-for-9gb-on-10-20/m-p/3322068#M187587</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-07-02T22:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Change system disk 2GB for 9GB on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-system-disk-2gb-for-9gb-on-10-20/m-p/3322069#M187588</link>
      <description>Ignite is an option and safe.. If u want to do something diffrent here it is .. If u have LVM.&lt;BR /&gt;&lt;BR /&gt;Old Disk  :- /dev/dsk/c0t6d0    2 G&lt;BR /&gt;New Disk  :- /dev/dsk/c0t5d0    9 G&lt;BR /&gt;&lt;BR /&gt;Tasks to be performes Prior to the Outage :-&lt;BR /&gt;============================================&lt;BR /&gt;&lt;BR /&gt;01. Install the new disk&lt;BR /&gt;02. Prepare new disk for LVM with BDRA&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;03. Create New root volume group&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vgboot&lt;BR /&gt;mknod /dev/vgboot/group c 64 0x020000&lt;BR /&gt;vgcreate /dev/vgboot /dev/dsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;04. Prepare the disks for booting&lt;BR /&gt;&lt;BR /&gt;mkboot /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux " /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;05. Create the new logical volumes&lt;BR /&gt;&lt;BR /&gt;lvcreate -L &lt;SIZE_OF_BOOT&gt; -C y -r n  /dev/vgboot&lt;BR /&gt;lvcreate -L &lt;SIZE_OF_SWAP&gt; -C y -r n  /dev/vgboot&lt;BR /&gt;lvcreate -L &lt;SIZE_OF_ROOT&gt; -C y -r n  /dev/vgboot&lt;BR /&gt;&lt;BR /&gt;.... # Continue to create all the Logical volumes in your vg00 (rootvg) and get everything.&lt;BR /&gt;&lt;BR /&gt;Get an Outage :-&lt;BR /&gt;=================&lt;BR /&gt;1. Boot the system into LVM Maintanance Mode.&lt;BR /&gt;2. Create new mount points&lt;BR /&gt;&lt;BR /&gt;mkdir -p /newboot /newroot ...... for all the filesystems in root vg except swap lv.&lt;BR /&gt;&lt;BR /&gt;3. Mount the new filesystems&lt;BR /&gt;&lt;BR /&gt;mount /dev/vgboot/lvol1 /newboot&lt;BR /&gt;mount /dev/vgboot/lvol3 /newroot&lt;BR /&gt;... # Continue for all the filesystems ...&lt;BR /&gt;... # &lt;BR /&gt;&lt;BR /&gt;4. Transfer data from old to new one&lt;BR /&gt;&lt;BR /&gt;cd /;find . -depth -xdev -print |cpio -pxdm /newroot      # ROOT&lt;BR /&gt;cd /stand;find . -depth -xdev -print |cpio -pxdm /newboot      # BOOT&lt;BR /&gt; ...... # Continue for all the filesystems&lt;BR /&gt; ...... # &lt;BR /&gt;&lt;BR /&gt;5. Update the Boot definitions on the new disks&lt;BR /&gt;&lt;BR /&gt;lvlnboot -r /dev/vgboot/newroot&lt;BR /&gt;lvlnboot -b /dev/vgboot/newboot&lt;BR /&gt;lvlnboot -s /dev/vgboot/newswap&lt;BR /&gt;lvlnboot -d /dev/vgboot/newswap&lt;BR /&gt;lvlnboot -R /dev/vgboot&lt;BR /&gt;&lt;BR /&gt;6. Update filesystem map&lt;BR /&gt;&lt;BR /&gt;cat /newroot/etc/fstab |sed -e "s/vg00/vgboot/g" &amp;gt;/newroot/etc/fstab.new&lt;BR /&gt;cp /newroot/etc/fstab /newroot/etc/fstab.old&lt;BR /&gt;cp /newroot/etc/fstab.new /newroot/etc/fstab&lt;BR /&gt;&lt;BR /&gt;7. Shutdown the node &lt;BR /&gt;8. Disconnect the 2 GB drive&lt;BR /&gt;9. From IPL Change the boot path to the new disk&lt;BR /&gt;10. Start the System;it will reboot once of its own.&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;&lt;BR /&gt;Kaps&lt;/SIZE_OF_ROOT&gt;&lt;/SIZE_OF_SWAP&gt;&lt;/SIZE_OF_BOOT&gt;</description>
      <pubDate>Sat, 03 Jul 2004 00:00:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-system-disk-2gb-for-9gb-on-10-20/m-p/3322069#M187588</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-07-03T00:00:57Z</dc:date>
    </item>
  </channel>
</rss>

