<?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: Data Migration on Shared VG in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-on-shared-vg/m-p/5062771#M694136</link>
    <description>Phil,&lt;BR /&gt;&lt;BR /&gt;Where did you get the idea vgmodify wasn't supported from?&lt;BR /&gt;&lt;BR /&gt;See whitepaper here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01920387/c01920387.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01920387/c01920387.pdf&lt;/A&gt; (BSC link updated by admin)&lt;BR /&gt;&lt;BR /&gt;Or is this a Oracle RAC cluster (when you say shared are you talking 'active read-write on both nodes using the vgchange -c y -S y /dev/vg01)&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
    <pubDate>Mon, 13 Aug 2007 06:39:11 GMT</pubDate>
    <dc:creator>Duncan Edmonstone</dc:creator>
    <dc:date>2007-08-13T06:39:11Z</dc:date>
    <item>
      <title>Data Migration on Shared VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-on-shared-vg/m-p/5062768#M694133</link>
      <description>I need to migrate data on a 2-node SG shared VG from one disk array to another.&lt;BR /&gt;Unfortunately MAX_PVs does not allow a mirroring option, and management will not allow us to use the unsupported vgmodify to go down that route (11.23).&lt;BR /&gt;&lt;BR /&gt;I am planning on doing the following and would appreciate feedback on this high level process as I do not have a lot of SG experience:&lt;BR /&gt;&lt;BR /&gt;Stop cluster on NODE2 to protect existing VG config for quick backout.&lt;BR /&gt;Create NEWVG on NODE1 and copy the data from existing VG01.&lt;BR /&gt;Shutdown the cluster on NODE1.&lt;BR /&gt;vgexport VG01 and NEWVG on NODE1.&lt;BR /&gt;vgimport NEWVG as VG01 on NODE1.&lt;BR /&gt;Change the cluster_lock disk in the cluster conf and apply the changes.&lt;BR /&gt;Restart cluster on NODE1 and test package with new VG01.&lt;BR /&gt;vgimport the new VG01 on NODE2.&lt;BR /&gt;Restart the cluster on NODE2.&lt;BR /&gt;Test failover.&lt;BR /&gt;&lt;BR /&gt;Will SG allow me to do this or does it store VGIDs/PVIDs somewhere?&lt;BR /&gt;Any advice will be greatly appreciated.</description>
      <pubDate>Mon, 13 Aug 2007 05:24:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-on-shared-vg/m-p/5062768#M694133</guid>
      <dc:creator>Phil_</dc:creator>
      <dc:date>2007-08-13T05:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data Migration on Shared VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-on-shared-vg/m-p/5062769#M694134</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I believe your plan will work.&lt;BR /&gt;&lt;BR /&gt;You will need downtime as you can't make volume group changes to a shared volume group while its activated in shared mode.&lt;BR /&gt;&lt;BR /&gt;Volume group will need to be deactivated for a short time to implement your plan.&lt;BR /&gt;&lt;BR /&gt;Even the export will fail under these circumstances.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 13 Aug 2007 05:49:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-on-shared-vg/m-p/5062769#M694134</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-08-13T05:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data Migration on Shared VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-on-shared-vg/m-p/5062770#M694135</link>
      <description>its looks fine. prepare step by step command line procedure before proceeding. it will help u to reduce downtime.</description>
      <pubDate>Mon, 13 Aug 2007 06:13:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-on-shared-vg/m-p/5062770#M694135</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2007-08-13T06:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data Migration on Shared VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-on-shared-vg/m-p/5062771#M694136</link>
      <description>Phil,&lt;BR /&gt;&lt;BR /&gt;Where did you get the idea vgmodify wasn't supported from?&lt;BR /&gt;&lt;BR /&gt;See whitepaper here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01920387/c01920387.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01920387/c01920387.pdf&lt;/A&gt; (BSC link updated by admin)&lt;BR /&gt;&lt;BR /&gt;Or is this a Oracle RAC cluster (when you say shared are you talking 'active read-write on both nodes using the vgchange -c y -S y /dev/vg01)&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 13 Aug 2007 06:39:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-on-shared-vg/m-p/5062771#M694136</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2007-08-13T06:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Data Migration on Shared VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-on-shared-vg/m-p/5062772#M694137</link>
      <description>Last time I looked vgmodify was only supported at 11iv3 - this changes things a lot!&lt;BR /&gt;&lt;BR /&gt;Am I correct in assuming that, apart from a brief outage to deactivate the VG for the vgmodify and to update the cluster_lock disk, the whole process of vgextending onto a second mirror and finally reducing the old LUNs out can be done with the cluster running? &lt;BR /&gt;&lt;BR /&gt;Also, regarding the cluster_lock disk, if I add a SECOND_CLUSTER_LOCK_PV entry for one of the new LUNs and leave the FIRST_ in place, will SG fail to start once the FIRST_ PV disappears, or will it automatically use the SECOND_ PV?  Basically, do I need to reconfigure the cluster again before the FIRST_ PV goes, or can I just leave the entry in there until the next maintenance slot?</description>
      <pubDate>Mon, 13 Aug 2007 07:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-on-shared-vg/m-p/5062772#M694137</guid>
      <dc:creator>Phil_</dc:creator>
      <dc:date>2007-08-13T07:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Data Migration on Shared VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-on-shared-vg/m-p/5062773#M694138</link>
      <description>&amp;gt;&amp;gt; Am I correct in assuming that, apart from a brief outage to deactivate the VG for the vgmodify and to update the cluster_lock disk, the whole process of vgextending onto a second mirror and finally reducing the old LUNs out can be done with the cluster running? &lt;BR /&gt;&lt;BR /&gt;Yes - although I would advise you to read the whole whitepaper *very* carefully. Make sure you understand exactly what you are doing and once you have a list of commands you intend to run documented, I'd also log a call and get the sequence validated by Support as well.&lt;BR /&gt;&lt;BR /&gt;Of course you need an outage to install the patch(es). The WP doesn't give you all the info here. there are some dependencies and you do need a kernel patch PHKL_36244 so thats a reboot.&lt;BR /&gt;&lt;BR /&gt;Also remember that any large mirror sync operation is going to hit performance, so do it when the system is quiet.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Also, regarding the cluster_lock disk, if I add a SECOND_CLUSTER_LOCK_PV entry for one of the new LUNs and leave the FIRST_ in place, will SG fail to start once the FIRST_ PV disappears, or will it automatically use the SECOND_ PV? Basically, do I need to reconfigure the cluster again before the FIRST_ PV goes, or can I just leave the entry in there until the next maintenance slot?&lt;BR /&gt;&lt;BR /&gt;No, you can't do this - the second cluster lock disk is a compound lock - not an either/or. Just change the cluster lock configuration at the same time you run your vgmodify.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 13 Aug 2007 07:56:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-on-shared-vg/m-p/5062773#M694138</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2007-08-13T07:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Data Migration on Shared VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-on-shared-vg/m-p/5062774#M694139</link>
      <description>&amp;gt;&amp;gt;"Just change the cluster lock configuration at the same time you run your vgmodify."&lt;BR /&gt;&lt;BR /&gt;I did of course mean 'during the same outage', not literally 'at the same time'!&lt;BR /&gt;&lt;BR /&gt;I'd actually plan to do it after you have completed your vgmodify and vgextends.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Aug 2007 08:00:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-on-shared-vg/m-p/5062774#M694139</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2007-08-13T08:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data Migration on Shared VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-on-shared-vg/m-p/5062775#M694140</link>
      <description>Thanks for the info and your time guys.&lt;BR /&gt;I think you have given me enough to put this in motion now.</description>
      <pubDate>Tue, 21 Aug 2007 07:30:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration-on-shared-vg/m-p/5062775#M694140</guid>
      <dc:creator>Phil_</dc:creator>
      <dc:date>2007-08-21T07:30:52Z</dc:date>
    </item>
  </channel>
</rss>

