<?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: Adding a disk to an existing volume group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-disk-to-an-existing-volume-group/m-p/4148378#M691710</link>
    <description>&lt;BR /&gt;  Hi Antonio,&lt;BR /&gt;&lt;BR /&gt;  You don't need to stop package to vgextend a clustered volume. Simply vgextend with your new disk (of course, beware max PE per PV etc...), and then vgexport in PREVIEW mode (-p) your VG, and then vgexport and vgimport on inactive node.&lt;BR /&gt;&lt;BR /&gt;  On active node: &lt;BR /&gt;  vgexport -p -v -s -m VG.map VG&lt;BR /&gt;&lt;BR /&gt;  rcp VG.map file to inactive node.&lt;BR /&gt;&lt;BR /&gt;  On inactive node:&lt;BR /&gt;  vgexport VG&lt;BR /&gt;  mkdir /dev/VG&lt;BR /&gt;  mknod /dev/VG c 64 0x??0000 (??-&amp;gt;the same number it had before vgexport)&lt;BR /&gt;  vgimport -v -s -m VG.map VG&lt;BR /&gt;  &lt;BR /&gt;  It would be wise to vgcfgbackup your newly created VG.&lt;BR /&gt;&lt;BR /&gt;  Hope it helps.</description>
    <pubDate>Fri, 22 Feb 2008 08:18:17 GMT</pubDate>
    <dc:creator>Carlos M.J.</dc:creator>
    <dc:date>2008-02-22T08:18:17Z</dc:date>
    <item>
      <title>Adding a disk to an existing volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-disk-to-an-existing-volume-group/m-p/4148372#M691704</link>
      <description>Hi;&lt;BR /&gt;A simple question ( I expect :-) )&lt;BR /&gt;I have to add a disk to an existing volume group which it has an Informix database that i have to make big. &lt;BR /&gt;I have read several post and the relatives documents but Ii have a doubt.&lt;BR /&gt;To do  the vgextend, it's necessary to halt the package in which is defined the volume group or simply I do the command and after I modify the logical volumes and I make the vgexport -s -m so I can export the strcture to the other node that I have in my cluster ????&lt;BR /&gt;&lt;BR /&gt;Thanks a lot, &lt;BR /&gt;</description>
      <pubDate>Thu, 21 Feb 2008 11:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-disk-to-an-existing-volume-group/m-p/4148372#M691704</guid>
      <dc:creator>Antonio Prast</dc:creator>
      <dc:date>2008-02-21T11:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a disk to an existing volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-disk-to-an-existing-volume-group/m-p/4148373#M691705</link>
      <description>Antonio,&lt;BR /&gt;&lt;BR /&gt;You can do the vgextend online, no problem.&lt;BR /&gt;&lt;BR /&gt;However remember on your vgexport command to include a '-p' for preview, as you don't actually want to export the volume group.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Thu, 21 Feb 2008 11:49:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-disk-to-an-existing-volume-group/m-p/4148373#M691705</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-02-21T11:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a disk to an existing volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-disk-to-an-existing-volume-group/m-p/4148374#M691706</link>
      <description>Hi  Antonio,&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;that i have to make big&lt;BR /&gt;--&lt;BR /&gt;&lt;BR /&gt;How big? Larger then the max_pe per pv?&lt;BR /&gt;&lt;BR /&gt;Could you post the output of the vgdisplay -v vgxx command and the size of you disk/lun you would like to add?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 21 Feb 2008 11:52:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-disk-to-an-existing-volume-group/m-p/4148374#M691706</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2008-02-21T11:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a disk to an existing volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-disk-to-an-existing-volume-group/m-p/4148375#M691707</link>
      <description>Thanks,&lt;BR /&gt;I have just calculated the size and it doesn't pass the limit max_pe.&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Feb 2008 12:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-disk-to-an-existing-volume-group/m-p/4148375#M691707</guid>
      <dc:creator>Antonio Prast</dc:creator>
      <dc:date>2008-02-21T12:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a disk to an existing volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-disk-to-an-existing-volume-group/m-p/4148376#M691708</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I recommend a full backup before doing this work.&lt;BR /&gt;&lt;BR /&gt;Note that if your PE size needs to be changed, the volume group needs to be redone from vgcreate command from scratch. Changing these aspects of volume group structure is not possible.&lt;BR /&gt;&lt;BR /&gt;Plan a big enough window to handle this possible problem.&lt;BR /&gt;&lt;BR /&gt;-s PE size&lt;BR /&gt;-p physical volume limit&lt;BR /&gt;&lt;BR /&gt;These to vgcreate parameters let you control overall capacity. -p defaults to 255 and if you set that lower, your ability to access more space on a very large disk improves.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 21 Feb 2008 12:27:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-disk-to-an-existing-volume-group/m-p/4148376#M691708</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-02-21T12:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a disk to an existing volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-disk-to-an-existing-volume-group/m-p/4148377#M691709</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;You will not be able to add this disk/lun online. If you are running 11.23 or 11.31 you could have a look at the vgmodify command, there is even un unsupported version of this command for 11.11.&lt;BR /&gt;&lt;BR /&gt;Have a look at vgmodify document.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1201316" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1201316&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 21 Feb 2008 12:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-disk-to-an-existing-volume-group/m-p/4148377#M691709</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2008-02-21T12:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a disk to an existing volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-disk-to-an-existing-volume-group/m-p/4148378#M691710</link>
      <description>&lt;BR /&gt;  Hi Antonio,&lt;BR /&gt;&lt;BR /&gt;  You don't need to stop package to vgextend a clustered volume. Simply vgextend with your new disk (of course, beware max PE per PV etc...), and then vgexport in PREVIEW mode (-p) your VG, and then vgexport and vgimport on inactive node.&lt;BR /&gt;&lt;BR /&gt;  On active node: &lt;BR /&gt;  vgexport -p -v -s -m VG.map VG&lt;BR /&gt;&lt;BR /&gt;  rcp VG.map file to inactive node.&lt;BR /&gt;&lt;BR /&gt;  On inactive node:&lt;BR /&gt;  vgexport VG&lt;BR /&gt;  mkdir /dev/VG&lt;BR /&gt;  mknod /dev/VG c 64 0x??0000 (??-&amp;gt;the same number it had before vgexport)&lt;BR /&gt;  vgimport -v -s -m VG.map VG&lt;BR /&gt;  &lt;BR /&gt;  It would be wise to vgcfgbackup your newly created VG.&lt;BR /&gt;&lt;BR /&gt;  Hope it helps.</description>
      <pubDate>Fri, 22 Feb 2008 08:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-disk-to-an-existing-volume-group/m-p/4148378#M691710</guid>
      <dc:creator>Carlos M.J.</dc:creator>
      <dc:date>2008-02-22T08:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a disk to an existing volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-disk-to-an-existing-volume-group/m-p/4148379#M691711</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If i look at the problem from LVM angle it is very simple and straight forward, no need of vgmodify and all.&lt;BR /&gt;&lt;BR /&gt;You don't have to deactivate the volume group in all nodes. But you to deactivate the VG in all nodes but one.&lt;BR /&gt;In that one node you can keep your applications active.&lt;BR /&gt;&lt;BR /&gt;I am assuming that your VG is activated in Shared mode.&lt;BR /&gt;Then run vgchange -a e -x &lt;VG&gt; to bring the VG to exclusive mode.&lt;BR /&gt;Then run &lt;BR /&gt;vgextend &lt;VG&gt; &lt;PV&gt;&lt;BR /&gt;lvextend -l &lt;SIZE&gt; /dev/&lt;VG&gt;/&lt;LV&gt;&lt;BR /&gt;vgchange -a s -x &lt;VG&gt;&lt;BR /&gt;vgexport -m /tmp/map -s -p &lt;VG&gt;&lt;BR /&gt;rcp /tmp/map to all other nodes.&lt;BR /&gt;&lt;BR /&gt;in all other nodes run the following commands.&lt;BR /&gt;&lt;BR /&gt;vgimport -m /tmp/map -s &lt;VG&gt;&lt;BR /&gt;vgchange -a s &lt;VG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/VG&gt;&lt;/VG&gt;&lt;/VG&gt;&lt;/VG&gt;&lt;/LV&gt;&lt;/VG&gt;&lt;/SIZE&gt;&lt;/PV&gt;&lt;/VG&gt;&lt;/VG&gt;</description>
      <pubDate>Sat, 01 Mar 2008 04:55:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-disk-to-an-existing-volume-group/m-p/4148379#M691711</guid>
      <dc:creator>psreedhar</dc:creator>
      <dc:date>2008-03-01T04:55:19Z</dc:date>
    </item>
  </channel>
</rss>

