<?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: How to move storage from MCSG-RAC to LVM mirror Should I just do it like this? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-move-storage-from-mcsg-rac-to-lvm-mirror-should-i-just-do/m-p/7213194#M948822</link>
    <description>&lt;P dir="auto" style="margin: 0;"&gt;Hello zero1022,&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;It seems you have the vg activated in shared mode (running multinode package), if that's the case , then you wont be able to perform lvextend while the active in shared mode .&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;//from # man lvextend&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;&amp;nbsp; &amp;nbsp; Shared Volume Group Considerations&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; For volume group version 1.0 and 2.0, lvextend cannot be used if the&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; volume group is activated in shared mode. &amp;nbsp;For volume groups version&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 2.1 (or higher), lvextend can be performed when activated in either&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; shared, exclusive, or standalone mode.&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;Please check the vg version and proceed .&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;If vg version 2.1 or higher, you may proceed with activity online , no need to halt the package .&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;Else , plan the downtime , halt the package and activate the vg in normal node perform lvextend,lvreduce,vgreduce export &amp;amp; import as you mentioned .&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;I work for HPE/ I am an HPE Employee (HPE Community)&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Apr 2024 09:02:20 GMT</pubDate>
    <dc:creator>georgek_1</dc:creator>
    <dc:date>2024-04-25T09:02:20Z</dc:date>
    <item>
      <title>How to move storage from MCSG-RAC to LVM mirror Should I just do it like this?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-move-storage-from-mcsg-rac-to-lvm-mirror-should-i-just-do/m-p/7211924#M948814</link>
      <description>&lt;P&gt;&lt;SPAN&gt;If the MCSG-RAC Rawdevice Volume Group is vg01&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to change PV of vg01 to another storage, so I'm working on it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;New Storage: Newdisk#1, #2, #3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Old Storage: Old disk#1, #2, #3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;Node#1&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Add Newdisk #1, #2, and #3 (PV) to VG01 while online.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#lvextend -m 1 /dev/vg01/(raw device) /dev/disk/Newdisk#1 /dev/disk/Newdisk#2 /dev/disk/Newdisk#3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When the mirror is complete.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;Node#2&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Node#2 Service Down on Oracle RAC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#cmhaltnode Node#2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;Node#1&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#lvreduce -m 0 /dev/vg01/(raw device) /dev/disk/Olddisk#1 /dev/disk/Olddisk#2 /dev/disk/Olddisk#3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#vgreduce /dev/vg01 /dev/disk/Olddisk#1 /dev/disk/Olddisk#2 /dev/disk/Olddisk#3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#vgexport -v -p -s -m /tmp/vg01.map /dev/vg01&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Move the /tmp/vg01.map file to Node#2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;Node#2&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#vgexport /dev/vg01&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#mkdir /dev/vg01&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#mknod /dev/vg01/group c 64 0x010000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#vgimport -v -s -N -m /tmp/vg01.map /dev/vg01&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#chown oracle:dba /dev/vg01/r*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#vgchange -a s /dev/vg01&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#cmrunnode&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Node#2 Service Startup on Oracle RAC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a problem with the above procedure?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 08:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-move-storage-from-mcsg-rac-to-lvm-mirror-should-i-just-do/m-p/7211924#M948814</guid>
      <dc:creator>zero1022</dc:creator>
      <dc:date>2024-04-29T08:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to move storage from MCSG-RAC to LVM mirror Should I just do it like this?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-move-storage-from-mcsg-rac-to-lvm-mirror-should-i-just-do/m-p/7213194#M948822</link>
      <description>&lt;P dir="auto" style="margin: 0;"&gt;Hello zero1022,&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;It seems you have the vg activated in shared mode (running multinode package), if that's the case , then you wont be able to perform lvextend while the active in shared mode .&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;//from # man lvextend&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;&amp;nbsp; &amp;nbsp; Shared Volume Group Considerations&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; For volume group version 1.0 and 2.0, lvextend cannot be used if the&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; volume group is activated in shared mode. &amp;nbsp;For volume groups version&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 2.1 (or higher), lvextend can be performed when activated in either&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; shared, exclusive, or standalone mode.&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;Please check the vg version and proceed .&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;If vg version 2.1 or higher, you may proceed with activity online , no need to halt the package .&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;Else , plan the downtime , halt the package and activate the vg in normal node perform lvextend,lvreduce,vgreduce export &amp;amp; import as you mentioned .&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;I work for HPE/ I am an HPE Employee (HPE Community)&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 09:02:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-move-storage-from-mcsg-rac-to-lvm-mirror-should-i-just-do/m-p/7213194#M948822</guid>
      <dc:creator>georgek_1</dc:creator>
      <dc:date>2024-04-25T09:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to move storage from MCSG-RAC to LVM mirror Should I just do it like this?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-move-storage-from-mcsg-rac-to-lvm-mirror-should-i-just-do/m-p/7213447#M948829</link>
      <description>&lt;P&gt;&lt;SPAN&gt;That's the part I missed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks to this, I was able to prepare well for the work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 00:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-move-storage-from-mcsg-rac-to-lvm-mirror-should-i-just-do/m-p/7213447#M948829</guid>
      <dc:creator>zero1022</dc:creator>
      <dc:date>2024-04-29T00:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to move storage from MCSG-RAC to LVM mirror Should I just do it like this?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-move-storage-from-mcsg-rac-to-lvm-mirror-should-i-just-do/m-p/7213474#M948830</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2104315"&gt;@zero1022&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;That's Excellent!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are extremely glad to know the problem has been resolved.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 06:08:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-move-storage-from-mcsg-rac-to-lvm-mirror-should-i-just-do/m-p/7213474#M948830</guid>
      <dc:creator>Sunitha_Mod</dc:creator>
      <dc:date>2024-04-29T06:08:58Z</dc:date>
    </item>
  </channel>
</rss>

