<?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: Data migration from Internal to External Raid Disk Subsystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566531#M646989</link>
    <description>Sorry for not making the environment clearer.. 8(&lt;BR /&gt;I'm trying to gather the various methods of migrating the data from internal disks to external RAID disk subsystem (FC-based connection)&lt;BR /&gt;&lt;BR /&gt;The volume groups may be vg00 (root volume) and&lt;BR /&gt;other volume groups vgXX.&lt;BR /&gt;&lt;BR /&gt;From the responses, I understood the need to differentiate the root vol vg00 and other volume groups. I'm aware that make_recovery tape is the prefered process but I need to minimize down-time, therefore I have to opt for mirroring method. &lt;BR /&gt;(1)Any other things to take note if the mirroring method is use for other volume group. &lt;BR /&gt;(2)Could raw device (Oracle) use the same mirroring method ?&lt;BR /&gt;Thanks and regards !</description>
    <pubDate>Mon, 20 Aug 2001 01:49:04 GMT</pubDate>
    <dc:creator>Wee Choon Toh</dc:creator>
    <dc:date>2001-08-20T01:49:04Z</dc:date>
    <item>
      <title>Data migration from Internal to External Raid Disk Subsystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566521#M646979</link>
      <description>Hi, we are planning to migration our HP N4000 internal disks (about 100GB of multiple disks) to an IBM ESS. And then remove then internal disks.&lt;BR /&gt;&lt;BR /&gt;I have managed to piece out a set of migration steps and hope that you guys could help to verify it.&lt;BR /&gt;&lt;BR /&gt;Assuming c0t5d0 is my internal disk and c1t3d0 is my external disks :&lt;BR /&gt;1) pvcreate /dev/rdsk/c1t3d0&lt;BR /&gt;2) lvdisplay -v /dev/vg00/lvol*        #check coresponding lvols in c0t5d0&lt;BR /&gt;2) vgextend /dev/vg00 /dev/dsk/c1t3d0&lt;BR /&gt;3) lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/lvol1&lt;BR /&gt;4) lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/lvol2&lt;BR /&gt;5) lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/lvol3&lt;BR /&gt;6) lvreduce -m 0 /dev/vg00/lvol1 &lt;BR /&gt;7) lvreduce -m 0 /dev/vg00/lvol2&lt;BR /&gt;8) lvreduce -m 0 /dev/vg00/lvol3 &lt;BR /&gt;9) vgreduce /dev/vg00/dev/dsk/c0t5d0&lt;BR /&gt;10) vgdisplay -v  # Verify vg00 only contains external disk c1t3d0.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards !</description>
      <pubDate>Fri, 17 Aug 2001 06:07:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566521#M646979</guid>
      <dc:creator>Wee Choon Toh</dc:creator>
      <dc:date>2001-08-17T06:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data migration from Internal to External Raid Disk Subsystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566522#M646980</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just a point to underline when you reduce your LV, you have to precise which disk you reduce your lv, otherwise you'll be in trouble.&lt;BR /&gt;Here is the way :&lt;BR /&gt;1) pvcreate /dev/rdsk/c1t3d0 &lt;BR /&gt;2) lvdisplay -v /dev/vg00/lvol* #check coresponding lvols in c0t5d0 &lt;BR /&gt;2) vgextend /dev/vg00 /dev/dsk/c1t3d0 &lt;BR /&gt;3) lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t3d0&lt;BR /&gt;4) lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/clt3d0 &lt;BR /&gt;5) lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c1t3d0 &lt;BR /&gt;6) lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/c0t5d0&lt;BR /&gt;7) lvreduce -m 0 /dev/vg00/lvol2 /dev/dsk/c0t5d0&lt;BR /&gt;8) lvreduce -m 0 /dev/vg00/lvol3 /dev/dsk/c0t5d0&lt;BR /&gt;9) vgreduce /dev/vg00 /dev/dsk/c0t5d0 &lt;BR /&gt;10) vgdisplay -v # Verify vg00 only contains external disk c1t3d0&lt;BR /&gt;&lt;BR /&gt;Here it is...&lt;BR /&gt;&lt;BR /&gt;PJA.</description>
      <pubDate>Fri, 17 Aug 2001 06:38:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566522#M646980</guid>
      <dc:creator>JACQUET</dc:creator>
      <dc:date>2001-08-17T06:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data migration from Internal to External Raid Disk Subsystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566523#M646981</link>
      <description>Hi, I think you write vg00 for example, but this vg is not vg00. If it is, then you need to do a recovery tape.&lt;BR /&gt;If you vg is another different than vg00. then you have a little errors in syntasis.&lt;BR /&gt;&lt;BR /&gt;3) lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t3d0 &lt;BR /&gt;4) lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c1t3d0 &lt;BR /&gt;5) lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c1t3d0 &lt;BR /&gt;6) lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/c0t5d0&lt;BR /&gt;7) lvreduce -m 0 /dev/vg00/lvol2 /dev/dsk/c0t5d0&lt;BR /&gt;8) lvreduce -m 0 /dev/vg00/lvol3 /dev/dsk/c0t5d0&lt;BR /&gt;9) vgreduce /dev/vg00 /dev/dsk/c0t5d0 &lt;BR /&gt;&lt;BR /&gt;These are lines with changes, look that I add defice file when I do mirror and when I reduce it.&lt;BR /&gt;And very important. Backup all berofe !!!&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Aug 2001 06:39:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566523#M646981</guid>
      <dc:creator>David Navarro</dc:creator>
      <dc:date>2001-08-17T06:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data migration from Internal to External Raid Disk Subsystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566524#M646982</link>
      <description>Oups, just an other point:&lt;BR /&gt;If this example concerne really vg00, where the HP-UX System is, the things i told you are not valid, it is just in the case of disk of data not containing the OS, otherwise, you have to do "mirroring system" and demirror it :&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c1t3d0&lt;BR /&gt;mkboot -l /dev/rdsk/c1t3d0&lt;BR /&gt;mkboot -a "hpux(;0) /stand/vmunix"  /dev/rdsk/c1t3d0&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c1t3d0&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t3d0&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c1t3d0&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c1t3d0&lt;BR /&gt;...&lt;BR /&gt; &lt;BR /&gt;# lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;# lvlnboot -r /dev/vg00/lvol3&lt;BR /&gt;# lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt; &lt;BR /&gt;# lvlnboot -v &lt;BR /&gt;(to verify...)&lt;BR /&gt;&lt;BR /&gt;And then reduce you're LV and your vg like the first things i told.&lt;BR /&gt;Then you have to modify by ISL the Primary boot Path from your new disk.&lt;BR /&gt;&lt;BR /&gt;An other advice, if you're planing to migrate your Os to another disk, use a valid backup by make_recovery !!!&lt;BR /&gt;&lt;BR /&gt;PJA</description>
      <pubDate>Fri, 17 Aug 2001 06:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566524#M646982</guid>
      <dc:creator>JACQUET</dc:creator>
      <dc:date>2001-08-17T06:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data migration from Internal to External Raid Disk Subsystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566525#M646983</link>
      <description>Hi,&lt;BR /&gt;I think you must distinguish between a root disk and other.&lt;BR /&gt;if you are talking about the root disk, you must doing follow:&lt;BR /&gt;1.  pvcreate -B /dev/rdsk/c1t3d0&lt;BR /&gt;2.  mkboot /dev/rdsk/c1t3d0&lt;BR /&gt;3.  mkboot -a "hpux ;0)/stand/vmunix" /dev/rdsk/c1t3d0&lt;BR /&gt;4.  add the physical volume to vg_group&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c1t3d0&lt;BR /&gt;5.  Mirroring the Logical Volumes&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t3d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c1t3d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c1t3d0&lt;BR /&gt;lvlnboot -v lvol1 /dev/vg00&lt;BR /&gt;6.  Deleting the old Logical Volumes&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/c0t5d0&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol2 /dev/dsk/c0t5d0&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol3 /dev/dsk/c0t5d0&lt;BR /&gt;check the old disk if any lvl are existing&lt;BR /&gt;pvdisplay -v /dev/dsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;You cann this Procedure whitout mkboot for any volume Groups&lt;BR /&gt;Regard &lt;BR /&gt;Mouamed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Aug 2001 06:54:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566525#M646983</guid>
      <dc:creator>AlHassani Mohamed</dc:creator>
      <dc:date>2001-08-17T06:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data migration from Internal to External Raid Disk Subsystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566526#M646984</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;One more: if you have installed online diagnostics, after the mirror is complete, you should suplement LIF area:&lt;BR /&gt;&lt;BR /&gt;- compare LIF areas on the disks with &lt;BR /&gt;&lt;BR /&gt;lifls /dev/rdsk/....&lt;BR /&gt;&lt;BR /&gt;- suplement LIF with &lt;BR /&gt;&lt;BR /&gt;mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p&lt;AREA_TO_PRESERVE&gt; -p... /dev/rdsk/....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;later,&lt;/AREA_TO_PRESERVE&gt;</description>
      <pubDate>Fri, 17 Aug 2001 07:07:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566526#M646984</guid>
      <dc:creator>Marcin Wicinski</dc:creator>
      <dc:date>2001-08-17T07:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data migration from Internal to External Raid Disk Subsystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566527#M646985</link>
      <description>Hey,&lt;BR /&gt;how about using pvmove instead of mirroring and unmirroring??&lt;BR /&gt;It will do the same job, with less typing work ;-)&lt;BR /&gt;good luck,&lt;BR /&gt;Thierry.</description>
      <pubDate>Fri, 17 Aug 2001 07:25:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566527#M646985</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-08-17T07:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data migration from Internal to External Raid Disk Subsystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566528#M646986</link>
      <description>Thanks for everyone's help. The other question will be whether the same set of procedure could be used for both SCSI and FC adapter (i.e. A5158A) connections to an external RAID storage ?&lt;BR /&gt;Thanks and regards !&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Aug 2001 08:34:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566528#M646986</guid>
      <dc:creator>Wee Choon Toh</dc:creator>
      <dc:date>2001-08-19T08:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data migration from Internal to External Raid Disk Subsystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566529#M646987</link>
      <description>vg00 is your root volume group. Prepare make_recovery tape and then ignite the external disk with the tape. Else there are five major steps&lt;BR /&gt;&lt;BR /&gt;PRE. create a make_recovery_tape&lt;BR /&gt;&lt;BR /&gt;1. Make c1t3d0 bootable&lt;BR /&gt;&lt;BR /&gt;#DSK=/dev/dsk/c1t3d0&lt;BR /&gt;#RDSK=/dev/rdsk/c1t3d0&lt;BR /&gt;#pvcreate -B  $RDSK&lt;BR /&gt;#mkboot -l $RDSK&lt;BR /&gt;#mkboot -a "hpux -lq(;0)/stand/vmunix"  $RDSK&lt;BR /&gt;#cd /usr/sbin/diag/lif&lt;BR /&gt;#mkboot -vb updatediaglif2 -p ISL -p HPUX -p AUTO $DSK&lt;BR /&gt;&lt;BR /&gt;2. Extend the logical volumes&lt;BR /&gt;&lt;BR /&gt;/* For all the logical volumes in vg00 (lvol1 - stand) being the first, do an*/&lt;BR /&gt;&lt;BR /&gt;#lvextend -m 1 $LV $DSK&lt;BR /&gt;#lvlnboot -b /dev/vg00/lvol1 ( lvol for stand)&lt;BR /&gt;#lvlnboot -s /dev/vg00/lvol2 (swap&lt;BR /&gt;#lvlnboot -r /dev/vg00/lvol3 (root)&lt;BR /&gt;#lvlnboot -R&lt;BR /&gt;&lt;BR /&gt;/* Once this is done make sure that all the disks appear as boot disks with the correspoinding logical volumes&lt;BR /&gt;&lt;BR /&gt;3. Boot from the other disk&lt;BR /&gt;&lt;BR /&gt;#set boot -p (path to $DSK)&lt;BR /&gt;#reboot&lt;BR /&gt;&lt;BR /&gt;/*This should boot fromo your $DSK*/&lt;BR /&gt;/*Now reduce the logical volumes from the original boot disk */&lt;BR /&gt;&lt;BR /&gt;4. Remove the original disk&lt;BR /&gt;&lt;BR /&gt;/* Check LIFs and AUTO string */&lt;BR /&gt;#lifls /dev/dsk/c1t3d0&lt;BR /&gt;#lifcp /dev/dsk/c1t3d0:AUTO -&lt;BR /&gt;&lt;BR /&gt;/* for all the logical volumes $LV in ROOT disk */&lt;BR /&gt;&lt;BR /&gt;#lvreduce -m 0 $LV /dev/dsk/c0t5d0&lt;BR /&gt;#vgreduce vg00 /dev/dsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;The same procedure can be followed for the non-boot disks except for making boot disk and booting from the other disk&lt;BR /&gt;&lt;BR /&gt;Now about your other question -YES, this can be used even on FC if you have the recent PDC (40.25 onwards). Otherwise it won't allow you to boot from fiberchannel.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Aug 2001 16:23:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566529#M646987</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-08-19T16:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Data migration from Internal to External Raid Disk Subsystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566530#M646988</link>
      <description>Hi Wee,&lt;BR /&gt;&lt;BR /&gt;You said you are migrating the data from N4000's internal disks(about 100GB), as far as i know N's only have 2 internal disks and the maximum internal disk capacity is 72 GB.&lt;BR /&gt;You can look at &lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unixservers/midrange/nclass/specifications/index.html" target="_blank"&gt;http://www.hp.com/products1/unixservers/midrange/nclass/specifications/index.html&lt;/A&gt;&lt;BR /&gt;which confirms my point.&lt;BR /&gt;&lt;BR /&gt;To upgrade your PDC firmware to 40.25 you can install the patch PHSS_21769, but the lastest firmware for N4000 is  41.02 (patch PHSS_22657). &lt;BR /&gt;&lt;BR /&gt;Also you haven't indicated if you only have /dev/vg00 or do you have other VGs on the internal disks?&lt;BR /&gt;&lt;BR /&gt;In any case, if you don't want  to go through a whole lot of steps, the easiest would be create a make_recovery tape and then boot off of the tape and recover your OS to the new disks connected to your FC(A5158) card (you will have to upgrade your firmware before you can do this). This will enable you to boot back to you original disks, if something should go wrong.&lt;BR /&gt;&lt;BR /&gt;To create the make_recovery tape you could use something like&lt;BR /&gt;make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn &lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
      <pubDate>Sun, 19 Aug 2001 19:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566530#M646988</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-19T19:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data migration from Internal to External Raid Disk Subsystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566531#M646989</link>
      <description>Sorry for not making the environment clearer.. 8(&lt;BR /&gt;I'm trying to gather the various methods of migrating the data from internal disks to external RAID disk subsystem (FC-based connection)&lt;BR /&gt;&lt;BR /&gt;The volume groups may be vg00 (root volume) and&lt;BR /&gt;other volume groups vgXX.&lt;BR /&gt;&lt;BR /&gt;From the responses, I understood the need to differentiate the root vol vg00 and other volume groups. I'm aware that make_recovery tape is the prefered process but I need to minimize down-time, therefore I have to opt for mirroring method. &lt;BR /&gt;(1)Any other things to take note if the mirroring method is use for other volume group. &lt;BR /&gt;(2)Could raw device (Oracle) use the same mirroring method ?&lt;BR /&gt;Thanks and regards !</description>
      <pubDate>Mon, 20 Aug 2001 01:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566531#M646989</guid>
      <dc:creator>Wee Choon Toh</dc:creator>
      <dc:date>2001-08-20T01:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data migration from Internal to External Raid Disk Subsystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566532#M646990</link>
      <description>Wee&lt;BR /&gt;&lt;BR /&gt;1) Nothing to be worried. Instead of specified -m 1 option, you will be specifying -m 2. You will be selectively removing two mirrors from the two internal disks later&lt;BR /&gt;&lt;BR /&gt;lvreduce -m 1 /dev/vg00/lvol1 $DISK0&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol1 $DISK1&lt;BR /&gt;&lt;BR /&gt;This will leave the logical volume entirely on the new disk on the extenal disk array. You can mirror to another disk on the extenal array later.&lt;BR /&gt;&lt;BR /&gt;2) This is a good question. You can do mirroring even for the RAW logical volumes. I didn't do it before. &lt;BR /&gt;&lt;BR /&gt;The same command lvextend will work.&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vgxx/raw_lvol $NEWDISK&lt;BR /&gt;&lt;BR /&gt;Else, during the downtime, you can create a new volume group on the extenal disks and do a dd from the old raw logical volumes to the new raw logical volumes.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vgxx/raw_lvol1 of=/dev/vgnewxx/raw_lvol1 bs=1024k&lt;BR /&gt;&lt;BR /&gt;As mentioned earlier, we need to follow creating boot disk, extending mirrors, booting from the new disk, reducing mirrors for vg00&lt;BR /&gt;&lt;BR /&gt;For vgxx which is not bootable, you just need to extend mirrors and then reduce the mirrors later.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Aug 2001 02:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566532#M646990</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-08-20T02:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data migration from Internal to External Raid Disk Subsystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566533#M646991</link>
      <description>Hi Wee,&lt;BR /&gt;&lt;BR /&gt;The basic reason for this forum is to get suggestions/ideas and then based on your circumstances make an intelligent decision, so it doesn't matter which method/approach you follow to solve your problem, more importantly the problem has to be solved.&lt;BR /&gt;As far as your questions are concerned,&lt;BR /&gt;Make sure the sizes of the new disk are of similar or smaller size than your existing disks. (for eg: if you have 2x36GB, the new disks should be 36GB or less, the reason being  you cannot add a disk whose PE size is bigger than the max PE of the VG, well technically you can but then you won't be utilizing the full capacity of the disk)&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
      <pubDate>Mon, 20 Aug 2001 03:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566533#M646991</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-20T03:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Data migration from Internal to External Raid Disk Subsystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566534#M646992</link>
      <description>Hi Ramesh&lt;BR /&gt;I thought with make_recovery tapes you can change the file system sizes as well as use the higher capacity disks (eg. go from existing 9 gb disks to higher 36 gb disks).&lt;BR /&gt;&lt;BR /&gt;Prashant Deshpande.</description>
      <pubDate>Mon, 20 Aug 2001 15:39:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566534#M646992</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-08-20T15:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data migration from Internal to External Raid Disk Subsystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566535#M646993</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;yes you can use make_recovery to  migrate your OS to a bigger disk, but woo was planning to use the mirroring option.&lt;BR /&gt;&lt;BR /&gt;-regards&lt;BR /&gt;Ramesh</description>
      <pubDate>Mon, 20 Aug 2001 15:54:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-from-internal-to-external-raid-disk-subsystem/m-p/2566535#M646993</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-20T15:54:40Z</dc:date>
    </item>
  </channel>
</rss>

