<?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: Serviceguard cluster storage migration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster-storage-migration/m-p/7239979#M949065</link>
    <description>&lt;P dir="auto" style="margin: 0;"&gt;Hello Vilius,&lt;BR /&gt;You could follow the LVM commands to perfom the migration such as vgextend luns from new storage, lvextend or pvmove and vgreduce the luns from OLD storage. There is no need to deactivate or change the activation mode of any of the vg at any point of time , hence it can be performed online .&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;The steps mentioned above would update the vg configutation including lvmtab with new dsfs but it has to be populated to standby node manually.&lt;BR /&gt;You need to&amp;nbsp;&lt;BR /&gt;1) make map file of the vg from primary node using the options&amp;nbsp;&lt;BR /&gt;# vgexport -p -v -s -m /tmp/vg_name.map vg_name - after all the changes to VG (where you make all the changes)&lt;BR /&gt;2)copy the map file to standby node&lt;BR /&gt;3) export the current vgs from standby node - which should be okay as long as you have all the pkgs are running on primary node and the vgs are active there .&lt;BR /&gt;you may run # bdf / vgdisplay and confirm the same before exporting the vgs .&lt;BR /&gt;4) Import the vgs with map file copied from primary node , using # vgimport -v -s -N -m /tmp/vg_name.map /dev/vg_name&amp;nbsp;&lt;BR /&gt;-N --&amp;gt; on assumption that you would be using agile dsf&lt;/P&gt;</description>
    <pubDate>Tue, 08 Apr 2025 15:11:30 GMT</pubDate>
    <dc:creator>georgek_1</dc:creator>
    <dc:date>2025-04-08T15:11:30Z</dc:date>
    <item>
      <title>Serviceguard cluster storage migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster-storage-migration/m-p/7239792#M949062</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;HP-UX version&amp;nbsp;11.31(Itanium), Serviceguard version&amp;nbsp;11.19.&lt;/P&gt;&lt;P&gt;I'm planning to do storage migration on Serviceguard 2 node cluster.&lt;BR /&gt;Can I use LVM commands vgextend, pvmove, vgreduce on active cluster node cluster vgs ?&lt;BR /&gt;Taken in consideration that cluster vgs are marked for cluster using "vgchange -c y" and activated using "vgchange -a e", another concern is cluster vg configuration on standby node - do I have to do additional config there after&amp;nbsp;vgextend, pvmove, vgreduce on active node ?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Vilius M.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 06:31:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster-storage-migration/m-p/7239792#M949062</guid>
      <dc:creator>vilius_m</dc:creator>
      <dc:date>2025-04-11T06:31:31Z</dc:date>
    </item>
    <item>
      <title>Query: Serviceguard cluster storage migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster-storage-migration/m-p/7239793#M949063</link>
      <description>&lt;P style="margin: 0;"&gt;&lt;STRONG&gt;System recommended content:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;1. &lt;A href="https://hpe.to/6603Fl1E5" target="_blank" rel="noopener"&gt;Managing Serviceguard A.11.20&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;2. &lt;A href="https://hpe.to/6601Fl1EW" target="_blank" rel="noopener"&gt;Upgrading to HP Serviceguard 11.17 with Cluster Volume Manager/Cluster File Systems, December 2005&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Please click on "Thumbs Up/Kudo" icon to give a "Kudo".&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Thank you for being a HPE valuable community member.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 03:41:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster-storage-migration/m-p/7239793#M949063</guid>
      <dc:creator>support_s</dc:creator>
      <dc:date>2025-04-07T03:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Serviceguard cluster storage migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster-storage-migration/m-p/7239979#M949065</link>
      <description>&lt;P dir="auto" style="margin: 0;"&gt;Hello Vilius,&lt;BR /&gt;You could follow the LVM commands to perfom the migration such as vgextend luns from new storage, lvextend or pvmove and vgreduce the luns from OLD storage. There is no need to deactivate or change the activation mode of any of the vg at any point of time , hence it can be performed online .&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;The steps mentioned above would update the vg configutation including lvmtab with new dsfs but it has to be populated to standby node manually.&lt;BR /&gt;You need to&amp;nbsp;&lt;BR /&gt;1) make map file of the vg from primary node using the options&amp;nbsp;&lt;BR /&gt;# vgexport -p -v -s -m /tmp/vg_name.map vg_name - after all the changes to VG (where you make all the changes)&lt;BR /&gt;2)copy the map file to standby node&lt;BR /&gt;3) export the current vgs from standby node - which should be okay as long as you have all the pkgs are running on primary node and the vgs are active there .&lt;BR /&gt;you may run # bdf / vgdisplay and confirm the same before exporting the vgs .&lt;BR /&gt;4) Import the vgs with map file copied from primary node , using # vgimport -v -s -N -m /tmp/vg_name.map /dev/vg_name&amp;nbsp;&lt;BR /&gt;-N --&amp;gt; on assumption that you would be using agile dsf&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 15:11:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster-storage-migration/m-p/7239979#M949065</guid>
      <dc:creator>georgek_1</dc:creator>
      <dc:date>2025-04-08T15:11:30Z</dc:date>
    </item>
  </channel>
</rss>

