<?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 lvextend on shared vg in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-shared-vg/m-p/2649333#M646676</link>
    <description>does anybody knows if, with the latest LVM versions&amp;amp;patches, is it possible to extend a logical volume on a shared vg.&lt;BR /&gt;The goal is to precreate a few lv??s with only one PE and when oracle OPS will need a new datafile I??ll extend the lv to the desired size and use it as a new datafile.&lt;BR /&gt;</description>
    <pubDate>Mon, 21 Jan 2002 17:05:57 GMT</pubDate>
    <dc:creator>Rui Marreiros</dc:creator>
    <dc:date>2002-01-21T17:05:57Z</dc:date>
    <item>
      <title>lvextend on shared vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-shared-vg/m-p/2649333#M646676</link>
      <description>does anybody knows if, with the latest LVM versions&amp;amp;patches, is it possible to extend a logical volume on a shared vg.&lt;BR /&gt;The goal is to precreate a few lv??s with only one PE and when oracle OPS will need a new datafile I??ll extend the lv to the desired size and use it as a new datafile.&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jan 2002 17:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-shared-vg/m-p/2649333#M646676</guid>
      <dc:creator>Rui Marreiros</dc:creator>
      <dc:date>2002-01-21T17:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend on shared vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-shared-vg/m-p/2649334#M646677</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Yes, this should work.  Assuming that the logical volume has been declared appropriately to the package control scripts, and that the volume group has been made known to all MC/ServiceGuard nodes, then when the logical volume is mounted, the new size will be deduced.  That is, you can 'lvextend' (and 'extendfs' or 'fsadm' appropriately the filesystem) on your primary node.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 21 Jan 2002 17:29:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-shared-vg/m-p/2649334#M646677</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-01-21T17:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend on shared vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-shared-vg/m-p/2649335#M646678</link>
      <description>let me clarify on what I pretend to do:&lt;BR /&gt;Oracle Parallel Server implies that I use raw-device data-files, i. e., the lv??s on the shared vg are not mounted. Oracle allows , as you problably know to write directly to the raw device files. But on the other hand if you want to create a new lv ( to use as a new data-file) all the nodes in the cluster must be aware of it so after the creation you need to export( in one) and then import the vg in all the other nodes, and to do this you must de-activacte the vg which implies down-time to the database.&lt;BR /&gt;If I could extend a lv in the shared vg will all the nodes be aware of it ? If not ,this will not work.&lt;BR /&gt;the procedure would be like this:&lt;BR /&gt;after creating the vg , some lv??s , with say 10 M each , and doing&lt;BR /&gt;vgchange -S y -c y /dev/vgops&lt;BR /&gt;vgchange -a s vgops&lt;BR /&gt;lvextend -L 1000 /dev/vgops/lvol1&lt;BR /&gt;&lt;BR /&gt;will I see this ?&lt;BR /&gt;node1 &amp;gt; lvdisplay /dev/vgops/lvol1&lt;BR /&gt;..&lt;BR /&gt;..&lt;BR /&gt;LV Size (MBytes)   1000 &lt;BR /&gt;..&lt;BR /&gt;..&lt;BR /&gt;node2 &amp;gt; lvdisplay /dev/vgops/lvol1&lt;BR /&gt;..&lt;BR /&gt;..&lt;BR /&gt;LV Size (MBytes)   1000 &lt;BR /&gt;..&lt;BR /&gt;..&lt;BR /&gt;???????&lt;BR /&gt;The thing is that I can??t try it since I??ve no &lt;BR /&gt;T&amp;amp;D cluster.&lt;BR /&gt;thanks in advance&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jan 2002 18:04:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-shared-vg/m-p/2649335#M646678</guid>
      <dc:creator>Rui Marreiros</dc:creator>
      <dc:date>2002-01-21T18:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend on shared vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-shared-vg/m-p/2649336#M646679</link>
      <description>There should be no problem doing this, as extending an LV just changes the LVM info for the LV size on the discs in the VG. As the VG gets activated on one of the nodes, this will enable the LVM code to read the sizes for each LV from the discs.&lt;BR /&gt;As you will already have created and shared the VG/LV's etc, ther eshoulde be no more to do.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Mon, 21 Jan 2002 18:11:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-shared-vg/m-p/2649336#M646679</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2002-01-21T18:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend on shared vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-shared-vg/m-p/2649337#M646680</link>
      <description>I??m only worried with this excert of the on-line hp-ux manual:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90691/00/00/4-con.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90691/00/00/4-con.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;lvextend cannot be performed if the volume group is activated in shared mode.&lt;BR /&gt;&lt;BR /&gt;Would the latest versions support it ?&lt;BR /&gt;&lt;BR /&gt;or at least will it work ?&lt;BR /&gt;&lt;BR /&gt;by the way I was not clear enough in the last message, obviously the vg -a y is performed in all the nodes inthe cluster&lt;BR /&gt;&lt;BR /&gt;thanks in advance</description>
      <pubDate>Mon, 21 Jan 2002 18:44:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-shared-vg/m-p/2649337#M646680</guid>
      <dc:creator>Rui Marreiros</dc:creator>
      <dc:date>2002-01-21T18:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend on shared vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-shared-vg/m-p/2649338#M646681</link>
      <description>Ah, missed th efact this was actually SG OPS Edition.&lt;BR /&gt;If this is the case and the VG's are activated in shared mode, vgchange -a s mode, then the simple answer is no, you cannot lvextend the lv's while the VG is activated.&lt;BR /&gt;sorry for the misunderstanding.</description>
      <pubDate>Mon, 21 Jan 2002 18:46:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-shared-vg/m-p/2649338#M646681</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2002-01-21T18:46:50Z</dc:date>
    </item>
  </channel>
</rss>

