<?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: change storage from DAS to SAN in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/change-storage-from-das-to-san/m-p/3494793#M215633</link>
    <description>Vgexport/vgexport seems to be the way to go in your case. I would recommend that you take a good backup of the system in single user mode or shutting down any running applications and database before the backup. Since the system's disk device files might be changed, a good backup is essential for this type of operation. I also suggest that you run Ignite to capture a bootable image.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Andrew</description>
    <pubDate>Wed, 02 Mar 2005 12:06:56 GMT</pubDate>
    <dc:creator>Andrew Fong</dc:creator>
    <dc:date>2005-03-02T12:06:56Z</dc:date>
    <item>
      <title>change storage from DAS to SAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-storage-from-das-to-san/m-p/3494788#M215628</link>
      <description>I have HP Storage VA7110 on Hpux 11i.Now I use HP SAN switch 2/8 for my VA storage. How do I change&lt;BR /&gt;my volume configure to new SAN storage.I knew vgexport and vgimport but correct arguments I need some help.thanks</description>
      <pubDate>Mon, 28 Feb 2005 23:16:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-storage-from-das-to-san/m-p/3494788#M215628</guid>
      <dc:creator>豐順科技</dc:creator>
      <dc:date>2005-02-28T23:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: change storage from DAS to SAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-storage-from-das-to-san/m-p/3494789#M215629</link>
      <description>If there is no need for a reconfiguration you can add the disks from the SAN to you current volume groups create an ( other ) mirror (pvcreate, vgextend, lvextend). Once mirrored you can lvreduce the DAS disks. If there is a need for reconfiguration you can just create new volumegroups and copy all the data to the new one ( Restore a full backup to the new location)&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Tue, 01 Mar 2005 00:54:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-storage-from-das-to-san/m-p/3494789#M215629</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2005-03-01T00:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: change storage from DAS to SAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-storage-from-das-to-san/m-p/3494790#M215630</link>
      <description>first of all :) &lt;BR /&gt;make backup anyway. &lt;BR /&gt;after that umount your  VA7110 VG and LV &lt;BR /&gt;and make &lt;BR /&gt;vgchange -a n VGname&lt;BR /&gt;vgexport -v  -m /tmp/VAVG.map VGname &lt;BR /&gt;reconnect your VA storage using switch. &lt;BR /&gt;start VA and make&lt;BR /&gt;# ioscan &lt;BR /&gt;#insf -e &lt;BR /&gt;find that all VA7110 disk is present?&lt;BR /&gt;#vgimport -v &lt;BR /&gt;-m /tmp/VAVG.map /dev/dsk/cXtXdX ..... &lt;BR /&gt;where cXtXdX is you new disks device file.&lt;BR /&gt;vgchange -a y VGname &lt;BR /&gt;</description>
      <pubDate>Tue, 01 Mar 2005 04:13:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-storage-from-das-to-san/m-p/3494790#M215630</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2005-03-01T04:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: change storage from DAS to SAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-storage-from-das-to-san/m-p/3494791#M215631</link>
      <description>The important things are these:&lt;BR /&gt;Note down the disk names used in the volume group(s) that are on the VA7110 before you vgexport.&lt;BR /&gt;vgdisplay -v vgNN &amp;gt; /tmp/vgNN.txt&lt;BR /&gt;&lt;BR /&gt;That tells you how which disks/LUNs are used and how big they are.&lt;BR /&gt;&lt;BR /&gt;Then ioscan -fn &amp;gt; /tmp/ioscan.txt&lt;BR /&gt;&lt;BR /&gt;This will allow you to map the disks in the vgdisplay to hardware paths.&lt;BR /&gt;Then once you have plugged the VA7110 into the switch, do another ioscan -fn and compare the output with the previous ioscan.  This will help you work out what the new names for the disks are and therefore which device names to use in the vgimport.&lt;BR /&gt;&lt;BR /&gt;Apart from that the steps in the postings above are a good guideline.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Mar 2005 04:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-storage-from-das-to-san/m-p/3494791#M215631</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2005-03-01T04:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: change storage from DAS to SAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-storage-from-das-to-san/m-p/3494792#M215632</link>
      <description>sorry &lt;BR /&gt;read last command &lt;BR /&gt;#vgimport -v &lt;BR /&gt;-m /tmp/VAVG.map  VGname /dev/dsk/cXtXdX .....&lt;BR /&gt;&lt;BR /&gt;not &lt;BR /&gt;&lt;BR /&gt;#vgimport -v &lt;BR /&gt;-m /tmp/VAVG.map /dev/dsk/cXtXdX .....</description>
      <pubDate>Tue, 01 Mar 2005 04:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-storage-from-das-to-san/m-p/3494792#M215632</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2005-03-01T04:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: change storage from DAS to SAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-storage-from-das-to-san/m-p/3494793#M215633</link>
      <description>Vgexport/vgexport seems to be the way to go in your case. I would recommend that you take a good backup of the system in single user mode or shutting down any running applications and database before the backup. Since the system's disk device files might be changed, a good backup is essential for this type of operation. I also suggest that you run Ignite to capture a bootable image.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Andrew</description>
      <pubDate>Wed, 02 Mar 2005 12:06:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-storage-from-das-to-san/m-p/3494793#M215633</guid>
      <dc:creator>Andrew Fong</dc:creator>
      <dc:date>2005-03-02T12:06:56Z</dc:date>
    </item>
  </channel>
</rss>

