<?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 error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-error/m-p/2580035#M647322</link>
    <description>could be a couple fo things.&lt;BR /&gt;What is your maxvgs set to in the kernel?&lt;BR /&gt;You can use SAM to check, select kernel configuration and then tuneable parameters, and se what maxvgs is set to.&lt;BR /&gt;&lt;BR /&gt;Other thn that, ar eyo creating your group file in the directory correctly?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 16 Sep 2001 16:12:33 GMT</pubDate>
    <dc:creator>melvyn burnard</dc:creator>
    <dc:date>2001-09-16T16:12:33Z</dc:date>
    <item>
      <title>vgcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-error/m-p/2580034#M647321</link>
      <description>When I try to create a vg , I got the following message :&lt;BR /&gt;vgcreate:Cannot open the control file "/dev/vg14/group" No such device&lt;BR /&gt;&lt;BR /&gt;But I have check a lot of time , I did have the device in /dev directory. I remove the /dev/vg14 and recreate it , still can not open. &lt;BR /&gt;We plan to create 18 vgs on our system , we had already create 13 vgs successfully but stop at 14th. We can not create 15,16,17,18 too ,what happen ?</description>
      <pubDate>Sun, 16 Sep 2001 15:28:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-error/m-p/2580034#M647321</guid>
      <dc:creator>Dennis Chao</dc:creator>
      <dc:date>2001-09-16T15:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-error/m-p/2580035#M647322</link>
      <description>could be a couple fo things.&lt;BR /&gt;What is your maxvgs set to in the kernel?&lt;BR /&gt;You can use SAM to check, select kernel configuration and then tuneable parameters, and se what maxvgs is set to.&lt;BR /&gt;&lt;BR /&gt;Other thn that, ar eyo creating your group file in the directory correctly?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Sep 2001 16:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-error/m-p/2580035#M647322</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2001-09-16T16:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-error/m-p/2580036#M647323</link>
      <description>Hi Dennis:&lt;BR /&gt;&lt;BR /&gt;As Melvyn suggested this could be the maxvgs limit in the kernal. You may need to increase it and create a new kernel. The other problem you may be seeing is duplicate minor device numbers when you create your group files.&lt;BR /&gt;I suggest that you first do a strings /etc/lvmtab and see if that looks as you expect it. You can always do a vgexport /dev/vg14 and that will clean up the /dev/vg14 directory and the lvmtab. I would then do an ls -l on every /dev/vgxx directory and note the minor device number for each group file. Your new group file's minor device must must be unique. By convention, vg01's group file is typically Maj 64 Min 0x010000, vg02's is Ma 64 Min 0x020000, ... . That is just convention not a requirement, but the minor device numbers must be unique.&lt;BR /&gt;&lt;BR /&gt;Hope this helps, Clay</description>
      <pubDate>Sun, 16 Sep 2001 17:49:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-error/m-p/2580036#M647323</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-09-16T17:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-error/m-p/2580037#M647324</link>
      <description>More than likely you're running into a limit on the number of VGs that you're allowed to create on the system.  Check the kernel parameter maxvgs using the command kmtune -q maxvgs.   By default its set to 10, but I suspect that it's set to 13 on your system.  Just increase it to 20-30 (to allow for future growth).  You can do this by using the following command:&lt;BR /&gt;&lt;BR /&gt;kmtune -s maxvgs=30&lt;BR /&gt;mk_kernel&lt;BR /&gt;kmupdate&lt;BR /&gt;shutdown -ry 0&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Sun, 16 Sep 2001 18:28:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-error/m-p/2580037#M647324</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-16T18:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-error/m-p/2580038#M647325</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have a look at this thread.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/KCparam.MaxVGs.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/KCparam.MaxVGs.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If youe maxvgs parameter is correctly set in the kernel to accomodate the no of VG's you want to create and you are still getting the error, then check and see that /dev/vg_name/group file is properly getting created.&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg_name&lt;BR /&gt;mknod /dev/vg_name/group c 64 0x0n0000&lt;BR /&gt;n=1,2,3,.... and should be unique, check&lt;BR /&gt;ll /dev/*/group&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Sep 2001 20:40:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-error/m-p/2580038#M647325</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-16T20:40:20Z</dc:date>
    </item>
  </channel>
</rss>

