<?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: vgcreate : invalid ioctl in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-invalid-ioctl/m-p/2580429#M647340</link>
    <description>RESOLVED:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;minor number was 0x000001 instead of 0x010000&lt;BR /&gt;&lt;BR /&gt;Therefore, it complained about logical volume&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;--dimitry&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 17 Sep 2001 13:27:36 GMT</pubDate>
    <dc:creator>Dimitry Snezhkov</dc:creator>
    <dc:date>2001-09-17T13:27:36Z</dc:date>
    <item>
      <title>vgcreate : invalid ioctl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-invalid-ioctl/m-p/2580425#M647336</link>
      <description>LVM Gurus,&lt;BR /&gt;&lt;BR /&gt;We have connected out new L-class to an EMC Symmetrix frame . I can see all the disks&lt;BR /&gt;I need and do diskinfo on them. I do have one&lt;BR /&gt;problem: my LVM system pukes when trying to &lt;BR /&gt;do vgcreate on those disks.( pvcreate was fine) &lt;BR /&gt;vgcreate -e 6144 -p 78 /dev/vg01 /dev/dsk/c13t0d0 /dev/dsk/c16t8d0&lt;BR /&gt;&lt;BR /&gt;gives me: &lt;BR /&gt;&lt;BR /&gt;&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;I have looked at all the patches I had for other machines and installed : &lt;BR /&gt;&lt;BR /&gt;PHCO_23876&lt;BR /&gt;PHCO_23651&lt;BR /&gt;PHKL_18543&lt;BR /&gt;PHKL_20016&lt;BR /&gt;PHKL_24943&lt;BR /&gt;PHKL_22785&lt;BR /&gt;PHKL_23939&lt;BR /&gt;PHKL_24027&lt;BR /&gt;PHKL_25188&lt;BR /&gt;PHSS_23996 &lt;BR /&gt;&lt;BR /&gt;The problem did not go away. &lt;BR /&gt;&lt;BR /&gt;Does anyone have an idea what that message might mean?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot,&lt;BR /&gt;&lt;BR /&gt;--dimitry.</description>
      <pubDate>Mon, 17 Sep 2001 13:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-invalid-ioctl/m-p/2580425#M647336</guid>
      <dc:creator>Dimitry Snezhkov</dc:creator>
      <dc:date>2001-09-17T13:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate : invalid ioctl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-invalid-ioctl/m-p/2580426#M647337</link>
      <description>Dimitry,&lt;BR /&gt;&lt;BR /&gt;The first thing I would check is the /dev/vg01/group file, concentrating on the major and minor numbers.  The major number should be 64 and the minor number should be something like 0x0nn000, where nn should be in the range 00 - maxfiles (in hex).&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Mon, 17 Sep 2001 13:17:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-invalid-ioctl/m-p/2580426#M647337</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-17T13:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate : invalid ioctl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-invalid-ioctl/m-p/2580427#M647338</link>
      <description>&lt;BR /&gt;You'll need to do a pvcreate -f on the EMC devices before you can use vg/lv commands on them.</description>
      <pubDate>Mon, 17 Sep 2001 13:21:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-invalid-ioctl/m-p/2580427#M647338</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2001-09-17T13:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate : invalid ioctl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-invalid-ioctl/m-p/2580428#M647339</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;I think the first thing I would do is start over beginning with a vgexport /dev/vg01 to clean everything up. Next do a strings /etc/lvmtab to check that all is as it should be.&lt;BR /&gt;&lt;BR /&gt;Next follow the normal steps:&lt;BR /&gt;mkdir /dev/vg01&lt;BR /&gt;mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;(assuming 0x010000 is the desired minor device)&lt;BR /&gt;then issue your vgcreate command. I assume the two device nodes you list are the correct primary amd alternate paths for the same device.&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Sep 2001 13:26:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-invalid-ioctl/m-p/2580428#M647339</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-09-17T13:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate : invalid ioctl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-invalid-ioctl/m-p/2580429#M647340</link>
      <description>RESOLVED:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;minor number was 0x000001 instead of 0x010000&lt;BR /&gt;&lt;BR /&gt;Therefore, it complained about logical volume&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;--dimitry&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Sep 2001 13:27:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-invalid-ioctl/m-p/2580429#M647340</guid>
      <dc:creator>Dimitry Snezhkov</dc:creator>
      <dc:date>2001-09-17T13:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate : invalid ioctl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-invalid-ioctl/m-p/2580430#M647341</link>
      <description>It is quite evident to me that Santosh and Clay bulls-eyed this problem.  Where are their points?</description>
      <pubDate>Mon, 17 Sep 2001 19:26:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-invalid-ioctl/m-p/2580430#M647341</guid>
      <dc:creator>Byron Myers</dc:creator>
      <dc:date>2001-09-17T19:26:37Z</dc:date>
    </item>
  </channel>
</rss>

