<?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: volume group creation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-creation/m-p/2447298#M9784</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;within your lvcreate you only define three devices (-i 3). That would give:&lt;BR /&gt;2115*4*3=25380 MB&lt;BR /&gt;But in your lvextend you want 36864 MB over five devices.&lt;BR /&gt;Think you have to recreate vg04 with:&lt;BR /&gt;lvcreate -i 5 -I 32 /dev/vg04&lt;BR /&gt;Then lvextend should work.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Fri, 22 Sep 2000 13:12:52 GMT</pubDate>
    <dc:creator>Andreas Voss</dc:creator>
    <dc:date>2000-09-22T13:12:52Z</dc:date>
    <item>
      <title>volume group creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-creation/m-p/2447297#M9783</link>
      <description>Hi&lt;BR /&gt;Problems with creating a lv&lt;BR /&gt;&lt;BR /&gt;I have attatched the file &lt;BR /&gt;&lt;BR /&gt;It seems to be size related - yet there is enough free space&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Keith&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Sep 2000 13:03:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-creation/m-p/2447297#M9783</guid>
      <dc:creator>Keith Floyd</dc:creator>
      <dc:date>2000-09-22T13:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: volume group creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-creation/m-p/2447298#M9784</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;within your lvcreate you only define three devices (-i 3). That would give:&lt;BR /&gt;2115*4*3=25380 MB&lt;BR /&gt;But in your lvextend you want 36864 MB over five devices.&lt;BR /&gt;Think you have to recreate vg04 with:&lt;BR /&gt;lvcreate -i 5 -I 32 /dev/vg04&lt;BR /&gt;Then lvextend should work.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 22 Sep 2000 13:12:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-creation/m-p/2447298#M9784</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-09-22T13:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: volume group creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-creation/m-p/2447299#M9785</link>
      <description>The option -L of lvextend specifies the MBs. You are creating a 36 GBs logical volume. &lt;BR /&gt;It seems not to me that you have sufficient space!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Federico</description>
      <pubDate>Fri, 22 Sep 2000 13:13:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-creation/m-p/2447299#M9785</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2000-09-22T13:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: volume group creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-creation/m-p/2447300#M9786</link>
      <description>It may be confused as you've given it -i 3 (strip across 3 disks), but then did the lvextend using 5 disks (not a multiple of 3)&lt;BR /&gt;&lt;BR /&gt;re-create the lvol with -i 5 and see if that helps.</description>
      <pubDate>Fri, 22 Sep 2000 13:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-creation/m-p/2447300#M9786</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-09-22T13:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: volume group creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-creation/m-p/2447301#M9787</link>
      <description>You've specified a stripe width of 3 disks (-i 3) and there is insufficient room on 3 disks to create your 36864Gb volume.&lt;BR /&gt;&lt;BR /&gt;If you changed your stripe width to 5 and used all the 5 disks in your VG then it will work.</description>
      <pubDate>Fri, 22 Sep 2000 13:15:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-creation/m-p/2447301#M9787</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-09-22T13:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: volume group creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-creation/m-p/2447302#M9788</link>
      <description>Sorry,&lt;BR /&gt;&lt;BR /&gt;you don't have to recreate the vg04 but the lvol1.</description>
      <pubDate>Fri, 22 Sep 2000 13:15:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-creation/m-p/2447302#M9788</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-09-22T13:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: volume group creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-creation/m-p/2447303#M9789</link>
      <description>Keith:&lt;BR /&gt;&lt;BR /&gt;I think the problem is in your stripe specification.  You asked for 3-disks in the strip, but your data will take over 36,000 MB of the 42,000 available in the 5-disks.  Try using "-i 5" in the lvcreate command.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 22 Sep 2000 13:18:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-creation/m-p/2447303#M9789</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-22T13:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: volume group creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-creation/m-p/2447304#M9790</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I had forgotten...&lt;BR /&gt;&lt;BR /&gt;-i 3 in lvcreate means that it should use 3 disks and the space is not sufficient ( 2*4*3 ~=24GB)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Federico</description>
      <pubDate>Fri, 22 Sep 2000 13:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-creation/m-p/2447304#M9790</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2000-09-22T13:18:17Z</dc:date>
    </item>
  </channel>
</rss>

