<?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/4152782#M318976</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;May be it's a good idea to assign new LUNs to the same system, add them in the same volume group, crate PVG over new luns and make mirror of existing LV to new PVG, once ready , you can  &lt;BR /&gt;reduce mirrors with old Luns and take out them out of VG. &lt;BR /&gt;That's all, even you can do it on-line wihtout outage.&lt;BR /&gt;&lt;BR /&gt;Hope this help.&lt;BR /&gt;If you need more details, please ask.&lt;BR /&gt;Cheers</description>
    <pubDate>Sun, 02 Mar 2008 08:15:31 GMT</pubDate>
    <dc:creator>radkol</dc:creator>
    <dc:date>2008-03-02T08:15:31Z</dc:date>
    <item>
      <title>Storage migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/4152779#M318973</link>
      <description>We have got a requirement to migrate 8TB of data from one storage box to another..At present, we have got small sized luns (9GB) which need to be migrated to higher Luns - 70/80GB.Total volume of data adds upto 8TB.what is the best way to do this migration.I believe we should go for a third party tool. What would be the approx. time if I use cp /dd/ pvmove&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Feb 2008 03:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/4152779#M318973</guid>
      <dc:creator>aruns_s</dc:creator>
      <dc:date>2008-02-29T03:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Storage migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/4152780#M318974</link>
      <description>The approximate time to copy data using cp/dd/tar etc is about 1 hour per TB. But this can vary greatly depending on your server, how many I/O channels you have to your SAN, if the reads and the writes are on separate channels, how fast are your disk arrays, how fast are your LUNs, how many concurrent copying jobs, etc. You should run a small test, say  copy 10 - 20 GB and extrapolate. Also test how many concurrent copys your environment can tolerate.</description>
      <pubDate>Fri, 29 Feb 2008 04:09:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/4152780#M318974</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-02-29T04:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Storage migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/4152781#M318975</link>
      <description>You could use something like EMC SAN Copy, but it's expensive.&lt;BR /&gt;&lt;BR /&gt;pvmove only works in the same VG, and only if you set your max extents per PV higher than the current size of the disk at VG creation time. Otherwise, any volume you add will only be the size of the current max PE * max PE / PV size.&lt;BR /&gt;&lt;BR /&gt;Backup and recover is an option, but means 2 copies.&lt;BR /&gt;&lt;BR /&gt;If you can have both sets of LUNs presented, why not use rsync?&lt;BR /&gt;&lt;BR /&gt;Using rsync -av --stats --progress --delete /source/ /dest/, the first run will take some time, and it tends to run out of memory if you do runs of &amp;gt; 2.5million files, but after that, it's a mirroring tool, you can continue to run it nightly and at the flip  time, shut down services, one last rsync and you're done.&lt;BR /&gt;&lt;BR /&gt;The --delete deletes files on the destination as they are removed from the source.&lt;BR /&gt;&lt;BR /&gt;Don't run more than 2 at the same time, it spawns 3 processes per run, (monitor, source, dest).&lt;BR /&gt;&lt;BR /&gt;It's in the iExpress bundle, but a newer version is available from the porting and archiving centre.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.ece.ualberta.ca/hppd/hpux/Networking/Admin/rsync-2.6.9/" target="_blank"&gt;http://hpux.ece.ualberta.ca/hppd/hpux/Networking/Admin/rsync-2.6.9/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If it's a database, you're out of luck either way.&lt;BR /&gt;&lt;BR /&gt;By the way, this is what I'm doing for 4TB of file services. The largest shared area is 3.7million files and 1.3TB in size.&lt;BR /&gt;&lt;BR /&gt;I've broken the rsync into groups and it's scripted and cron'ed to run nightly for updates. For this size, it take about 37 minutes per night to do a refresh job, including data copies. For busy days, it peaks at an hour.</description>
      <pubDate>Sat, 01 Mar 2008 03:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/4152781#M318975</guid>
      <dc:creator>Don Mallory</dc:creator>
      <dc:date>2008-03-01T03:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Storage migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/4152782#M318976</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;May be it's a good idea to assign new LUNs to the same system, add them in the same volume group, crate PVG over new luns and make mirror of existing LV to new PVG, once ready , you can  &lt;BR /&gt;reduce mirrors with old Luns and take out them out of VG. &lt;BR /&gt;That's all, even you can do it on-line wihtout outage.&lt;BR /&gt;&lt;BR /&gt;Hope this help.&lt;BR /&gt;If you need more details, please ask.&lt;BR /&gt;Cheers</description>
      <pubDate>Sun, 02 Mar 2008 08:15:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/4152782#M318976</guid>
      <dc:creator>radkol</dc:creator>
      <dc:date>2008-03-02T08:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Storage migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/4152783#M318977</link>
      <description>&lt;!--!*#--&gt;I just did something similar to what radkol (above) suggests and it works fine if you have created your volume groups in the first place to allow enough disks in the volume group.&lt;BR /&gt;&lt;BR /&gt;You don't actually need the PVG's that he/she mentions, just mirror LV's and then break the mirror afterwards.  I did this on productions systems online.</description>
      <pubDate>Mon, 03 Mar 2008 07:02:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration/m-p/4152783#M318977</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2008-03-03T07:02:29Z</dc:date>
    </item>
  </channel>
</rss>

