<?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: lvcreate error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/5071767#M601093</link>
    <description>The command "ls -l /dev/testvg" displays all the logical volumes including an incorrectly created logical volume.&lt;BR /&gt;&lt;BR /&gt;Then removed that problem logical volume "/dev/testvg/test5" with a command "rm -R /dev/testvg/data5" from the list.</description>
    <pubDate>Mon, 01 Oct 2007 14:29:04 GMT</pubDate>
    <dc:creator>Jun H. Lee</dc:creator>
    <dc:date>2007-10-01T14:29:04Z</dc:date>
    <item>
      <title>lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/5071760#M601086</link>
      <description>Dear experts,&lt;BR /&gt;&lt;BR /&gt;I have VA7110 on HP rp7410.  I was trying to create a new logical volume but having a little diffculty to create one.&lt;BR /&gt; &lt;BR /&gt;I am getting following lvcreate error:&lt;BR /&gt;lvcreate: The logical volume "/dev/testvg/data5" could not be created as s special file in the file-system: File exists&lt;BR /&gt;&lt;BR /&gt;Can anyone give me some idea how to fix the problem?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Jun Lee</description>
      <pubDate>Mon, 01 Oct 2007 13:10:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/5071760#M601086</guid>
      <dc:creator>Jun H. Lee</dc:creator>
      <dc:date>2007-10-01T13:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/5071761#M601087</link>
      <description>It seems to be telling you that you already have a file named /dev/testvg/data5 on your system. Do an ls -l /dev/testvg and post the results.</description>
      <pubDate>Mon, 01 Oct 2007 13:12:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/5071761#M601087</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-10-01T13:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/5071762#M601088</link>
      <description>What was your command line?&lt;BR /&gt;&lt;BR /&gt;Looks like you already have a LVOL named dev/testvg/data5.&lt;BR /&gt;&lt;BR /&gt;Try &lt;BR /&gt;lvdisplay -v /dev/testvg/data5&lt;BR /&gt;and&lt;BR /&gt;vgdisplay -v testvg</description>
      <pubDate>Mon, 01 Oct 2007 13:13:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/5071762#M601088</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-10-01T13:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/5071763#M601089</link>
      <description>Please provide all the commandline arguments you executed before this last lvcreate error.&lt;BR /&gt;&lt;BR /&gt;It will help determine where your error is located.&lt;BR /&gt;&lt;BR /&gt;history -20 at least depending on how much you typed after that error appeared.</description>
      <pubDate>Mon, 01 Oct 2007 13:28:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/5071763#M601089</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2007-10-01T13:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/5071764#M601090</link>
      <description>A. Clay,&lt;BR /&gt;&lt;BR /&gt;I have got following after running "ls -l /dev/testvg":&lt;BR /&gt;br--r-----   1 root       sys         64 0x01001c Oct 20  2006 data1&lt;BR /&gt;br--r-----   1 root       sys         64 0x01001d Oct 20  2006 data2&lt;BR /&gt;br--r-----   1 root       sys         64 0x01001e Mar 27  2007 data3&lt;BR /&gt;br--r-----   1 root       sys         64 0x01001f Mar 27  2007 data4&lt;BR /&gt;dr-xr-xr-x   2 root       sys             96 Apr 30 16:06 data5&lt;BR /&gt;&lt;BR /&gt;How can I remove data5?</description>
      <pubDate>Mon, 01 Oct 2007 14:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/5071764#M601090</guid>
      <dc:creator>Jun H. Lee</dc:creator>
      <dc:date>2007-10-01T14:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/5071765#M601091</link>
      <description>check what is inside this directory first.&lt;BR /&gt;&lt;BR /&gt;dr-xr-xr-x 2 root sys 96 Apr 30 16:06 data5&lt;BR /&gt;&lt;BR /&gt;# ll /dev/testvg/data5&lt;BR /&gt;&lt;BR /&gt;To delete, run&lt;BR /&gt;&lt;BR /&gt;rm -R /dev/testvg/data5</description>
      <pubDate>Mon, 01 Oct 2007 14:07:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/5071765#M601091</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-10-01T14:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/5071766#M601092</link>
      <description>Thank you guys.&lt;BR /&gt;I fix the problem with your helps.&lt;BR /&gt;I am now back on track.&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Oct 2007 14:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/5071766#M601092</guid>
      <dc:creator>Jun H. Lee</dc:creator>
      <dc:date>2007-10-01T14:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/5071767#M601093</link>
      <description>The command "ls -l /dev/testvg" displays all the logical volumes including an incorrectly created logical volume.&lt;BR /&gt;&lt;BR /&gt;Then removed that problem logical volume "/dev/testvg/test5" with a command "rm -R /dev/testvg/data5" from the list.</description>
      <pubDate>Mon, 01 Oct 2007 14:29:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/5071767#M601093</guid>
      <dc:creator>Jun H. Lee</dc:creator>
      <dc:date>2007-10-01T14:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/5071768#M601094</link>
      <description>Well, this was not a LVOL, somebody created a directory there - accidentally...</description>
      <pubDate>Mon, 01 Oct 2007 14:33:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/5071768#M601094</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-10-01T14:33:01Z</dc:date>
    </item>
  </channel>
</rss>

