<?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 data from old SAN to new SAN in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-data-from-old-san-to-new-san/m-p/6719013#M492525</link>
    <description>&lt;P&gt;Fantastic.&amp;nbsp; This is the approach I will take.&amp;nbsp; Thank you very much for your help!&lt;/P&gt;</description>
    <pubDate>Wed, 11 Mar 2015 19:53:30 GMT</pubDate>
    <dc:creator>Debbie Beresford</dc:creator>
    <dc:date>2015-03-11T19:53:30Z</dc:date>
    <item>
      <title>Moving data from old SAN to new SAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-data-from-old-san-to-new-san/m-p/6718937#M492521</link>
      <description>&lt;P&gt;We have purchased a new SAN and I need to move the data from our old san to the new one.&amp;nbsp; The layout and sizes of the volume groups and logical volumes will remain the same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since everything is the same with the exception of the physical disks, I am thinking I should be able to add the new disks as alternate disks using vgextend.&amp;nbsp; I can then remove the original disks with vgreduce and the data will apear on the new disks.&amp;nbsp; Does this seem logical?&amp;nbsp; If so, can someone help with the proper syntax.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other two options I was thinking of involved vgexport/vgimport or restoring from tape.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help with the easiest way to do this would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 17:07:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-data-from-old-san-to-new-san/m-p/6718937#M492521</guid>
      <dc:creator>Debbie Beresford</dc:creator>
      <dc:date>2015-03-11T17:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Moving data from old SAN to new SAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-data-from-old-san-to-new-san/m-p/6718985#M492522</link>
      <description>&lt;P&gt;Comments on your ideas:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; I am thinking I should be able to add the new disks as alternate disks using vgextend.&amp;nbsp; I can then remove the original&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;disks with vgreduce and the data will apear on the new disks.&amp;nbsp; Does this seem logical?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, no.&amp;nbsp; When&amp;nbsp; you add a new disk to a volume group, you cannot specify that it is an alternate path.&amp;nbsp; LVM will determine if a new disk is an alternate path for an existing disk.&amp;nbsp; Soo when you would a disk from the new array it would just show up in the VG as a new disk ready to be used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, data will not just magically "apear on the new disks."&amp;nbsp; Data has to be put there somehow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;The other two options I was thinking of involved vgexport/vgimport&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vgexport / vgimport would not help you in this instance either.&amp;nbsp; vgimporting a VG requires that there be VG structures on the disks that you are importing.&amp;nbsp; In the case of the new disk array nothing would be there, so there's nothing to import.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;or restoring from tape.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That would be an option, but you would have to create your VGs and LVs from scratch with LUNs from the new disk array.&amp;nbsp; Depending on the number of VGs and LVs, this could take a while.&amp;nbsp; As far as data restoration goes, that could take quite a while depending on the amount of data and type type of backup device you are using.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's how I would migrate data between disk arrays:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create LUNs on the new disk array&lt;/LI&gt;&lt;LI&gt;Present them to the HP-UX server&lt;/LI&gt;&lt;LI&gt;Add the LUNs into the appropriate volume groups (pvcreate, vgextend)&lt;/LI&gt;&lt;LI&gt;Using LVM mirroring to mirror the data from the current LUNs to the new LUNs (lvextend -m 1)&lt;/LI&gt;&lt;LI&gt;Verify that the data has been successfully mirrored (vgdisplay, lvdisplay)&lt;/LI&gt;&lt;LI&gt;Reduce the mirrors from the old LUNs (lvreduce -m 0)&lt;/LI&gt;&lt;LI&gt;Reduce the old LUNs out of the VG (vgreduce)&lt;/LI&gt;&lt;LI&gt;Repeat as needed for each VG&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 19:12:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-data-from-old-san-to-new-san/m-p/6718985#M492522</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2015-03-11T19:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Moving data from old SAN to new SAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-data-from-old-san-to-new-san/m-p/6718996#M492523</link>
      <description>&lt;P&gt;Reading the documention on lvextend, additional software is required to do the mirroring.&amp;nbsp; I believe we have this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/usr/sbin/swlist -l bundle | grep -i mirror&lt;BR /&gt;&amp;nbsp; B2491BA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B.11.23&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MirrorDisk/UX (Server)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this the correct software?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 19:29:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-data-from-old-san-to-new-san/m-p/6718996#M492523</guid>
      <dc:creator>Debbie Beresford</dc:creator>
      <dc:date>2015-03-11T19:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Moving data from old SAN to new SAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-data-from-old-san-to-new-san/m-p/6719002#M492524</link>
      <description>&lt;P&gt;Yes, that is the correct software.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 19:40:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-data-from-old-san-to-new-san/m-p/6719002#M492524</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2015-03-11T19:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Moving data from old SAN to new SAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-data-from-old-san-to-new-san/m-p/6719013#M492525</link>
      <description>&lt;P&gt;Fantastic.&amp;nbsp; This is the approach I will take.&amp;nbsp; Thank you very much for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 19:53:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-data-from-old-san-to-new-san/m-p/6719013#M492525</guid>
      <dc:creator>Debbie Beresford</dc:creator>
      <dc:date>2015-03-11T19:53:30Z</dc:date>
    </item>
  </channel>
</rss>

