<?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: Unable to create logical volume - command line in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-logical-volume-command-line/m-p/3045570#M135262</link>
    <description>Hi Jagadesh,&lt;BR /&gt;&lt;BR /&gt;#lvcreate -L test -n lvol3 /dev/vg00&lt;BR /&gt;&lt;BR /&gt;shout be &lt;BR /&gt;&lt;BR /&gt;#lvcreate -L 100 -n lvol3 /dev/vg00&lt;BR /&gt;&lt;BR /&gt;where 100 is the size in Megabytes.&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
    <pubDate>Sat, 09 Aug 2003 13:10:01 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2003-08-09T13:10:01Z</dc:date>
    <item>
      <title>Unable to create logical volume - command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-logical-volume-command-line/m-p/3045569#M135261</link>
      <description>When i try to create a logical volume "test" using command line&lt;BR /&gt;#lvcreate -L test -n lvol3 /dev/vg00&lt;BR /&gt;&lt;BR /&gt;where lvol3-logical volume name&lt;BR /&gt;  /dev/vg00-volume group        &lt;BR /&gt;iam getting the following error&lt;BR /&gt;"LogicalVolumeSize": Must be a number.&lt;BR /&gt;Kindly help me out.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Jagadesh</description>
      <pubDate>Sat, 09 Aug 2003 12:44:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-logical-volume-command-line/m-p/3045569#M135261</guid>
      <dc:creator>Jagadesh</dc:creator>
      <dc:date>2003-08-09T12:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create logical volume - command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-logical-volume-command-line/m-p/3045570#M135262</link>
      <description>Hi Jagadesh,&lt;BR /&gt;&lt;BR /&gt;#lvcreate -L test -n lvol3 /dev/vg00&lt;BR /&gt;&lt;BR /&gt;shout be &lt;BR /&gt;&lt;BR /&gt;#lvcreate -L 100 -n lvol3 /dev/vg00&lt;BR /&gt;&lt;BR /&gt;where 100 is the size in Megabytes.&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Sat, 09 Aug 2003 13:10:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-logical-volume-command-line/m-p/3045570#M135262</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-08-09T13:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create logical volume - command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-logical-volume-command-line/m-p/3045571#M135263</link>
      <description>To create a 100 meg lvol named test:&lt;BR /&gt;&lt;BR /&gt;lvcreate -L 100 -n test /dev/vg00&lt;BR /&gt;&lt;BR /&gt;The lvol3 in your command should not be there. The above command will create: /dev/vg00/test and /dev/vg00/rtest. If this lvol is to contain a filesystem, you'll need to create an empty directory structure using newfs as in:&lt;BR /&gt;&lt;BR /&gt;newfs /dev/vg00/rtest</description>
      <pubDate>Sat, 09 Aug 2003 13:26:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-logical-volume-command-line/m-p/3045571#M135263</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-08-09T13:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create logical volume - command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-logical-volume-command-line/m-p/3045572#M135264</link>
      <description>The L option should be defined as the size of Logical volume.&lt;BR /&gt;&lt;BR /&gt;check the man pages of lvcreate.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Sat, 09 Aug 2003 13:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-logical-volume-command-line/m-p/3045572#M135264</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-08-09T13:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create logical volume - command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-logical-volume-command-line/m-p/3045573#M135265</link>
      <description>Hi Jegadesh&lt;BR /&gt;&lt;BR /&gt;See this link for more information for LVM .&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.introcomp.co.uk/hpux/lvm_filesystem.html" target="_blank"&gt;http://www.introcomp.co.uk/hpux/lvm_filesystem.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bye&lt;BR /&gt;S.Muthu</description>
      <pubDate>Mon, 11 Aug 2003 03:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-logical-volume-command-line/m-p/3045573#M135265</guid>
      <dc:creator>muthamilan</dc:creator>
      <dc:date>2003-08-11T03:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create logical volume - command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-logical-volume-command-line/m-p/3045574#M135266</link>
      <description>Hi Jagadesh,&lt;BR /&gt;&lt;BR /&gt;These is syntex error in command.&lt;BR /&gt;You say logical volume "test: in first line and in command you given name lvol3.&lt;BR /&gt;if you want to create logical volume name test correct syntex is like this.&lt;BR /&gt;&lt;BR /&gt;#lvcreate -L &lt;LV size="" in="" mb=""&gt; -n test /dev/vg00&lt;BR /&gt;&lt;BR /&gt;-L option is for specifing Logical volume's size in MB.&lt;BR /&gt;&lt;BR /&gt;Sunil Sharma&lt;/LV&gt;</description>
      <pubDate>Mon, 11 Aug 2003 03:42:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-create-logical-volume-command-line/m-p/3045574#M135266</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2003-08-11T03:42:07Z</dc:date>
    </item>
  </channel>
</rss>

