<?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: error when creating logical volume. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-creating-logical-volume/m-p/3280047#M881990</link>
    <description>I took a look in the /dev/vg03 and there was a file in there called info.  Not sure why.  I removed it and then was able create the logical volume.  Thanks for the quick response.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 18 May 2004 15:44:46 GMT</pubDate>
    <dc:creator>Eric Zumwalt_1</dc:creator>
    <dc:date>2004-05-18T15:44:46Z</dc:date>
    <item>
      <title>error when creating logical volume.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-creating-logical-volume/m-p/3280044#M881987</link>
      <description>I'm trying to create an a new logical volume using SAM but I keep getting an error. The error is:&lt;BR /&gt;&lt;BR /&gt;lvcreate: the logical volume "/dev/vg03/info"&lt;BR /&gt;could not be created as a special file in the &lt;BR /&gt;file-syste: File exists&lt;BR /&gt;&lt;BR /&gt;Any ideas would be appreciated. &lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 18 May 2004 15:29:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-creating-logical-volume/m-p/3280044#M881987</guid>
      <dc:creator>Eric Zumwalt_1</dc:creator>
      <dc:date>2004-05-18T15:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: error when creating logical volume.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-creating-logical-volume/m-p/3280045#M881988</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Look in the /dev/vg03 directory and see if there is an info and/or rinfo file there already.  You can do a 'vgdisplay -v vg03' and see if you already have a logical volume named info.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Tue, 18 May 2004 15:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-creating-logical-volume/m-p/3280045#M881988</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2004-05-18T15:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: error when creating logical volume.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-creating-logical-volume/m-p/3280046#M881989</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;What error are you getting when you run the command&lt;BR /&gt;&lt;BR /&gt;#lvcreate -n info -L size_in_mb vg03&lt;BR /&gt;&lt;BR /&gt;What do you have under vg03? &lt;BR /&gt;&lt;BR /&gt;ll /dev/vg03 &lt;BR /&gt;&lt;BR /&gt;Can you do a 'vgdisplay -v /dev/vg03" and see the logical volumes in it?. &lt;BR /&gt;Also do 'vgdisplay vg03" and note the "Cur LV" value. You should have twice many special device files under /dev/vg03.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Tue, 18 May 2004 15:34:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-creating-logical-volume/m-p/3280046#M881989</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-05-18T15:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: error when creating logical volume.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-creating-logical-volume/m-p/3280047#M881990</link>
      <description>I took a look in the /dev/vg03 and there was a file in there called info.  Not sure why.  I removed it and then was able create the logical volume.  Thanks for the quick response.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 May 2004 15:44:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-creating-logical-volume/m-p/3280047#M881990</guid>
      <dc:creator>Eric Zumwalt_1</dc:creator>
      <dc:date>2004-05-18T15:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: error when creating logical volume.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-creating-logical-volume/m-p/3280048#M881991</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I suspect you already have a logical volume called info.&lt;BR /&gt;&lt;BR /&gt;1 - vgdisplay -v vg03&lt;BR /&gt;This will list all the volume groups in vg03&lt;BR /&gt;&lt;BR /&gt;2 - Alternatively &amp;amp; probably quicker&lt;BR /&gt;cd /dev/vg03 &lt;BR /&gt;ls -l&lt;BR /&gt;&lt;BR /&gt;If so create under a different name, say info2 or information... you get the idea&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;</description>
      <pubDate>Tue, 18 May 2004 15:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-creating-logical-volume/m-p/3280048#M881991</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2004-05-18T15:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: error when creating logical volume.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-creating-logical-volume/m-p/3280049#M881992</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;when you said you "removied it" I take it is was an ordinary file &amp;amp; not a block or character dervice? e.g. before you removed "ino", if you did "ls -l info" it had a leading - NOT c or b eg&lt;BR /&gt;-rw-rw-rw- root sys &amp;lt;..whatever..&amp;gt; info&lt;BR /&gt;&lt;BR /&gt;If so all is well withe the world.  If was a block then you may be in trouble???&lt;BR /&gt;&lt;BR /&gt;Any way glad to have helped&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;</description>
      <pubDate>Tue, 18 May 2004 15:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-creating-logical-volume/m-p/3280049#M881992</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2004-05-18T15:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: error when creating logical volume.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-creating-logical-volume/m-p/3280050#M881993</link>
      <description>It was just a regular file.  Not sure why it was there.</description>
      <pubDate>Tue, 18 May 2004 15:59:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-creating-logical-volume/m-p/3280050#M881993</guid>
      <dc:creator>Eric Zumwalt_1</dc:creator>
      <dc:date>2004-05-18T15:59:42Z</dc:date>
    </item>
  </channel>
</rss>

