<?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: transferring of vg00 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028347#M132008</link>
    <description>It may be possible to do this:&lt;BR /&gt;&lt;BR /&gt;Add your internal disk to vg00 using vgextend.&lt;BR /&gt;&lt;BR /&gt;Move logical volumes off external disk to internal disk using pvmove.&lt;BR /&gt;&lt;BR /&gt;Then remove the external disk using vgreduce.&lt;BR /&gt;&lt;BR /&gt;I don't know if this will work for root and swap partitions.&lt;BR /&gt;&lt;BR /&gt;Remember to pvcreate the internal disk using -B to make it bootable.&lt;BR /&gt;&lt;BR /&gt;If you can test this first ... it would obviously be safer!</description>
    <pubDate>Mon, 21 Jul 2003 14:48:38 GMT</pubDate>
    <dc:creator>Martin Robinson</dc:creator>
    <dc:date>2003-07-21T14:48:38Z</dc:date>
    <item>
      <title>transferring of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028341#M132002</link>
      <description>hi,&lt;BR /&gt;currently, my vg00 is from my disk array and i want to transfer vg00 to my internal scsi disk. besides from creating a make recovery tape, any further steps on this please? im planning to boot the make recovery tape to the unused tape..&lt;BR /&gt;tns..</description>
      <pubDate>Mon, 21 Jul 2003 05:11:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028341#M132002</guid>
      <dc:creator>nibble</dc:creator>
      <dc:date>2003-07-21T05:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: transferring of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028342#M132003</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;you pls take the holl vg00 back up by specifying option follows:&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_recovery -A -v -d &amp;lt;&amp;lt; You Device name&amp;gt;&amp;gt;</description>
      <pubDate>Mon, 21 Jul 2003 05:19:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028342#M132003</guid>
      <dc:creator>Suresh Patoria</dc:creator>
      <dc:date>2003-07-21T05:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: transferring of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028343#M132004</link>
      <description>&lt;BR /&gt;It is possible to do this with mirrorDisk/UX and remove the existing volume from your LVM later, after you have booted. This will work, but if your internal LUN size is larger than the one on the disk array, you may as well forget it and use the make recovery tape.&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;# pvcreate ???Bf /dev/rdsk/cXtYdZ &lt;BR /&gt;# vgextend /dev/vg00 /dev/dsk/cXtYdZ &lt;BR /&gt;# mkboot /dev/rdsk/cXtYdZ &lt;BR /&gt;# mkboot ???a "hpux ???lq" /dev/rdsk/cXtYdZ &lt;BR /&gt;# for LVOL in /dev/vg00/lv* &lt;BR /&gt;&amp;gt; do &lt;BR /&gt;&amp;gt; echo $LVOL &lt;BR /&gt;&amp;gt; lvextend -m 1 $LVOL &lt;BR /&gt;&amp;gt; done&lt;BR /&gt;# lvlnboot ???v &lt;BR /&gt;&lt;BR /&gt;# mkboot ???a "hpux ???lq" /dev/rdsk/cXtYdZ &lt;BR /&gt;# setboot ???a &lt;ALTERNATE_PATH&gt;  lifcp /dev/rdsk/xCtYdZ:AUTO - (to verify)&lt;BR /&gt;&lt;BR /&gt;To do this from the make recovery tape it will provide you with a valid copy from your tape and give you the opportunity to make any necessary adjustments to your filesystem sizes, /stand, /, primary swap.&lt;BR /&gt;&lt;BR /&gt;# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn&lt;/ALTERNATE_PATH&gt;</description>
      <pubDate>Mon, 21 Jul 2003 05:24:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028343#M132004</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-07-21T05:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: transferring of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028344#M132005</link>
      <description>tnx.. &lt;BR /&gt;&lt;BR /&gt;my internal scsi is 2Gb while my disk array is about 6Gig. again, my target is to make the 2G internal disk as my VG00 thus, freeing the disk array for data...</description>
      <pubDate>Mon, 21 Jul 2003 05:29:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028344#M132005</guid>
      <dc:creator>nibble</dc:creator>
      <dc:date>2003-07-21T05:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: transferring of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028345#M132006</link>
      <description>There is other way if you have Mirror/UX&lt;BR /&gt;Create a second boot disk on internal disk where you want to transfer your vg00 to and then mirror everything. &lt;BR /&gt;There you have now 2 disk one internal and other in array now next step is you remove the disk which is in array from vg00&lt;BR /&gt;&lt;BR /&gt;Rajeev</description>
      <pubDate>Mon, 21 Jul 2003 06:06:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028345#M132006</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-07-21T06:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: transferring of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028346#M132007</link>
      <description>If the sizes of your current OS on your external disk are greater than 2Gb, you could add a second internal disk or use the make_recovery tape alternative and make adjustments to the filesystem sizes after booting from the tape. See the procedure I posted earlier on how to create a bootable tape.</description>
      <pubDate>Mon, 21 Jul 2003 06:18:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028346#M132007</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-07-21T06:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: transferring of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028347#M132008</link>
      <description>It may be possible to do this:&lt;BR /&gt;&lt;BR /&gt;Add your internal disk to vg00 using vgextend.&lt;BR /&gt;&lt;BR /&gt;Move logical volumes off external disk to internal disk using pvmove.&lt;BR /&gt;&lt;BR /&gt;Then remove the external disk using vgreduce.&lt;BR /&gt;&lt;BR /&gt;I don't know if this will work for root and swap partitions.&lt;BR /&gt;&lt;BR /&gt;Remember to pvcreate the internal disk using -B to make it bootable.&lt;BR /&gt;&lt;BR /&gt;If you can test this first ... it would obviously be safer!</description>
      <pubDate>Mon, 21 Jul 2003 14:48:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028347#M132008</guid>
      <dc:creator>Martin Robinson</dc:creator>
      <dc:date>2003-07-21T14:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: transferring of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028348#M132009</link>
      <description>Hi,&lt;BR /&gt;The /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 is your solution.&lt;BR /&gt;Use -x exclude =/file_system to exclude file system that be not of operating system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manuel&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jul 2003 19:41:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028348#M132009</guid>
      <dc:creator>Manuel_5</dc:creator>
      <dc:date>2003-07-21T19:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: transferring of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028349#M132010</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;u also Can Do dd to your system disk and boot from the new disk .&lt;BR /&gt;&lt;BR /&gt;this is the steps u have to do ( the 2 disks mast be the same size ) .&lt;BR /&gt;&lt;BR /&gt;            How2 boot from the dd root disk on &lt;BR /&gt;       ------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Check HW path for master and DD disk's&lt;BR /&gt; &lt;BR /&gt; 1. stop boot sequence - press &lt;ESC&gt;&lt;BR /&gt;&lt;BR /&gt; 2. sea  (search)&lt;BR /&gt;&lt;BR /&gt; 2a.change the PRImary path to HW path DD disk&lt;BR /&gt;&lt;BR /&gt; 3. boot  &amp;lt; DD disk&amp;gt; isl&lt;BR /&gt; &lt;BR /&gt; 4. hpux -lm &lt;BR /&gt;&lt;BR /&gt; 5. vgexport -v /dev/vg00&lt;BR /&gt;&lt;BR /&gt; 6. mkdir  /dev/vg00&lt;BR /&gt;&lt;BR /&gt; 7. mknod /dev/vg00/group c 64 0x000000&lt;BR /&gt;&lt;BR /&gt; 8. vgimport -v /dev/vg00  /dev/dsk/c0t4d0&lt;BR /&gt;&lt;BR /&gt; 9. vgchange -a y /dev/vg00&lt;BR /&gt; &lt;BR /&gt;10. lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;11. lvlnboot -r /dev/vg00/lvol3&lt;BR /&gt;&lt;BR /&gt;12. lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;&lt;BR /&gt;13. lvlnboot -d /dev/vg00/lvol2&lt;BR /&gt;&lt;BR /&gt;14. lvlnboot -v     &lt;BR /&gt;&lt;BR /&gt;15. rm /etc/mnttab&lt;BR /&gt;&lt;BR /&gt;16. reboot the system from the 2nd disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/ESC&gt;</description>
      <pubDate>Thu, 24 Jul 2003 11:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028349#M132010</guid>
      <dc:creator>Pelephone System</dc:creator>
      <dc:date>2003-07-24T11:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: transferring of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028350#M132011</link>
      <description>please forgive me &lt;BR /&gt;&lt;BR /&gt;this is the dd command &lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/olddisk of=/dev/rdsk/newdisk bs=4096k&lt;BR /&gt;&lt;BR /&gt;enjoy</description>
      <pubDate>Thu, 24 Jul 2003 11:37:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transferring-of-vg00/m-p/3028350#M132011</guid>
      <dc:creator>Pelephone System</dc:creator>
      <dc:date>2003-07-24T11:37:39Z</dc:date>
    </item>
  </channel>
</rss>

