<?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 vg00 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-vg00/m-p/5760571#M493501</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running the most recent version of the o/s March 2012 release. &amp;nbsp;Like I mentioned the o/s was install by HP services, the vg00 have been installed with version 1.0 instead of 2.2. &amp;nbsp;Since this is a boot drive, I can not use vgversion to increase the version to 2.2. &amp;nbsp;Is there a way even offline to use DLE with vg00?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Worst case, I will present new lun, but would like to stick with only 1 lun for vg00.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Fri, 10 Aug 2012 13:10:08 GMT</pubDate>
    <dc:creator>christian_derek</dc:creator>
    <dc:date>2012-08-10T13:10:08Z</dc:date>
    <item>
      <title>extend vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-vg00/m-p/5759631#M493498</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently running hpux 11iv3 on a bl890 attach to a P6000, I need to increase the vg00 since it was configure by HP a little short. &amp;nbsp;So, I did increase the lun on the P6000, thinking that I would be able to use vgmodify, but it was configured with version 1.0, how can I do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run vgmodify I get this error: &amp;nbsp;vgmodify: Error:Cannot use -a with a version 1.0 root volume group&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2012 22:30:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-vg00/m-p/5759631#M493498</guid>
      <dc:creator>christian_derek</dc:creator>
      <dc:date>2012-08-09T22:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: extend vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-vg00/m-p/5759727#M493499</link>
      <description>&lt;P&gt;Making a LUN bigger is a very new concept. It is far easier to simply create another LUN from your storage and just vgextend vg00 with the new LUN. The new LUN should be the same size or smaller than the first LUN. The steps are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-- allocate a new LUN and present it from your storage&lt;/P&gt;&lt;P&gt;-- ioscan -fCdisk (to find the new LUN)&lt;/P&gt;&lt;P&gt;-- insf -eCdisk (to create the new device files)&lt;/P&gt;&lt;P&gt;-- ls -lrt /dev/disk (to see the new device file name at the bottom with today's date)&lt;/P&gt;&lt;P&gt;-- diskinfo /dev/rdisk/disk...&amp;nbsp; (to verify functionality and see the size of the new LUN)&lt;/P&gt;&lt;P&gt;-- pvcreate /dev/disk/disk... (to prep the disk for use in LVM)&lt;/P&gt;&lt;P&gt;-- vgextend vg00 /dev/disk/disk... (to add the LUN to vg00)&lt;/P&gt;&lt;P&gt;-- vgextend vg00 (to see the new unused extents)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And you're ready to use the additional space.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2012 01:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-vg00/m-p/5759727#M493499</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2012-08-10T01:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: extend vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-vg00/m-p/5760055#M493500</link>
      <description>&lt;P&gt;"Online vgmodify is supported starting with the HP-UX 11i v3 September 2008 Update release."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is your OS core version?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2012 05:12:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-vg00/m-p/5760055#M493500</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2012-08-10T05:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: extend vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-vg00/m-p/5760571#M493501</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running the most recent version of the o/s March 2012 release. &amp;nbsp;Like I mentioned the o/s was install by HP services, the vg00 have been installed with version 1.0 instead of 2.2. &amp;nbsp;Since this is a boot drive, I can not use vgversion to increase the version to 2.2. &amp;nbsp;Is there a way even offline to use DLE with vg00?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Worst case, I will present new lun, but would like to stick with only 1 lun for vg00.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2012 13:10:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-vg00/m-p/5760571#M493501</guid>
      <dc:creator>christian_derek</dc:creator>
      <dc:date>2012-08-10T13:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: extend vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-vg00/m-p/5760593#M493502</link>
      <description>&amp;gt;&amp;gt; Since this is a boot drive, I can not use vgversion to increase the version to 2.2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How about LVM maintenance mode?</description>
      <pubDate>Fri, 10 Aug 2012 13:29:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-vg00/m-p/5760593#M493502</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2012-08-10T13:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: extend vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-vg00/m-p/5760597#M493503</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you give me some indication since I never did it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2012 13:31:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-vg00/m-p/5760597#M493503</guid>
      <dc:creator>christian_derek</dc:creator>
      <dc:date>2012-08-10T13:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: extend vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-vg00/m-p/5760605#M493504</link>
      <description>Sorry, it is not supported for boot volumes.&lt;BR /&gt;&lt;BR /&gt;Consider to do an ignite backup and restore to a version 2.2. VG.</description>
      <pubDate>Fri, 10 Aug 2012 13:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-vg00/m-p/5760605#M493504</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2012-08-10T13:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: extend vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-vg00/m-p/5760615#M493505</link>
      <description>What vgmodify command did you run?&lt;BR /&gt;&lt;BR /&gt;Something like&lt;BR /&gt;&lt;BR /&gt;# vgmodify -v –r –a –E vg0</description>
      <pubDate>Fri, 10 Aug 2012 13:54:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-vg00/m-p/5760615#M493505</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2012-08-10T13:54:53Z</dc:date>
    </item>
  </channel>
</rss>

