<?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 question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-question/m-p/3774750#M615477</link>
    <description>&lt;BR /&gt;I am trying to add another logical volume to the vg00 volume group and when I run the command, it gives me this error, why is that? &lt;BR /&gt;Do I need to explicitly name the new LV?&lt;BR /&gt;&lt;BR /&gt;# lvcreate -L 12500 /dev/vg00&lt;BR /&gt;lvcreate: Logical volume "/dev/vg00/lvol10" already exists.&lt;BR /&gt;# &lt;BR /&gt;</description>
    <pubDate>Thu, 20 Apr 2006 08:38:38 GMT</pubDate>
    <dc:creator>dictum9</dc:creator>
    <dc:date>2006-04-20T08:38:38Z</dc:date>
    <item>
      <title>lvcreate question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-question/m-p/3774750#M615477</link>
      <description>&lt;BR /&gt;I am trying to add another logical volume to the vg00 volume group and when I run the command, it gives me this error, why is that? &lt;BR /&gt;Do I need to explicitly name the new LV?&lt;BR /&gt;&lt;BR /&gt;# lvcreate -L 12500 /dev/vg00&lt;BR /&gt;lvcreate: Logical volume "/dev/vg00/lvol10" already exists.&lt;BR /&gt;# &lt;BR /&gt;</description>
      <pubDate>Thu, 20 Apr 2006 08:38:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-question/m-p/3774750#M615477</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-04-20T08:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-question/m-p/3774751#M615478</link>
      <description>Yes, it would help to use the '-n' option to name the LV.  For some reason, once you get 10 LV's, then lvcreate command has problems automatically generating new names.&lt;BR /&gt;&lt;BR /&gt;# lvcreate -L 12500 -n lvol11 /dev/vg00&lt;BR /&gt;&lt;BR /&gt;should work for you.</description>
      <pubDate>Thu, 20 Apr 2006 08:42:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-question/m-p/3774751#M615478</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-04-20T08:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-question/m-p/3774752#M615479</link>
      <description>Thanks, that worked -I was aware of the -n option, but was surprised about the 10 lvolvs limit.&lt;BR /&gt;&lt;BR /&gt;The other strange thing is, the man page does not give an example using -n option. Cryptic as usual. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Apr 2006 08:46:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-question/m-p/3774752#M615479</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-04-20T08:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-question/m-p/3774753#M615480</link>
      <description>Hey;&lt;BR /&gt;&lt;BR /&gt;No explanation, but 10 is also the default limit of the maxvgs kernel parm... I think I detect a pattern here....&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Thu, 20 Apr 2006 08:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-question/m-p/3774753#M615480</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2006-04-20T08:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-question/m-p/3774754#M615481</link>
      <description>You may need to see about installing the latest LVM cumulative patch.&lt;BR /&gt;&lt;BR /&gt;I just tried on a 11.0, 11.11 and 11.23 machine and I was able to create lvols above lvol10 without any problem.  &lt;BR /&gt;&lt;BR /&gt;I *DO* recall seeing this issue previously, but I got around it with the '-n'.  It may be that the problem was fixed in one of the recent patches.</description>
      <pubDate>Thu, 20 Apr 2006 08:53:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-question/m-p/3774754#M615481</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-04-20T08:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-question/m-p/3774755#M615482</link>
      <description># vgdisplay -v vg00|more&lt;BR /&gt;&lt;BR /&gt;Seek for "lvol10" and if exist, create another lvol. Sample,&lt;BR /&gt;&lt;BR /&gt;# lvcreate -n lvoletc vg00&lt;BR /&gt;# lvextend -L 12500 /dev/vg00/lvoletc&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvoletc&lt;BR /&gt;# newfs /dev/vg00/rlvoletc&lt;BR /&gt;&lt;BR /&gt;rgs</description>
      <pubDate>Fri, 21 Apr 2006 01:18:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-question/m-p/3774755#M615482</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2006-04-21T01:18:20Z</dc:date>
    </item>
  </channel>
</rss>

