<?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: moving to new disk array in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-to-new-disk-array/m-p/2476358#M894722</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What are the disk arrays that you are using? Do they support ESCON links. If they do, you can perform Remote Copy from the old disk array to the new disk array.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
    <pubDate>Wed, 28 Mar 2001 18:43:28 GMT</pubDate>
    <dc:creator>Steven Sim Kok Leong</dc:creator>
    <dc:date>2001-03-28T18:43:28Z</dc:date>
    <item>
      <title>moving to new disk array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-to-new-disk-array/m-p/2476354#M894718</link>
      <description>I want to move my entire filesystems on my existing disk array to new one.&lt;BR /&gt;Iam considering many options:&lt;BR /&gt;1. backup and restore to new disk array, i know&lt;BR /&gt;this is a very slow process.&lt;BR /&gt;2. Vgextend the existing VG to new PV.&lt;BR /&gt;Iam want to initialize the new disk with pvcreate command.&lt;BR /&gt;My question is, do i need to re-create &lt;BR /&gt;volume groups on the new disk array or only vgextend the current VG to new disk array.&lt;BR /&gt;Iam also considering exporting the entire VG and importing it back on new disk array.We intend to discontinue using our old disk array.&lt;BR /&gt;Any suggestions will be appreciated, i intend to minimize downtime for users.&lt;BR /&gt;thanks.&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Dec 2000 15:07:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-to-new-disk-array/m-p/2476354#M894718</guid>
      <dc:creator>bassey essien_1</dc:creator>
      <dc:date>2000-12-22T15:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: moving to new disk array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-to-new-disk-array/m-p/2476355#M894719</link>
      <description>Have you considered doing a dd  ?  You could mount the new one, and do a dd of the intire filesystem to the new drive.  kind of like Ghost.  Have you considered useing ignite?  There is a switch in ignite to do non root volumes to tape.   the dd  from one disk to the other would probabily be faster though.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Brian</description>
      <pubDate>Sat, 10 Mar 2001 06:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-to-new-disk-array/m-p/2476355#M894719</guid>
      <dc:creator>Brian Markus</dc:creator>
      <dc:date>2001-03-10T06:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: moving to new disk array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-to-new-disk-array/m-p/2476356#M894720</link>
      <description>I've recently done this using cpio.  Simply create new volume groups and lvols for the new array, mount them using some logical name (such as /bk_u01), cpio the data from the current mount to the new mount (/u01 -&amp;gt; /bk_u01), then switch the mount point names around.</description>
      <pubDate>Sat, 10 Mar 2001 22:17:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-to-new-disk-array/m-p/2476356#M894720</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2001-03-10T22:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: moving to new disk array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-to-new-disk-array/m-p/2476357#M894721</link>
      <description>Tom is on the right track, doing a disk to dik copy with cpio is also the fastest way to move the information.  Plus if you have more than one volume you can break up the work to keep the system online longer than taking it down to do the whole thing at one sitting.  Just create the new location. CD to the old location and do a &lt;BR /&gt;find . -depth -print|cpio -pdm /newlocation&lt;BR /&gt;Then mount the new volume to the old mount point.</description>
      <pubDate>Wed, 28 Mar 2001 18:25:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-to-new-disk-array/m-p/2476357#M894721</guid>
      <dc:creator>Mark Mitchell</dc:creator>
      <dc:date>2001-03-28T18:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: moving to new disk array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-to-new-disk-array/m-p/2476358#M894722</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What are the disk arrays that you are using? Do they support ESCON links. If they do, you can perform Remote Copy from the old disk array to the new disk array.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Wed, 28 Mar 2001 18:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-to-new-disk-array/m-p/2476358#M894722</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-03-28T18:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: moving to new disk array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-to-new-disk-array/m-p/2476359#M894723</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It is 2:32 am in the morning and I actually forgot to mention my rationale for suggesting ESCON links for the data migration.&lt;BR /&gt;&lt;BR /&gt;With ESCON links, you can synchronize the data between the two disk arrays (eg. between Hitachi and HP disk arrays). When you are ready to cut-over, the downtime incurred would be minimal because data is already in-sync. &lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Wed, 28 Mar 2001 18:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-to-new-disk-array/m-p/2476359#M894723</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-03-28T18:47:32Z</dc:date>
    </item>
  </channel>
</rss>

