<?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 lvcreate problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806139#M83061</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;here's my script:&lt;BR /&gt;&lt;BR /&gt;for i in 191 192 193 194 195 196 197 198 199 200&lt;BR /&gt;do&lt;BR /&gt;lvcreate -n lv_ict_2048_raw_$i -L 2048 -i 4 -I 64 /dev/vg_ict_raw&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;I see:&lt;BR /&gt;&lt;BR /&gt;lvcreate: Unable to generate a name for the logical volume.&lt;BR /&gt;Invalid argument&lt;BR /&gt;lvcreate: Unable to generate a name for the logical volume.&lt;BR /&gt;Invalid argument&lt;BR /&gt;lvcreate: Unable to generate a name for the logical volume.&lt;BR /&gt;Invalid argument&lt;BR /&gt;lvcreate: Unable to generate a name for the logical volume.&lt;BR /&gt;Invalid argument&lt;BR /&gt;lvcreate: Unable to generate a name for the logical volume.&lt;BR /&gt;Invalid argument&lt;BR /&gt;lvcreate: Unable to generate a name for the logical volume.&lt;BR /&gt;Invalid argument&lt;BR /&gt;lvcreate: Unable to generate a name for the logical volume.&lt;BR /&gt;Invalid argument&lt;BR /&gt;lvcreate: Unable to generate a name for the logical volume.&lt;BR /&gt;Invalid argument&lt;BR /&gt;lvcreate: Unable to generate a name for the logical volume.&lt;BR /&gt;Invalid argument&lt;BR /&gt;lvcreate: Unable to generate a name for the logical volume.&lt;BR /&gt;Invalid argument&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea ?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot</description>
    <pubDate>Fri, 13 Sep 2002 16:41:32 GMT</pubDate>
    <dc:creator>Dario_4</dc:creator>
    <dc:date>2002-09-13T16:41:32Z</dc:date>
    <item>
      <title>lvcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806139#M83061</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;here's my script:&lt;BR /&gt;&lt;BR /&gt;for i in 191 192 193 194 195 196 197 198 199 200&lt;BR /&gt;do&lt;BR /&gt;lvcreate -n lv_ict_2048_raw_$i -L 2048 -i 4 -I 64 /dev/vg_ict_raw&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;I see:&lt;BR /&gt;&lt;BR /&gt;lvcreate: Unable to generate a name for the logical volume.&lt;BR /&gt;Invalid argument&lt;BR /&gt;lvcreate: Unable to generate a name for the logical volume.&lt;BR /&gt;Invalid argument&lt;BR /&gt;lvcreate: Unable to generate a name for the logical volume.&lt;BR /&gt;Invalid argument&lt;BR /&gt;lvcreate: Unable to generate a name for the logical volume.&lt;BR /&gt;Invalid argument&lt;BR /&gt;lvcreate: Unable to generate a name for the logical volume.&lt;BR /&gt;Invalid argument&lt;BR /&gt;lvcreate: Unable to generate a name for the logical volume.&lt;BR /&gt;Invalid argument&lt;BR /&gt;lvcreate: Unable to generate a name for the logical volume.&lt;BR /&gt;Invalid argument&lt;BR /&gt;lvcreate: Unable to generate a name for the logical volume.&lt;BR /&gt;Invalid argument&lt;BR /&gt;lvcreate: Unable to generate a name for the logical volume.&lt;BR /&gt;Invalid argument&lt;BR /&gt;lvcreate: Unable to generate a name for the logical volume.&lt;BR /&gt;Invalid argument&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea ?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot</description>
      <pubDate>Fri, 13 Sep 2002 16:41:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806139#M83061</guid>
      <dc:creator>Dario_4</dc:creator>
      <dc:date>2002-09-13T16:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806140#M83062</link>
      <description>Hi Dario:&lt;BR /&gt;&lt;BR /&gt;Try a shorter string for your logical volume names.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 13 Sep 2002 16:47:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806140#M83062</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-09-13T16:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806141#M83063</link>
      <description>I ran a short test and I could create a basic lvol with your arguments:&lt;BR /&gt;&lt;BR /&gt;1.  confirm you have 4 disks with space in the volume group&lt;BR /&gt;2.  change the sequence a bit:&lt;BR /&gt;&lt;BR /&gt;lvcreate -L xxxx -i x -I xx -n &lt;NAME&gt; /dev/vgxx&lt;/NAME&gt;</description>
      <pubDate>Fri, 13 Sep 2002 16:50:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806141#M83063</guid>
      <dc:creator>Ted Ellis_2</dc:creator>
      <dc:date>2002-09-13T16:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806142#M83064</link>
      <description>I can't ...&lt;BR /&gt;&lt;BR /&gt;But it's strange, because till lv_ict_2048_raw_191 it works fine...</description>
      <pubDate>Fri, 13 Sep 2002 16:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806142#M83064</guid>
      <dc:creator>Dario_4</dc:creator>
      <dc:date>2002-09-13T16:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806143#M83065</link>
      <description>The lvcreate syntax is correct. The only thing that I suspect is the LV name that your using. Though I do not know if it has a limit to it but it's very usual to name your LV like that .. "lv_ict_2048_raw_191" and so on. Try to just create the LV with a much simpler name or shorter name, like .. "lvraw191" for example.</description>
      <pubDate>Fri, 13 Sep 2002 16:52:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806143#M83065</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-09-13T16:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806144#M83066</link>
      <description>if you still get trouble.. test on a simpler string.. create the lvol without any striping using your script... for just one lvol so you don't have to back too many.  If you can create the lvol as described with no striping... you at least have something to now look at... there are some comments about using lvcreate if volume group is in shared mode (man pages)</description>
      <pubDate>Fri, 13 Sep 2002 16:54:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806144#M83066</guid>
      <dc:creator>Ted Ellis_2</dc:creator>
      <dc:date>2002-09-13T16:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806145#M83067</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm curious.  When you do a 'vgdisplay /dev/vg_ict_raw', what are the Max LV and Cur LV values?&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Sep 2002 16:55:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806145#M83067</guid>
      <dc:creator>IT Response</dc:creator>
      <dc:date>2002-09-13T16:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806146#M83068</link>
      <description>I try with your syntax:&lt;BR /&gt;&lt;BR /&gt;lvcreate -L 2048 -i 4 -I 64 -n lv_ict_2048_raw_191 /dev/vg_ict_raw&lt;BR /&gt;&lt;BR /&gt;but same result...</description>
      <pubDate>Fri, 13 Sep 2002 16:56:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806146#M83068</guid>
      <dc:creator>Dario_4</dc:creator>
      <dc:date>2002-09-13T16:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806147#M83069</link>
      <description>I have many.. many lvol names with strings much longer than yours... of course we are running 11.0 and 11i...&lt;BR /&gt;&lt;BR /&gt;try and enclose {} around the i... ${i}.. assuming that you are still trying to make this work and you need the lvols named the way you specified at the top</description>
      <pubDate>Fri, 13 Sep 2002 16:57:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806147#M83069</guid>
      <dc:creator>Ted Ellis_2</dc:creator>
      <dc:date>2002-09-13T16:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806148#M83070</link>
      <description>Max LV                      255&lt;BR /&gt;Cur LV                      255&lt;BR /&gt; &lt;BR /&gt;Argh!! may be the problem is that.. how to solve it ?</description>
      <pubDate>Fri, 13 Sep 2002 17:04:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806148#M83070</guid>
      <dc:creator>Dario_4</dc:creator>
      <dc:date>2002-09-13T17:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806149#M83071</link>
      <description>Oops. You can't have more than 255 LVs in a VG.  Time to create another VG.&lt;BR /&gt;&lt;BR /&gt;By the way, that post from the RC ENGINEER was really me.  Something really freaky happened when I logged in and posted a response on this thread.  I got logged in as myself now, but that was scary.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Sep 2002 17:07:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806149#M83071</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-09-13T17:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806150#M83072</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;John P (a.k.a. "the engineer") nailed it.  If you have 255 logical volumes in a volume group you are at a limit.  You simply cannot create anymore within the volume group!&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 13 Sep 2002 17:12:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-problem/m-p/2806150#M83072</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-09-13T17:12:00Z</dc:date>
    </item>
  </channel>
</rss>

