<?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: Storage Migration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776873#M615671</link>
    <description>Command would be:&lt;BR /&gt;&lt;BR /&gt;vxdump -0 -f - -s 1000000 -b 16 /aaa/u01 | (cd /bbb/u01 ; vxrestore rf -)&lt;BR /&gt;&lt;BR /&gt;4 TB - that is going to take a while...depending on frame and san and server - anywhere from 6 to 18 hours...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 25 Apr 2006 23:59:08 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2006-04-25T23:59:08Z</dc:date>
    <item>
      <title>Storage Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776867#M615665</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;Need some help with data migration from old EMC array to new one with higher capacity. Here is the current setup.&lt;BR /&gt;&lt;BR /&gt;* 50 luns, each 65G in size&lt;BR /&gt;* 5 LVs&lt;BR /&gt;* Max PV - 60&lt;BR /&gt;* Max PE per PV - 4186&lt;BR /&gt;* PE size - 16 Mb&lt;BR /&gt;&lt;BR /&gt;What are my options to migrate to new storage with large size luns (number of luns unknown at point). The requirement is to double the size of the each LV in the new storage.&lt;BR /&gt;&lt;BR /&gt;1) pvmove cannot be used, as the volumes are striped across multiple luns.&lt;BR /&gt;&lt;BR /&gt;2) Using lvextend/lvreduce will end up under utilzing the lun space due to Max PE/PV and only 10 more luns can be added with Max PV set to 60.&lt;BR /&gt;&lt;BR /&gt;Please validate (1) and (2) statements. If this is true, what other options I can use to migrate to new storage. Thanks for your time.</description>
      <pubDate>Mon, 24 Apr 2006 22:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776867#M615665</guid>
      <dc:creator>SKR-hp</dc:creator>
      <dc:date>2006-04-24T22:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776868#M615666</link>
      <description>If you have rooom in the VG - you could mirror the data across the frames...then remove the old pv's...&lt;BR /&gt;&lt;BR /&gt;Otherwise, you are looking at creating new vg(s) and copying data (I prefer vxdump/vxrestore).&lt;BR /&gt;&lt;BR /&gt;vxdump -0 -f - -s 1000000 -b 16 /tempmountofold/oracle | (cd /oracle ; vxrestore rf -)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Apr 2006 23:02:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776868#M615666</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-04-24T23:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776869#M615667</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;the "Max PE per PV" limited the PV size, you need to create a new VG with new parameters if you will have larger LUN in the new storage.&lt;BR /&gt;&lt;BR /&gt;GOOD LUCK.</description>
      <pubDate>Mon, 24 Apr 2006 23:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776869#M615667</guid>
      <dc:creator>Warren_9</dc:creator>
      <dc:date>2006-04-24T23:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776870#M615668</link>
      <description>SKR,&lt;BR /&gt;&lt;BR /&gt;I would create the new volume groups on the new EMC, calling them something slightly different, disk to disk copy, or move the data to new volume groups. Remove the old volume groups and rename the new ones to the same as the old ones.&lt;BR /&gt;&lt;BR /&gt;Means you don't need to backup to tape.&lt;BR /&gt;&lt;BR /&gt;Just a thought.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;JASH</description>
      <pubDate>Tue, 25 Apr 2006 08:49:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776870#M615668</guid>
      <dc:creator>JASH_2</dc:creator>
      <dc:date>2006-04-25T08:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776871#M615669</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here are the 2 options I tried and use between EMC arrays. In your case use option 2&lt;BR /&gt;&lt;BR /&gt;1. As told by Geoff use lvm based mirroring by doing lvextend -m 1 (This is applicable only if you have not reached max pe per vg.&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;2. This I did last week to refresh between two arrays (Sym and Clar). Mounted and just copied using cp -pr.&lt;BR /&gt;One constriant in that is files more than 2GB needs to be copied by cp -p seperately. &lt;BR /&gt;I did for about 5 TB of Data. This will take about 36 Hrs. &lt;BR /&gt;&lt;BR /&gt;3. You can use dd (Will go for this If i have raw volumes)&lt;BR /&gt;4. backup and restore&lt;BR /&gt;But i don't believe  4&lt;BR /&gt;&lt;BR /&gt;Ensure that your DB/applications are shutdown.&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;&lt;BR /&gt;Chan</description>
      <pubDate>Tue, 25 Apr 2006 09:47:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776871#M615669</guid>
      <dc:creator>Chan 007</dc:creator>
      <dc:date>2006-04-25T09:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776872#M615670</link>
      <description>Thanks everyone for your answers. We do not have space available in the VG. This is a oracle db server, the total data to be moved is around 4Tb, its all file systems (no raw volumes). From your input, it looks like I cannot use pvmove or mirror due to the constraints with Max PE/PV and Max PV. &lt;BR /&gt;I have addional questions based on your inputs.&lt;BR /&gt;&lt;BR /&gt;3) What is the command syntax for vxdump/vxrestore (Geoff - can you pls provide for following case)&lt;BR /&gt;Current f/s - /aaa/u01&lt;BR /&gt;New f/s - /bbb/u01&lt;BR /&gt;&lt;BR /&gt;4) Which is the best method (reliable, speed,etc) - vxdump/cpio/cp (I do have files around 2Gb in size)&lt;BR /&gt;&lt;BR /&gt;5) Is there any other tool (third party) available for migration (source and destination are EMC array).&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Apr 2006 22:24:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776872#M615670</guid>
      <dc:creator>SKR-hp</dc:creator>
      <dc:date>2006-04-25T22:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776873#M615671</link>
      <description>Command would be:&lt;BR /&gt;&lt;BR /&gt;vxdump -0 -f - -s 1000000 -b 16 /aaa/u01 | (cd /bbb/u01 ; vxrestore rf -)&lt;BR /&gt;&lt;BR /&gt;4 TB - that is going to take a while...depending on frame and san and server - anywhere from 6 to 18 hours...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Apr 2006 23:59:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776873#M615671</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-04-25T23:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776874#M615672</link>
      <description>There are many ways to do this.  The fastest, most reliable method IMO is using dd.  Have done this countless times on EMC arrays.  Your steps should be:&lt;BR /&gt;&lt;BR /&gt;1. Create new VG.  Stick with a large extent size, and make sure you increase max pe per pv and maxpv this time.  Set max pv to 256, then increase pe per pv as high as you can go.&lt;BR /&gt;2. Create new logical volumes.  They must be at least as large as the source volumes, but can be larger if you want.&lt;BR /&gt;3. Shutdown Oracle/unmount file systems&lt;BR /&gt;4. dd copy, using this format:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vgold/lvold of=/dev/vgnew/lvnew bs=256k&lt;BR /&gt;&lt;BR /&gt;(without bs=256k, it will default to a 512 byte block size and take forever.  With 256k, it usually runs pretty fast.)&lt;BR /&gt;&lt;BR /&gt;5. After dd's are done, extend filesystems:&lt;BR /&gt;&lt;BR /&gt;extendfs -F vxfs /dev/vgnew/lvnew&lt;BR /&gt;&lt;BR /&gt;6. Mount new lv's at old mount points, and validate the migration.  Then fix /etc/fstab and delete the old vg.  Rename the new vg if you want to keep that name.&lt;BR /&gt;&lt;BR /&gt;If you want to get this really moving, run the dd's in parallel.</description>
      <pubDate>Wed, 26 Apr 2006 02:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776874#M615672</guid>
      <dc:creator>Scott Riley</dc:creator>
      <dc:date>2006-04-26T02:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776875#M615673</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think between Clariion arrays you can use sancopy, I have never tried this &amp;amp; don't know if this will work. I used it within one array. But the primary copy takes lots of time per TB. May be it will take about 24 to 30 Hrs I think. &lt;BR /&gt;&lt;BR /&gt;Chan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Apr 2006 04:04:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776875#M615673</guid>
      <dc:creator>Chan 007</dc:creator>
      <dc:date>2006-04-26T04:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776876#M615674</link>
      <description>EMC San Copy wil get the data over fine, but only if one of the arrays is a Clariion, and as long as the target luns are at least as big as the source luns.  San Copy will work between different array models, but the software runs on a Clariion, so you'll need one of those.&lt;BR /&gt;&lt;BR /&gt;EMC has the Open Migrator product that would work.  The software runs on HPUX and will migrate between different types of arrays.&lt;BR /&gt;&lt;BR /&gt;They also sell Open Replicator that runs on a DMX, but is similar to San Copy.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Apr 2006 09:56:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776876#M615674</guid>
      <dc:creator>Scott Riley</dc:creator>
      <dc:date>2006-04-26T09:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776877#M615675</link>
      <description>Thanks again to you all for the information. &lt;BR /&gt;&lt;BR /&gt;Scott - How do I monitor the progress of dd, like how far the copy has been done,etc. Also, I did some testing by copying data in a 160Mb volume, here are the metrics.&lt;BR /&gt;&lt;BR /&gt;bs=256k -&amp;gt; 23.4 secs&lt;BR /&gt;bs=512k -&amp;gt; 23.08 secs&lt;BR /&gt;bs=1024k -&amp;gt; 20.1 secs&lt;BR /&gt;&lt;BR /&gt;The above is average of tests done multiple times with different bs values. I will be doing the actual migration in few days, will post the results in the forum.</description>
      <pubDate>Mon, 01 May 2006 09:02:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/3776877#M615675</guid>
      <dc:creator>SKR-hp</dc:creator>
      <dc:date>2006-05-01T09:02:01Z</dc:date>
    </item>
  </channel>
</rss>

