<?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 create in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-create/m-p/2897344#M104229</link>
    <description>your default MAXVGS parameter is 10 which allows&lt;BR /&gt;&lt;BR /&gt;0x010000 to 0x090000&lt;BR /&gt;&lt;BR /&gt;0x0a0000 goes against the MAXVGS parameter.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 05 Feb 2003 14:21:34 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2003-02-05T14:21:34Z</dc:date>
    <item>
      <title>vg create</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-create/m-p/2897337#M104222</link>
      <description>I connected an 12-h autoraid to a K420 running 11.0. I've done this many times before however this time I get an error during creation of the vg.&lt;BR /&gt;&lt;BR /&gt;'vgcreate: Cant open the control file "/dev/vg01/group"&lt;BR /&gt;no such device</description>
      <pubDate>Wed, 05 Feb 2003 14:04:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-create/m-p/2897337#M104222</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-02-05T14:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: vg create</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-create/m-p/2897338#M104223</link>
      <description>Sounds like you didn't run the mknod command or it didn't work.&lt;BR /&gt;&lt;BR /&gt;mknod /dev/vg01/group c 64 0x010000</description>
      <pubDate>Wed, 05 Feb 2003 14:06:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-create/m-p/2897338#M104223</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2003-02-05T14:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: vg create</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-create/m-p/2897339#M104224</link>
      <description>it should be something like this&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;# vgcreate /dev/vg01 /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;your mknod command is wrong.&lt;BR /&gt;&lt;BR /&gt;make sure your minor number is unique in the mknod command.&lt;BR /&gt;&lt;BR /&gt;Revert.</description>
      <pubDate>Wed, 05 Feb 2003 14:09:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-create/m-p/2897339#M104224</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-05T14:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: vg create</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-create/m-p/2897340#M104225</link>
      <description>Looks like this:&lt;BR /&gt;&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x0a0000 Feb  5 07:57 group&lt;BR /&gt;&lt;BR /&gt;could the '0a' be giving the system the wrong value?</description>
      <pubDate>Wed, 05 Feb 2003 14:13:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-create/m-p/2897340#M104225</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-02-05T14:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: vg create</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-create/m-p/2897341#M104226</link>
      <description>Yep .... that corresponds to the vgxx number. It should be 01</description>
      <pubDate>Wed, 05 Feb 2003 14:16:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-create/m-p/2897341#M104226</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2003-02-05T14:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: vg create</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-create/m-p/2897342#M104227</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;Check out my response on your other copy of this question.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa02731ec5e34d711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa02731ec5e34d711abdc0090277a778c,00.html&lt;/A&gt;</description>
      <pubDate>Wed, 05 Feb 2003 14:19:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-create/m-p/2897342#M104227</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2003-02-05T14:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: vg create</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-create/m-p/2897343#M104228</link>
      <description>To quicky decide weather you have duplicate minor numbers do &lt;BR /&gt;&lt;BR /&gt;"ll /dev/*/group" ..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Karthik</description>
      <pubDate>Wed, 05 Feb 2003 14:19:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-create/m-p/2897343#M104228</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-02-05T14:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: vg create</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-create/m-p/2897344#M104229</link>
      <description>your default MAXVGS parameter is 10 which allows&lt;BR /&gt;&lt;BR /&gt;0x010000 to 0x090000&lt;BR /&gt;&lt;BR /&gt;0x0a0000 goes against the MAXVGS parameter.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Feb 2003 14:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-create/m-p/2897344#M104229</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-05T14:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: vg create</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-create/m-p/2897345#M104230</link>
      <description>TG beat me to it - it's the maxvgs kernel parameter's default value of 10 that's killing you.  You need to pick a unique minor number between 0 and 9.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 05 Feb 2003 14:24:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-create/m-p/2897345#M104230</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-02-05T14:24:27Z</dc:date>
    </item>
  </channel>
</rss>

