<?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: ioctl error doing vgcreate in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ioctl-error-doing-vgcreate/m-p/2559315#M646799</link>
    <description>Yes....I got it right the second time.  I was doing it manually and had brain warp.  Thank you for your assistance.</description>
    <pubDate>Wed, 01 Aug 2001 13:54:00 GMT</pubDate>
    <dc:creator>Frank Paukovitz</dc:creator>
    <dc:date>2001-08-01T13:54:00Z</dc:date>
    <item>
      <title>ioctl error doing vgcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioctl-error-doing-vgcreate/m-p/2559310#M646794</link>
      <description>OS:         HP-UX  11.11&lt;BR /&gt;Hardware:   Superdome partition (2)&lt;BR /&gt;Diskinfo:    HDS &lt;BR /&gt;# diskinfo (just 1 of 4) /dev/rdsk/c3t0d0&lt;BR /&gt;SCSI describe of /dev/rdsk/c3t0d0:&lt;BR /&gt;             vendor: HITACHI&lt;BR /&gt;         product id: OPEN-E-CVS&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 10240560 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;Problem:  I have 4 fiber (non-switched)attached HDS disk, each with alternate paths.  These disk are shared between two servers/partitions.  I can execute a pvcreate without a problem.  Yet, I can not create a volume group using these volumes.  I get the following message: &lt;BR /&gt;&lt;BR /&gt;===============================================&lt;BR /&gt;# vgcreate /dev/vg01 /dev/dsk/c3t0d0&lt;BR /&gt;Increased the number of physical extents per physical volume to 2500.&lt;BR /&gt;vgcreate: Volume group "/dev/vg01" could not be created:&lt;BR /&gt;Inappropriate ioctl for device - the command was attempted on a&lt;BR /&gt;logical volume device rather than the control device.&lt;BR /&gt;#&lt;BR /&gt;===============================================&lt;BR /&gt;&lt;BR /&gt;I have validated the disk are shared between the servers as required.  I have been able to write to the actual device files -- just this problem with LVM. &lt;BR /&gt;&lt;BR /&gt;Any comments, remarks or help is appreciated.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Frank</description>
      <pubDate>Tue, 31 Jul 2001 15:03:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioctl-error-doing-vgcreate/m-p/2559310#M646794</guid>
      <dc:creator>Frank Paukovitz</dc:creator>
      <dc:date>2001-07-31T15:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: ioctl error doing vgcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioctl-error-doing-vgcreate/m-p/2559311#M646795</link>
      <description>ll /dev/*/group&lt;BR /&gt;and make sure that the /dev/vg01/group file was created via&lt;BR /&gt;mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;and not something like 0x010001&lt;BR /&gt;which would represent lvol1&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Tue, 31 Jul 2001 15:14:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioctl-error-doing-vgcreate/m-p/2559311#M646795</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-07-31T15:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: ioctl error doing vgcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioctl-error-doing-vgcreate/m-p/2559312#M646796</link>
      <description>I could/should have included this information:&lt;BR /&gt;# ll /dev/*/group&lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x000001 Jul 30 17:41 /dev/vg01/group&lt;BR /&gt;&lt;BR /&gt;I beleive the vgroup was created correctly.</description>
      <pubDate>Tue, 31 Jul 2001 15:22:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioctl-error-doing-vgcreate/m-p/2559312#M646796</guid>
      <dc:creator>Frank Paukovitz</dc:creator>
      <dc:date>2001-07-31T15:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: ioctl error doing vgcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioctl-error-doing-vgcreate/m-p/2559313#M646797</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Bill is correct, you have a wrong minor number it should be like: 0x010000</description>
      <pubDate>Tue, 31 Jul 2001 15:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioctl-error-doing-vgcreate/m-p/2559313#M646797</guid>
      <dc:creator>Mark van Hassel</dc:creator>
      <dc:date>2001-07-31T15:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: ioctl error doing vgcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioctl-error-doing-vgcreate/m-p/2559314#M646798</link>
      <description>crw-rw-rw- 1 root sys 64 0x000001 Jul 30 17:41 /dev/vg01/group &lt;BR /&gt;is an incorrect device file for vg01.. in fact as the kernel believes, this is vg00 lvol1.&lt;BR /&gt;&lt;BR /&gt;The vg was created incorrectly.&lt;BR /&gt;rm -rf /dev/vg01&lt;BR /&gt;mkdir /dev/vg01&lt;BR /&gt;&lt;BR /&gt;ll /dev/*/group&lt;BR /&gt;choose a unique id for the vg&lt;BR /&gt;mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;&lt;BR /&gt;then vgcreate ....&lt;BR /&gt;&lt;BR /&gt;Did you use SAM or command line to create the group file??&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Aug 2001 09:13:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioctl-error-doing-vgcreate/m-p/2559314#M646798</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-08-01T09:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: ioctl error doing vgcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioctl-error-doing-vgcreate/m-p/2559315#M646799</link>
      <description>Yes....I got it right the second time.  I was doing it manually and had brain warp.  Thank you for your assistance.</description>
      <pubDate>Wed, 01 Aug 2001 13:54:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioctl-error-doing-vgcreate/m-p/2559315#M646799</guid>
      <dc:creator>Frank Paukovitz</dc:creator>
      <dc:date>2001-08-01T13:54:00Z</dc:date>
    </item>
  </channel>
</rss>

