<?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: VG creation error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613049#M36799</link>
    <description>Hi Brado,&lt;BR /&gt;&lt;BR /&gt;If you are manually creating a vg you have to proceed like this,&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg_name&lt;BR /&gt;mknod /dev/vg_name/group c 64 0x0n0000&lt;BR /&gt;(here n=1,2,3,.... and is unique. Check ll /dev/*/group to find a unique no for n)&lt;BR /&gt;pvcreate -f /dev/rdsk/cxtydz&lt;BR /&gt;vgcreate /dev/vg_name /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;Take a look at the threads below for more help,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=8de884330c95e8ab88/screen=ckiDisplayDocument?docId=200000052659889" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=8de884330c95e8ab88/screen=ckiDisplayDocument?docId=200000052659889&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90742/B2355-90742_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90742/00/00/48-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90742/00/00/48-toc.html&amp;amp;searchterms=vgcreate%20&amp;amp;queryid=20011113-131037" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90742/B2355-90742_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90742/00/00/48-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90742/00/00/48-toc.html&amp;amp;searchterms=vgcreate%20&amp;amp;queryid=20011113-131037&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
    <pubDate>Tue, 13 Nov 2001 21:07:03 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2001-11-13T21:07:03Z</dc:date>
    <item>
      <title>VG creation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613039#M36789</link>
      <description>Is there a max on how many volume groups can be created.  I was creating a volume group named 'vg08' and I was getting an error stating the ff:&lt;BR /&gt;&lt;BR /&gt;vgcreate:  Cannot open the control file "dev/vg08/group":&lt;BR /&gt;No such device&lt;BR /&gt;&lt;BR /&gt;Please help and thanks!&lt;BR /&gt;&lt;BR /&gt;Brando</description>
      <pubDate>Tue, 13 Nov 2001 17:49:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613039#M36789</guid>
      <dc:creator>Brando Sumayao</dc:creator>
      <dc:date>2001-11-13T17:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: VG creation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613040#M36790</link>
      <description>There is a limit to the number of VGs you can create.  It is contolled by the max_vg kernel parameter.&lt;BR /&gt;&lt;BR /&gt;When you are creating the VG are you doing it from the command line?  If so did you create the /dev/vg08 directory and the /dev/vg08/group file?&lt;BR /&gt;&lt;BR /&gt;If not, you need to do that.&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vg08&lt;BR /&gt;# mknod /dev/vg08/group c 64 0x0?0000&lt;BR /&gt;&lt;BR /&gt;Where the ? is a unique number among your other vg??/group files.  An easy way to see all the group files:&lt;BR /&gt;&lt;BR /&gt;# ls -l /dev/vg*/group</description>
      <pubDate>Tue, 13 Nov 2001 17:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613040#M36790</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-11-13T17:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: VG creation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613041#M36791</link>
      <description>Did you forget to put the "/"  in front of "/dev/vg08" ??&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 13 Nov 2001 17:55:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613041#M36791</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-13T17:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: VG creation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613042#M36792</link>
      <description>Hi Brando,&lt;BR /&gt;&lt;BR /&gt;Are you using cmd line or SAM?  If cmd line, did you mknod the group file before your vgcreate?&lt;BR /&gt;&lt;BR /&gt;And yes, there is a limit set by the kernel parm "maxvgs".  I think the default is 10.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Jim</description>
      <pubDate>Tue, 13 Nov 2001 17:57:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613042#M36792</guid>
      <dc:creator>Jim Turner</dc:creator>
      <dc:date>2001-11-13T17:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: VG creation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613043#M36793</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check the group file  by &lt;BR /&gt;ls -l /dev/vg*/group and notedown the used numbers in 0x0n0000&lt;BR /&gt;then mkdir /dev/vg08&lt;BR /&gt;mknod /dev/vg08/group c 64 0x0n0000&lt;BR /&gt;the n is the unique number &lt;BR /&gt;Parameter maxvgs in kernel controls max number of vgs.&lt;BR /&gt;&lt;BR /&gt;Goodluck&lt;BR /&gt;-USA..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 17:57:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613043#M36793</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-11-13T17:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: VG creation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613044#M36794</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I was creating addt'l VG's using SAM.  Is this a problem?</description>
      <pubDate>Tue, 13 Nov 2001 17:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613044#M36794</guid>
      <dc:creator>Brando Sumayao</dc:creator>
      <dc:date>2001-11-13T17:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: VG creation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613045#M36795</link>
      <description>Not at all, what is your kernel parameter maxvgs?? If it is less than 8, bump it up to 16!&lt;BR /&gt;&lt;BR /&gt;and in my opinion, 8 vg's is a lot of vg's!&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 13 Nov 2001 18:02:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613045#M36795</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-13T18:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: VG creation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613046#M36796</link>
      <description>Yes, there is a kernel parameter called maxvgs which determines how many volume groups you can have.&lt;BR /&gt;&lt;BR /&gt;The error you are getting seems to be something else though.  How are you creating it?  sam?&lt;BR /&gt;Try creating it from the command line&lt;BR /&gt;mkdir /dev/vg08&lt;BR /&gt;mknod /dev/vg08/group c 64 0x080000   (this last number needs to be unique amongst all your volume groups)&lt;BR /&gt;vgcreate /dev/vg08  /dev/dsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;The error suggests that you have an issue with the create of the group file.</description>
      <pubDate>Tue, 13 Nov 2001 18:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613046#M36796</guid>
      <dc:creator>Bernie Vande Griend</dc:creator>
      <dc:date>2001-11-13T18:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: VG creation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613047#M36797</link>
      <description>Hi Brando,&lt;BR /&gt;&lt;BR /&gt;I got the same error yesterday trying to create vg99 for a test.  I always choose the minor number to match the vgXX number but that was my problem.&lt;BR /&gt;&lt;BR /&gt;This failed:&lt;BR /&gt;mknod /dev/vg99/group c 64 0x990000&lt;BR /&gt;&lt;BR /&gt;This worked:&lt;BR /&gt;mknod /dev/vg99/group c 64 0x040000&lt;BR /&gt;&lt;BR /&gt;I don't have move VGs than were allowed.  It just didn't like that high a minor number.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Tue, 13 Nov 2001 20:10:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613047#M36797</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2001-11-13T20:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: VG creation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613048#M36798</link>
      <description>HI&lt;BR /&gt;Check the kernel parameter "maxvgs" that limits the maximum number of VG in system.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.</description>
      <pubDate>Tue, 13 Nov 2001 20:37:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613048#M36798</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-11-13T20:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: VG creation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613049#M36799</link>
      <description>Hi Brado,&lt;BR /&gt;&lt;BR /&gt;If you are manually creating a vg you have to proceed like this,&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg_name&lt;BR /&gt;mknod /dev/vg_name/group c 64 0x0n0000&lt;BR /&gt;(here n=1,2,3,.... and is unique. Check ll /dev/*/group to find a unique no for n)&lt;BR /&gt;pvcreate -f /dev/rdsk/cxtydz&lt;BR /&gt;vgcreate /dev/vg_name /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;Take a look at the threads below for more help,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=8de884330c95e8ab88/screen=ckiDisplayDocument?docId=200000052659889" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=8de884330c95e8ab88/screen=ckiDisplayDocument?docId=200000052659889&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90742/B2355-90742_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90742/00/00/48-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90742/00/00/48-toc.html&amp;amp;searchterms=vgcreate%20&amp;amp;queryid=20011113-131037" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90742/B2355-90742_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90742/00/00/48-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90742/00/00/48-toc.html&amp;amp;searchterms=vgcreate%20&amp;amp;queryid=20011113-131037&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 21:07:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613049#M36799</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-13T21:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: VG creation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613050#M36800</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;I didn't explicitly say it in my answer but as others have said, be sure the minor number is unique.&lt;BR /&gt;&lt;BR /&gt;In my example, 0x04000 was not used by another VG.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Tue, 13 Nov 2001 21:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-creation-error/m-p/2613050#M36800</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2001-11-13T21:20:38Z</dc:date>
    </item>
  </channel>
</rss>

