<?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: Migrate data from VA7410 to EVA4440 with minimum downtime in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-from-va7410-to-eva4440-with-minimum-downtime/m-p/5130898#M564800</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Before you start due to the possibility of data loss, do a good, cold backup.&lt;BR /&gt;&lt;BR /&gt;I would set up the disks on the EVA and present them to the system.&lt;BR /&gt;&lt;BR /&gt;I would set them up as new disks.&lt;BR /&gt;&lt;BR /&gt;pvcreate&lt;BR /&gt;lvcreate&lt;BR /&gt;lvextend&lt;BR /&gt;newfs &lt;BR /&gt;&lt;BR /&gt;As needed.&lt;BR /&gt;&lt;BR /&gt;Then I'd use a tool like mirror/ux to copy the data hot.&lt;BR /&gt;&lt;BR /&gt;Confirm the mirror copy is working.&lt;BR /&gt;&lt;BR /&gt;Then break the mirror leaving the EVA as the only functioning logical volume.&lt;BR /&gt;&lt;BR /&gt;That is the now downtime way.&lt;BR /&gt;&lt;BR /&gt;I'd actually prefer a downtime process that involved bringing down all systems and copying the system to the EVA from a fbackup or other backup media.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Sun, 21 Sep 2008 11:42:55 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2008-09-21T11:42:55Z</dc:date>
    <item>
      <title>Migrate data from VA7410 to EVA4440 with minimum downtime</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-from-va7410-to-eva4440-with-minimum-downtime/m-p/5130894#M564796</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have a two nodes MC Service Guard Cluster, running HP-UX 11.11, connected through two SAN switches to two VA7410&lt;BR /&gt;&lt;BR /&gt;Because of performance issues, we decided to migrate the data on the VAs to two new EVA4400, but we want to do this with the minimum downtime because we are not allowed to stop the production more than 1 hour.&lt;BR /&gt;&lt;BR /&gt;The most important VG, called vgproddb, containes lvols using PVG-strict allocation policy. The structure of /etc/lvmpvg is as follows:&lt;BR /&gt;&lt;BR /&gt;VG vgproddb&lt;BR /&gt;PVG vgproddb_a&lt;BR /&gt;/dev/dsk/c8t1d0&lt;BR /&gt;/dev/dsk/c10t1d1&lt;BR /&gt;/dev/dsk/c8t1d2&lt;BR /&gt;/dev/dsk/c10t1d3&lt;BR /&gt;      .&lt;BR /&gt;      .&lt;BR /&gt;PVG vgproddb_b&lt;BR /&gt;/dev/dsk/c7t1d0&lt;BR /&gt;/dev/dsk/c11t1d1&lt;BR /&gt;/dev/dsk/c7t1d2&lt;BR /&gt;/dev/dsk/c11t1d3&lt;BR /&gt;      .&lt;BR /&gt;      .&lt;BR /&gt;&lt;BR /&gt;PVG vgproddb_a devices are in VA7410_a and vgproddb_b ones are in VA7410_b; so that the data in VA7410_a is mirrored in VA7410_b&lt;BR /&gt;&lt;BR /&gt;MAX PV in vgproddb is 64 and already 53 PVs are used. Because of MAX PV restriction, my idea to migrate the data is as followes (but i need please your help to validate it and to check if it's possible to do it without any data corruption risk, ad to check where we need a downtime):&lt;BR /&gt;&lt;BR /&gt;1) Link the two new EVA's to the SAN and present to the 2 nodes the same number of vDisks as in the VA's with the same size&lt;BR /&gt;&lt;BR /&gt;2) &lt;BR /&gt;#lvreduce -m0 /dev/vgproddb/lvol$i /dev/dsk/c7tXdY&lt;BR /&gt;&lt;BR /&gt;#lvreduce -m0 /dev/vgproddb/lvol$i /dev/dsk/c11tXdY&lt;BR /&gt;&lt;BR /&gt;(do we need to umount the FS here? Is there any risk?)&lt;BR /&gt;&lt;BR /&gt;3) &lt;BR /&gt;&lt;BR /&gt;#vgreduce vgproddb /dev/dsk/c7tXdY&lt;BR /&gt;#vgreduce vgproddb /dv/dsk/c11tXdY&lt;BR /&gt;&lt;BR /&gt;4) Add devices with their alternate path from the second EVA (EVA_b) to vgproddb:&lt;BR /&gt;&lt;BR /&gt;#vgextend vgproddb /dev/dsk/cNtXdY /dev/dsk/cMtXdY&lt;BR /&gt;&lt;BR /&gt;5) In /etc/lvmpvg, modify PVG vgproddb_b by adding /dev/dsk/cNtXdY /dev/dsk/cMtXdY and removing /dev/dsk/c7tXdY and /dev/dsk/c11tXdY&lt;BR /&gt;&lt;BR /&gt;(is it all that we need for mirroring or do we need to launch also lvextend -m 1?)&lt;BR /&gt;&lt;BR /&gt;6) Import the new LVM structure of vgproddb in the second node cluster using vgexport -p/vgimport&lt;BR /&gt;&lt;BR /&gt;7) In the cluster config file: modify the PV lock devices (use the new EVA_b ones instead of VA7410_b ones)&lt;BR /&gt;&lt;BR /&gt;8) Unlink VA7410_b from the SAN&lt;BR /&gt;&lt;BR /&gt;9) Monitoring period of 3 days; then goto step 2 to replace VA7410_a devices by EVA_a ones&lt;BR /&gt;&lt;BR /&gt;Is this migration plan realistic. Please i need your remarks and ideas&lt;BR /&gt;</description>
      <pubDate>Sat, 20 Sep 2008 22:21:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-from-va7410-to-eva4440-with-minimum-downtime/m-p/5130894#M564796</guid>
      <dc:creator>MohamedTaher</dc:creator>
      <dc:date>2008-09-20T22:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate data from VA7410 to EVA4440 with minimum downtime</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-from-va7410-to-eva4440-with-minimum-downtime/m-p/5130895#M564797</link>
      <description>Some remarks: &lt;BR /&gt;2.&lt;BR /&gt;&amp;gt;do we need to umount the FS here? Is there any risk?)&lt;BR /&gt;&lt;BR /&gt;You are removing mirror copy and no umount is necessary.&lt;BR /&gt;&lt;BR /&gt;5. &amp;gt;(is it all that we need for mirroring or do we need to launch also lvextend -m 1?)&lt;BR /&gt;&lt;BR /&gt;You need lvextend:&lt;BR /&gt;lvextend -m 1 /dev/group/logvolXX pvg_group_name&lt;BR /&gt;&lt;BR /&gt;7. New disks for cluster lock - this is the only downtime for cluster.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Sat, 20 Sep 2008 22:34:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-from-va7410-to-eva4440-with-minimum-downtime/m-p/5130895#M564797</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-09-20T22:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate data from VA7410 to EVA4440 with minimum downtime</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-from-va7410-to-eva4440-with-minimum-downtime/m-p/5130896#M564798</link>
      <description>Thank you Ivan for your answer, it's really good news that we need downtime only for cluster PV lock change&lt;BR /&gt;&lt;BR /&gt;Do we need it also for vgimport in the second cluster node? Shoud i vgremove vgproddb in this second node before vgimport?</description>
      <pubDate>Sat, 20 Sep 2008 23:28:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-from-va7410-to-eva4440-with-minimum-downtime/m-p/5130896#M564798</guid>
      <dc:creator>MohamedTaher</dc:creator>
      <dc:date>2008-09-20T23:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate data from VA7410 to EVA4440 with minimum downtime</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-from-va7410-to-eva4440-with-minimum-downtime/m-p/5130897#M564799</link>
      <description>Yes, you will need vgexport/vgimport onthe second node.&lt;BR /&gt;&lt;BR /&gt;Remember /dev/vg*/group settings, because this file will be removed after vgexport. &lt;BR /&gt;Create vg dir and group file, update /etc/lvmpvg and import new settings.&lt;BR /&gt;&lt;BR /&gt;During this operations you can disable package switching on that node.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Sun, 21 Sep 2008 10:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-from-va7410-to-eva4440-with-minimum-downtime/m-p/5130897#M564799</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-09-21T10:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate data from VA7410 to EVA4440 with minimum downtime</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-from-va7410-to-eva4440-with-minimum-downtime/m-p/5130898#M564800</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Before you start due to the possibility of data loss, do a good, cold backup.&lt;BR /&gt;&lt;BR /&gt;I would set up the disks on the EVA and present them to the system.&lt;BR /&gt;&lt;BR /&gt;I would set them up as new disks.&lt;BR /&gt;&lt;BR /&gt;pvcreate&lt;BR /&gt;lvcreate&lt;BR /&gt;lvextend&lt;BR /&gt;newfs &lt;BR /&gt;&lt;BR /&gt;As needed.&lt;BR /&gt;&lt;BR /&gt;Then I'd use a tool like mirror/ux to copy the data hot.&lt;BR /&gt;&lt;BR /&gt;Confirm the mirror copy is working.&lt;BR /&gt;&lt;BR /&gt;Then break the mirror leaving the EVA as the only functioning logical volume.&lt;BR /&gt;&lt;BR /&gt;That is the now downtime way.&lt;BR /&gt;&lt;BR /&gt;I'd actually prefer a downtime process that involved bringing down all systems and copying the system to the EVA from a fbackup or other backup media.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 21 Sep 2008 11:42:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-from-va7410-to-eva4440-with-minimum-downtime/m-p/5130898#M564800</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-09-21T11:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate data from VA7410 to EVA4440 with minimum downtime</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-from-va7410-to-eva4440-with-minimum-downtime/m-p/5130899#M564801</link>
      <description>Thank you guys</description>
      <pubDate>Fri, 03 Oct 2008 10:07:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-from-va7410-to-eva4440-with-minimum-downtime/m-p/5130899#M564801</guid>
      <dc:creator>MohamedTaher</dc:creator>
      <dc:date>2008-10-03T10:07:30Z</dc:date>
    </item>
  </channel>
</rss>

