<?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: extend Virtual Disk on HPUX in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/extend-virtual-disk-on-hpux/m-p/4351891#M30028</link>
    <description>Check the pvchange command&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9106-90008/pvchange.1M.html" target="_blank"&gt;http://docs.hp.com/en/B9106-90008/pvchange.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Allow the allocation of additional physical extents to a physical volume: &lt;BR /&gt;&lt;BR /&gt;pvchange -x y /dev/dsk/c0t0d0 &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 04 Feb 2009 22:17:37 GMT</pubDate>
    <dc:creator>Víctor Cespón</dc:creator>
    <dc:date>2009-02-04T22:17:37Z</dc:date>
    <item>
      <title>extend Virtual Disk on HPUX</title>
      <link>https://community.hpe.com/t5/disk-enclosures/extend-virtual-disk-on-hpux/m-p/4351890#M30027</link>
      <description>We have EVA4400 presentting virtual disks to a server running HP-UX itanium B.11.23 U ia64.&lt;BR /&gt;Is it possible to extend a virtual disk already used on the HP-UX system?</description>
      <pubDate>Wed, 04 Feb 2009 19:27:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/extend-virtual-disk-on-hpux/m-p/4351890#M30027</guid>
      <dc:creator>Ancelmo Rodriguez Parra</dc:creator>
      <dc:date>2009-02-04T19:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: extend Virtual Disk on HPUX</title>
      <link>https://community.hpe.com/t5/disk-enclosures/extend-virtual-disk-on-hpux/m-p/4351891#M30028</link>
      <description>Check the pvchange command&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9106-90008/pvchange.1M.html" target="_blank"&gt;http://docs.hp.com/en/B9106-90008/pvchange.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Allow the allocation of additional physical extents to a physical volume: &lt;BR /&gt;&lt;BR /&gt;pvchange -x y /dev/dsk/c0t0d0 &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Feb 2009 22:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/extend-virtual-disk-on-hpux/m-p/4351891#M30028</guid>
      <dc:creator>Víctor Cespón</dc:creator>
      <dc:date>2009-02-04T22:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: extend Virtual Disk on HPUX</title>
      <link>https://community.hpe.com/t5/disk-enclosures/extend-virtual-disk-on-hpux/m-p/4351892#M30029</link>
      <description>works, now the system sees the modified size (20G), but the logical volume still sees the original(10G). Trying to extend the logical volume is not possible because still sees the 10GB disk</description>
      <pubDate>Thu, 05 Feb 2009 02:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/extend-virtual-disk-on-hpux/m-p/4351892#M30029</guid>
      <dc:creator>Ancelmo Rodriguez Parra</dc:creator>
      <dc:date>2009-02-05T02:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: extend Virtual Disk on HPUX</title>
      <link>https://community.hpe.com/t5/disk-enclosures/extend-virtual-disk-on-hpux/m-p/4351893#M30030</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;That's correct!&lt;BR /&gt;&lt;BR /&gt;Although the OS can see new new disk's size, you still can not extend the Logical Volume.&lt;BR /&gt;With EVA, if you want to extend a VG, there are two ways:&lt;BR /&gt;1. Create more new Vdisk, then extend it to the VA.&lt;BR /&gt;2. Resize the Vdisk.&lt;BR /&gt;&lt;BR /&gt;But in both case, the OS can not automatic extend when you extend the LV.&lt;BR /&gt;In this case, you have re-create the LV.&lt;BR /&gt;Then you can use the new size (20GB).&lt;BR /&gt;You have to backup all data and after re-create the LV, just restore.&lt;BR /&gt;&lt;BR /&gt;In another way, if you don't want to re-create the LV, just create one more Vdisk with 10GB then add to the VG, then you can extend the current LV to the new disk.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Cong,</description>
      <pubDate>Thu, 05 Feb 2009 05:51:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/extend-virtual-disk-on-hpux/m-p/4351893#M30030</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2009-02-05T05:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: extend Virtual Disk on HPUX</title>
      <link>https://community.hpe.com/t5/disk-enclosures/extend-virtual-disk-on-hpux/m-p/4351894#M30031</link>
      <description>If your HP-UX 11.23 patchlevel is current you should have the command vgmodify available.&lt;BR /&gt;But the increase is only possible if the volume group is offline.&lt;BR /&gt;Do "vgchange -a n" and "vgmodify" to get the new extents into the LVM configuration.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Armin&lt;BR /&gt;&lt;BR /&gt;PS: Assign points if you find answers useful!&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2009 12:42:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/extend-virtual-disk-on-hpux/m-p/4351894#M30031</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2009-02-05T12:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: extend Virtual Disk on HPUX</title>
      <link>https://community.hpe.com/t5/disk-enclosures/extend-virtual-disk-on-hpux/m-p/4351895#M30032</link>
      <description>Yes, it possible to extend the VG and then you need to extend the LV manually&lt;BR /&gt;&lt;BR /&gt;Please refer to the below doc&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/vgmodify/vgmodify_wp_modified_final.pdf" target="_blank"&gt;http://docs.hp.com/en/vgmodify/vgmodify_wp_modified_final.pdf&lt;/A&gt;</description>
      <pubDate>Thu, 05 Feb 2009 18:11:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/extend-virtual-disk-on-hpux/m-p/4351895#M30032</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-02-05T18:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: extend Virtual Disk on HPUX</title>
      <link>https://community.hpe.com/t5/disk-enclosures/extend-virtual-disk-on-hpux/m-p/4351896#M30033</link>
      <description>&lt;!--!*#--&gt;"vgchange -a n" works, but:&lt;BR /&gt;# vgmodify&lt;BR /&gt;sh: vgmodify:  not found.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2009 20:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/extend-virtual-disk-on-hpux/m-p/4351896#M30033</guid>
      <dc:creator>Ancelmo Rodriguez Parra</dc:creator>
      <dc:date>2009-02-05T20:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: extend Virtual Disk on HPUX</title>
      <link>https://community.hpe.com/t5/disk-enclosures/extend-virtual-disk-on-hpux/m-p/4351897#M30034</link>
      <description>Please read the mentioned document. You'll find that you need to install PHCO_35524.&lt;BR /&gt;Your HP-UX system seems to run with a pretty old patchlevel. You should urgently consider installing a current patchelevel!&lt;BR /&gt;&lt;BR /&gt;Armin&lt;BR /&gt;&lt;BR /&gt;PS: Assign points if you find answers useful!&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Feb 2009 09:50:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/extend-virtual-disk-on-hpux/m-p/4351897#M30034</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2009-02-06T09:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: extend Virtual Disk on HPUX</title>
      <link>https://community.hpe.com/t5/disk-enclosures/extend-virtual-disk-on-hpux/m-p/4351898#M30035</link>
      <description>I am installing the last patch level</description>
      <pubDate>Fri, 06 Feb 2009 18:08:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/extend-virtual-disk-on-hpux/m-p/4351898#M30035</guid>
      <dc:creator>Ancelmo Rodriguez Parra</dc:creator>
      <dc:date>2009-02-06T18:08:25Z</dc:date>
    </item>
  </channel>
</rss>

