<?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: cannot vgcreate - urgent in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-vgcreate-urgent/m-p/2937582#M634744</link>
    <description>It looks like your group file is incorrect.&lt;BR /&gt;&lt;BR /&gt;What is the minor number supposed to be?  If it is supposed to be 2, then do the following:&lt;BR /&gt;&lt;BR /&gt;# rm /dev/vg20DFSInf/group&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/vg20DFSInf/group c 64 0x020000&lt;BR /&gt;&lt;BR /&gt;If the minor number is supposed to be 20, do the following:&lt;BR /&gt;&lt;BR /&gt;# rm /dev/vg20DFSInf/group&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/vg20DFSInf/group c 64 0x140000&lt;BR /&gt;&lt;BR /&gt;Remember that the minor number is a HEXADECIMAL value thus a decimal 20 = a hex 14&lt;BR /&gt;&lt;BR /&gt;Also make sure that your MAXVGS kernel parameter is set high enough to allow this.&lt;BR /&gt;&lt;BR /&gt;By default MAXVGS is 10 or 12.  If you want a minor number that is larger than that you will need to increase maxvgs, regen the kernel and reboot the machine.</description>
    <pubDate>Thu, 27 Mar 2003 19:20:35 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2003-03-27T19:20:35Z</dc:date>
    <item>
      <title>cannot vgcreate - urgent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-vgcreate-urgent/m-p/2937580#M634742</link>
      <description>Hi&lt;BR /&gt;I have to move data to free up at XP256 by tomorrow. So I must make new vg's on the new XP512. But somehow vgcreate isn't polite to me. Could someone please help?&lt;BR /&gt;&lt;BR /&gt;# vgcreate vg20DFSInf /dev/dsk/c12t13d4&lt;BR /&gt;vgcreate: Cannot open the control file "/dev/vg20DFSInf/group":&lt;BR /&gt;No such device&lt;BR /&gt;# ll /dev/vg20DFSInf/group&lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x200000 Mar 27 19:54 /dev/vg20DFSInf/group&lt;BR /&gt;&lt;BR /&gt;The disk is recognized with xpinfo and I have succesfully pvcreated it. But still it doesnt work. any suggestions?&lt;BR /&gt;&lt;BR /&gt;-- &lt;BR /&gt;Best regards&lt;BR /&gt;Tonny&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2003 19:14:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-vgcreate-urgent/m-p/2937580#M634742</guid>
      <dc:creator>Tonny Sejr Kromann</dc:creator>
      <dc:date>2003-03-27T19:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: cannot vgcreate - urgent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-vgcreate-urgent/m-p/2937581#M634743</link>
      <description>Hi Tonny,&lt;BR /&gt;&lt;BR /&gt;Your group file is incorrect.&lt;BR /&gt;&lt;BR /&gt;Minor number 200000 is valid only if your maxvgs kernel parameter is specified more than 32. Look at the command 'kmtune -l -q maxvgs' and find the value.&lt;BR /&gt;&lt;BR /&gt;The hex equivalent of the two digits followed by 0x in the minor number should be equal or less than the "maxvgs" parameter.&lt;BR /&gt;&lt;BR /&gt;If this is only the second volume group, then you might want to create a group file like&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mknod /dev/vg20DFSInf/group 0x020000&lt;BR /&gt;&lt;BR /&gt;Otherwise, increase the maxvgs parameter and that needs a reboot.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2003 19:19:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-vgcreate-urgent/m-p/2937581#M634743</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-27T19:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: cannot vgcreate - urgent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-vgcreate-urgent/m-p/2937582#M634744</link>
      <description>It looks like your group file is incorrect.&lt;BR /&gt;&lt;BR /&gt;What is the minor number supposed to be?  If it is supposed to be 2, then do the following:&lt;BR /&gt;&lt;BR /&gt;# rm /dev/vg20DFSInf/group&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/vg20DFSInf/group c 64 0x020000&lt;BR /&gt;&lt;BR /&gt;If the minor number is supposed to be 20, do the following:&lt;BR /&gt;&lt;BR /&gt;# rm /dev/vg20DFSInf/group&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/vg20DFSInf/group c 64 0x140000&lt;BR /&gt;&lt;BR /&gt;Remember that the minor number is a HEXADECIMAL value thus a decimal 20 = a hex 14&lt;BR /&gt;&lt;BR /&gt;Also make sure that your MAXVGS kernel parameter is set high enough to allow this.&lt;BR /&gt;&lt;BR /&gt;By default MAXVGS is 10 or 12.  If you want a minor number that is larger than that you will need to increase maxvgs, regen the kernel and reboot the machine.</description>
      <pubDate>Thu, 27 Mar 2003 19:20:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-vgcreate-urgent/m-p/2937582#M634744</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-03-27T19:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: cannot vgcreate - urgent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-vgcreate-urgent/m-p/2937583#M634745</link>
      <description>Try creating the vg with a different name.  I believe the group file should not exist until after the vg is created.  This would be a good test.  If it is true you can vgremove the one just created if you want to keep the old name and rm -r /dev/vg20DFSInf before creating the vg with the name vg20DFSInf.</description>
      <pubDate>Thu, 27 Mar 2003 19:22:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-vgcreate-urgent/m-p/2937583#M634745</guid>
      <dc:creator>Ron Cornwell</dc:creator>
      <dc:date>2003-03-27T19:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: cannot vgcreate - urgent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-vgcreate-urgent/m-p/2937584#M634746</link>
      <description>Use a smaller minor number ..&lt;BR /&gt;# mknod /dev/vg20DFSInf/group c 64 0x040000&lt;BR /&gt;for example (as long as they are unique). If you use 0x20, you might be working against the max volume group limit (ie 15 by default).&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2003 19:22:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-vgcreate-urgent/m-p/2937584#M634746</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-03-27T19:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: cannot vgcreate - urgent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-vgcreate-urgent/m-p/2937585#M634747</link>
      <description>Sri- is right on the money (as usual) with this one!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;RZ&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2003 19:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-vgcreate-urgent/m-p/2937585#M634747</guid>
      <dc:creator>Ross Zubritski</dc:creator>
      <dc:date>2003-03-27T19:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: cannot vgcreate - urgent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-vgcreate-urgent/m-p/2937586#M634748</link>
      <description>Yes I surely did have too many zeroes in there. Thanks to all :)&lt;BR /&gt;&lt;BR /&gt;-- &lt;BR /&gt;Best regards&lt;BR /&gt;Tonny&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2003 19:27:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-vgcreate-urgent/m-p/2937586#M634748</guid>
      <dc:creator>Tonny Sejr Kromann</dc:creator>
      <dc:date>2003-03-27T19:27:30Z</dc:date>
    </item>
  </channel>
</rss>

