<?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: create logical volume in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/create-logical-volume/m-p/5399687#M535935</link>
    <description>You need to create the vg01 on a new disk/LUN first. Once you have the VG, you can create a LVOL.</description>
    <pubDate>Thu, 24 Nov 2011 11:47:43 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2011-11-24T11:47:43Z</dc:date>
    <item>
      <title>create logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-logical-volume/m-p/5399505#M535934</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to create&amp;nbsp; lv&lt;/P&gt;&lt;P&gt;# lvcreate -L 12 /dev/vg01/data&lt;/P&gt;&lt;P&gt;I receive the following message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;lvcreate: Volume group "/dev/vg01/data" does not exist in the "/etc/lvmtab" file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What should I do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HP-UX, B.11.11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yali&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2011 08:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-logical-volume/m-p/5399505#M535934</guid>
      <dc:creator>Yaroki</dc:creator>
      <dc:date>2011-11-24T08:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: create logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-logical-volume/m-p/5399687#M535935</link>
      <description>You need to create the vg01 on a new disk/LUN first. Once you have the VG, you can create a LVOL.</description>
      <pubDate>Thu, 24 Nov 2011 11:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-logical-volume/m-p/5399687#M535935</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-11-24T11:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: create logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-logical-volume/m-p/5399761#M535936</link>
      <description>&lt;P&gt;You used a wrong syntax.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to create a 12 MB LV named /dev/vg01/data to a VG named vg01 that already exists, the correct syntax would be:&lt;/P&gt;&lt;PRE&gt;lvcreate -L 12 -n data /dev/vg01&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With your original syntax, the command would have tried to create a new LV with a default name (i.e. "lvol1" if there are no other LVs) to a VG named /dev/vg01/data. So the full name of the proposed LV would have been something like /dev/vg01/data/lvol1... but since /dev/vg01/data is not a valid VG name, the command told you such a VG does not exist.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2011 12:54:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-logical-volume/m-p/5399761#M535936</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-11-24T12:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: create logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-logical-volume/m-p/5399803#M535937</link>
      <description>&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2011 13:28:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-logical-volume/m-p/5399803#M535937</guid>
      <dc:creator>Yaroki</dc:creator>
      <dc:date>2011-11-24T13:28:12Z</dc:date>
    </item>
  </channel>
</rss>

