<?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/4973386#M783028</link>
    <description>It sounds as though /dev/vg01/group is a regular file rather than a device node. (or it's a pipe or a block device node) It is also possible that you have non-unique minor device numbers.&lt;BR /&gt;&lt;BR /&gt;Do an ls -l /dev/vg* and post the output.</description>
    <pubDate>Wed, 12 Apr 2006 09:08:46 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2006-04-12T09:08:46Z</dc:date>
    <item>
      <title>lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973378#M783020</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;When trying to create logical volumes I am getting the following error:&lt;BR /&gt;&lt;BR /&gt;lvcreate: "/dev/vg01/group": not a character device.&lt;BR /&gt;&lt;BR /&gt;Any idea why?&lt;BR /&gt;&lt;BR /&gt;Cheers!</description>
      <pubDate>Wed, 12 Apr 2006 09:01:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973378#M783020</guid>
      <dc:creator>Habib_4</dc:creator>
      <dc:date>2006-04-12T09:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973379#M783021</link>
      <description>Did you specify /dev/vg01/group as a vg_name? &lt;BR /&gt;Please provide the exact command creating this lvol&lt;BR /&gt;&lt;BR /&gt;-- &lt;BR /&gt;Grych</description>
      <pubDate>Wed, 12 Apr 2006 09:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973379#M783021</guid>
      <dc:creator>Tomek Gryszkiewicz</dc:creator>
      <dc:date>2006-04-12T09:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973380#M783022</link>
      <description>so what comand did you use?&lt;BR /&gt;what does ll /dev/vg01 give you for the group file??</description>
      <pubDate>Wed, 12 Apr 2006 09:06:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973380#M783022</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2006-04-12T09:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973381#M783023</link>
      <description>What is the output of vgdisplay -v?&lt;BR /&gt;&lt;BR /&gt;Do you have other LV in vg01 or this is a new Volume Group? Have you done all commands neccesary to create the volume group? For example:&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg01&lt;BR /&gt;mknod /dev/vg01/group c 64 0x030000&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/rdsk/c1t0d0&lt;BR /&gt;pvcreate /dev/rdsk/c1t2d0&lt;BR /&gt;&lt;BR /&gt;vgcreate -s 2 /dev/vg01 /dev/dsk/c1t0d0 /dev/dsk/c1t2d0&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Apr 2006 09:06:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973381#M783023</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-04-12T09:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973382#M783024</link>
      <description>You cannot use group as a LV name.  group is a special file used by a VG.  If you look in /dev/vg01, you will see a file called 'group' there already.&lt;BR /&gt;&lt;BR /&gt;Use any name other than 'group'.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Apr 2006 09:06:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973382#M783024</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-04-12T09:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973383#M783025</link>
      <description>Habib,&lt;BR /&gt;I would suggest using SAM. It easy for standard tasks such as LVM configuration. Also prevents typing mistakes.&lt;BR /&gt;&lt;BR /&gt;Can you do a:&lt;BR /&gt;ll /dev/vg01&lt;BR /&gt;dr-xr-xr-x   2 root       sys             96 Aug  5  2005 vg01&lt;BR /&gt;&lt;BR /&gt;ll /dev/vg01/group &lt;BR /&gt;&lt;BR /&gt;cr--r--r--   1 root       sys         64 0x020000 Aug  5  2005 group</description>
      <pubDate>Wed, 12 Apr 2006 09:08:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973383#M783025</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-04-12T09:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973384#M783026</link>
      <description>Hi Habib,&lt;BR /&gt;&lt;BR /&gt;Check the /dev/vg01/group file - it should look like:&lt;BR /&gt;&lt;BR /&gt;crw-r--r-- 1 root sys 64 0x010000&lt;BR /&gt;&lt;BR /&gt;The key is the "c". IF it's "b" then it's defined as a block device.&lt;BR /&gt;Proper mknod command would look like:&lt;BR /&gt;&lt;BR /&gt;mknod group c 64 0x010000&lt;BR /&gt;&lt;BR /&gt;Again the "c" is the key.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 12 Apr 2006 09:08:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973384#M783026</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2006-04-12T09:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973385#M783027</link>
      <description>Was vg created correctly?&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg01&lt;BR /&gt;mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;&lt;BR /&gt;then do your vgcreate...&lt;BR /&gt;&lt;BR /&gt;Also, make sure you don't have the same minor number as another vg.&lt;BR /&gt;&lt;BR /&gt;ll /dev/vg*/group&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 12 Apr 2006 09:08:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973385#M783027</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-04-12T09:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973386#M783028</link>
      <description>It sounds as though /dev/vg01/group is a regular file rather than a device node. (or it's a pipe or a block device node) It is also possible that you have non-unique minor device numbers.&lt;BR /&gt;&lt;BR /&gt;Do an ls -l /dev/vg* and post the output.</description>
      <pubDate>Wed, 12 Apr 2006 09:08:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973386#M783028</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-04-12T09:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973387#M783029</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Does your group file look like?&lt;BR /&gt;&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Aug 20  1997 /dev/vg01/group&lt;BR /&gt;&lt;BR /&gt;That is, did you use 'mknod' to create the volume group device file? like:&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/vgXY/group c 64 0x010000&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Apr 2006 09:09:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973387#M783029</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-04-12T09:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973388#M783030</link>
      <description>Salam Habib,&lt;BR /&gt;&lt;BR /&gt;Please find the attached document for creating Physical and logical volumes, It will help you.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Wed, 12 Apr 2006 09:27:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973388#M783030</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2006-04-12T09:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973389#M783031</link>
      <description>Thanks to all you guys, especially Asif.&lt;BR /&gt;Your help has helped me through!&lt;BR /&gt;&lt;BR /&gt;Cheers!</description>
      <pubDate>Wed, 12 Apr 2006 11:17:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973389#M783031</guid>
      <dc:creator>Habib_4</dc:creator>
      <dc:date>2006-04-12T11:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973390#M783032</link>
      <description>Thanks for the advice</description>
      <pubDate>Thu, 13 Apr 2006 04:44:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-error/m-p/4973390#M783032</guid>
      <dc:creator>Habib_4</dc:creator>
      <dc:date>2006-04-13T04:44:26Z</dc:date>
    </item>
  </channel>
</rss>

