<?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 SAN Migration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/san-migration/m-p/4889148#M402048</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In my environment we had planned to migrate from old HDS9960 to new HDS9990. Storage team will be doing a copy (cloning) from old to new for Open 9. We have some Open 3 also which we need to manually migrate. Could anyone let me know the procedure for the same for this migration on Unix part.</description>
    <pubDate>Thu, 03 Mar 2005 02:33:45 GMT</pubDate>
    <dc:creator>asd_hp</dc:creator>
    <dc:date>2005-03-03T02:33:45Z</dc:date>
    <item>
      <title>SAN Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/san-migration/m-p/4889148#M402048</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In my environment we had planned to migrate from old HDS9960 to new HDS9990. Storage team will be doing a copy (cloning) from old to new for Open 9. We have some Open 3 also which we need to manually migrate. Could anyone let me know the procedure for the same for this migration on Unix part.</description>
      <pubDate>Thu, 03 Mar 2005 02:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/san-migration/m-p/4889148#M402048</guid>
      <dc:creator>asd_hp</dc:creator>
      <dc:date>2005-03-03T02:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAN Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/san-migration/m-p/4889149#M402049</link>
      <description>We did one just a while back in just a few days.  HP offers some pretty neat tools to do it, but I opted for just hooking up the new storage system at the same time as the old, and then creating the new mount points.  Afterwards, we shutdown down all database areas, and copied to the new.  Renamed the new mount points to look just like the old, and we were able to start up the databases - no problem.&lt;BR /&gt;&lt;BR /&gt;This isn't complicated - you MIGHT want to use HP's or Hitachi's tools if you can't get some down time.  HP consulting can handle this for you quite easily, they are very competent and do work like this very well.</description>
      <pubDate>Thu, 03 Mar 2005 08:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/san-migration/m-p/4889149#M402049</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-03-03T08:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAN Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/san-migration/m-p/4889150#M402050</link>
      <description>If you have room in your volume group - then mirroring works great - and no outage required.&lt;BR /&gt;&lt;BR /&gt;Second option - copy with vxdump.&lt;BR /&gt;&lt;BR /&gt;This is how I did it:&lt;BR /&gt;&lt;BR /&gt;vxdump -0 -f - -s 1000000 -b 16 /oracle |  (cd /new/oracle  ; vxrestore rf -)&lt;BR /&gt;&lt;BR /&gt;Then - once done - unmount them all - modify your /etc/fstab file to mount the new SAN at /oracle&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Mar 2005 09:11:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/san-migration/m-p/4889150#M402050</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-03-03T09:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAN Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/san-migration/m-p/4889151#M402051</link>
      <description>HI&lt;BR /&gt;&lt;BR /&gt;we had somehow same type of migration last year. We used Mirror-UX to migrate the data.&lt;BR /&gt;You can do it as long as you keep same emulation.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Thu, 03 Mar 2005 09:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/san-migration/m-p/4889151#M402051</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2005-03-03T09:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAN Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/san-migration/m-p/4889152#M402052</link>
      <description>&lt;BR /&gt;And can anyone tell me, once the cloning part on HDS completes to new HDS what i need to do on HP UX box ? Device files would have been changed ? &lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;asd</description>
      <pubDate>Thu, 03 Mar 2005 21:34:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/san-migration/m-p/4889152#M402052</guid>
      <dc:creator>asd_hp</dc:creator>
      <dc:date>2005-03-03T21:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAN Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/san-migration/m-p/4889153#M402053</link>
      <description>All you should need to do is run an ioscan -fnC disk, then insf -e&lt;BR /&gt;&lt;BR /&gt;Then add the devices to your vg's.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 04 Mar 2005 14:51:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/san-migration/m-p/4889153#M402053</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-03-04T14:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAN Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/san-migration/m-p/4889154#M402054</link>
      <description>Thanks, I was under impression of doing lot of this but it was simple</description>
      <pubDate>Mon, 07 Mar 2005 02:36:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/san-migration/m-p/4889154#M402054</guid>
      <dc:creator>asd_hp</dc:creator>
      <dc:date>2005-03-07T02:36:58Z</dc:date>
    </item>
  </channel>
</rss>

