<?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: lv problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-problems/m-p/2447312#M9796</link>
    <description>The error is connected to the fact that you have set the number of disks to stripe across to 3 ( -i 3) and the space is not sufficient to create a 36 GBs Lv . Insert -i 5 or decrease the size of lv (at most &lt;BR /&gt;it should be 2*4*3=24 GBs)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Federico</description>
    <pubDate>Fri, 22 Sep 2000 13:32:52 GMT</pubDate>
    <dc:creator>federico_3</dc:creator>
    <dc:date>2000-09-22T13:32:52Z</dc:date>
    <item>
      <title>lv problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-problems/m-p/2447307#M9791</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Having trouble with an lv&lt;BR /&gt;&lt;BR /&gt;please see attachment&lt;BR /&gt;&lt;BR /&gt;can anyone see why ??&lt;BR /&gt;&lt;BR /&gt;keith</description>
      <pubDate>Fri, 22 Sep 2000 13:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-problems/m-p/2447307#M9791</guid>
      <dc:creator>Keith Floyd</dc:creator>
      <dc:date>2000-09-22T13:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: lv problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-problems/m-p/2447308#M9792</link>
      <description>Keith see you other thread :-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com:80/cm/QuestionAnswer/1,1150,0x86f16c96588ad4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com:80/cm/QuestionAnswer/1,1150,0x86f16c96588ad4118fef0090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Fri, 22 Sep 2000 13:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-problems/m-p/2447308#M9792</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-09-22T13:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: lv problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-problems/m-p/2447309#M9793</link>
      <description>Keith:&lt;BR /&gt;&lt;BR /&gt;This appears to be the same as your post a few minutes ago -- answers are in that one.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x86f16c96588ad4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x86f16c96588ad4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 22 Sep 2000 13:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-problems/m-p/2447309#M9793</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-22T13:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: lv problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-problems/m-p/2447310#M9794</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;within your lvcreate you only&lt;BR /&gt;define three devices (-i 3).&lt;BR /&gt;That would give: &lt;BR /&gt;2115*4*3=25380 MB &lt;BR /&gt;But in your lvextend you want&lt;BR /&gt;36864 MB over five devices. &lt;BR /&gt;You have to recreate&lt;BR /&gt;the log. volume  with: &lt;BR /&gt;lvcreate -i 5 -I 32 /dev/vg04 &lt;BR /&gt;Then lvextend works.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 22 Sep 2000 13:29:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-problems/m-p/2447310#M9794</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-09-22T13:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: lv problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-problems/m-p/2447311#M9795</link>
      <description>You don't have enough space to create a 36864 MB logical volume.  Reduce the size of the lv.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Sep 2000 13:32:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-problems/m-p/2447311#M9795</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2000-09-22T13:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: lv problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-problems/m-p/2447312#M9796</link>
      <description>The error is connected to the fact that you have set the number of disks to stripe across to 3 ( -i 3) and the space is not sufficient to create a 36 GBs Lv . Insert -i 5 or decrease the size of lv (at most &lt;BR /&gt;it should be 2*4*3=24 GBs)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Federico</description>
      <pubDate>Fri, 22 Sep 2000 13:32:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-problems/m-p/2447312#M9796</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2000-09-22T13:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: lv problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-problems/m-p/2447313#M9797</link>
      <description>Thanks all&lt;BR /&gt;&lt;BR /&gt;I'm having grief with my browser today - hence the multiple posts  and missing the obvious 3 instead of 5 for the stripe???&lt;BR /&gt;You would not believe hour many minuetes/hours I have stared at this.&lt;BR /&gt;&lt;BR /&gt;Appologies to all....&lt;BR /&gt;&lt;BR /&gt;I'll sort the points out a little later..&lt;BR /&gt;&lt;BR /&gt;Many Thanks&lt;BR /&gt;&lt;BR /&gt;Keith</description>
      <pubDate>Fri, 22 Sep 2000 13:43:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-problems/m-p/2447313#M9797</guid>
      <dc:creator>Keith Floyd</dc:creator>
      <dc:date>2000-09-22T13:43:31Z</dc:date>
    </item>
  </channel>
</rss>

