<?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/4383827#M349072</link>
    <description>I was discussing this with my colleague&lt;BR /&gt;&lt;BR /&gt;the number of VGs is anyway less than 10&lt;BR /&gt;so..why cant I create with the minor number 0x0a0000 or 0x0b0000 something like that?&lt;BR /&gt;&lt;BR /&gt;also.. how should i create with mknod 0x650000 (as per my design document)&lt;BR /&gt;i tried...it gave me error.&lt;BR /&gt;&lt;BR /&gt;ultimately i used unused minors (0x010000 and 0x060000) ;-)</description>
    <pubDate>Fri, 20 Mar 2009 03:39:12 GMT</pubDate>
    <dc:creator>masood bt</dc:creator>
    <dc:date>2009-03-20T03:39:12Z</dc:date>
    <item>
      <title>vgcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-error/m-p/4383825#M349070</link>
      <description>hhln-b00-vmh101:/ # mkdir /dev/vg01.200.app&lt;BR /&gt;&lt;BR /&gt;hhln-b00-vmh101:/ # mknod /dev/vg01.200.app/group c 64 0x0a0000&lt;BR /&gt;&lt;BR /&gt;hhln-b00-vmh101:/ # pvcreate /dev/rdsk/c12t0d4&lt;BR /&gt;Physical volume "/dev/rdsk/c12t0d4" has been successfully created.&lt;BR /&gt;&lt;BR /&gt;hhln-b00-vmh101:/ # pvcreate /dev/rdsk/c14t0d4;pvcreate /dev/rdsk/c8t0d4;pvcreate /dev/rdsk/c10t0d4&lt;BR /&gt;Physical volume "/dev/rdsk/c14t0d4" has been successfully created.&lt;BR /&gt;Physical volume "/dev/rdsk/c8t0d4" has been successfully created.&lt;BR /&gt;Physical volume "/dev/rdsk/c10t0d4" has been successfully created.&lt;BR /&gt;&lt;BR /&gt;hhln-b00-vmh101:/ # vgcreate -s 64 vg01.200.app /dev/dsk/c8t0d4&lt;BR /&gt;vgcreate: Cannot open the control file "/dev/vg01.200.app/group":&lt;BR /&gt;No such device&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;serverxx:/ # ll /dev/*/group&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Oct  8  2006 /dev/vg00/group&lt;BR /&gt;crw-r-----   1 root       sys         64 0x0a0000 Mar 19 22:40 /dev/vg01.200.app/group&lt;BR /&gt;crw-r-----   1 root       sys         64 0x090000 Mar 19 22:29 /dev/vg01.200.os/group&lt;BR /&gt;crw-r-----   1 root       sys         64 0x020000 Oct 17  2006 /dev/vg02/group&lt;BR /&gt;crw-r-----   1 root       sys         64 0x030000 Oct 17  2006 /dev/vg03/group&lt;BR /&gt;crw-r-----   1 root       sys         64 0x040000 Jan 30  2008 /dev/vg04/group&lt;BR /&gt;crw-r-----   1 root       sys         64 0x070000 Mar  4 19:31 /dev/vgapp/group&lt;BR /&gt;crw-r-----   1 root       sys         64 0x080000 Mar  4 19:41 /dev/vglog/group&lt;BR /&gt;crw-r-----   1 root       sys         64 0x050000 Mar  4 19:01 /dev/vgos/group&lt;BR /&gt;serverxx:/ #&lt;BR /&gt;&lt;BR /&gt;I checked the maxvgs value..it is default 10&lt;BR /&gt;&lt;BR /&gt;I have only nine Vgs so far(including the lasst error giving vg)&lt;BR /&gt;&lt;BR /&gt;Any help?</description>
      <pubDate>Thu, 19 Mar 2009 21:56:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-error/m-p/4383825#M349070</guid>
      <dc:creator>masood bt</dc:creator>
      <dc:date>2009-03-19T21:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-error/m-p/4383826#M349071</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I checked the maxvgs value..it is default 10 ...I have only nine Vgs so far(including the last error giving vg)&lt;BR /&gt;&lt;BR /&gt;You need to use a minor number that is less than the 'maxvgs' kernel value.  You could use '0x06' or '0x01'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 19 Mar 2009 22:09:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-error/m-p/4383826#M349071</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-03-19T22:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-error/m-p/4383827#M349072</link>
      <description>I was discussing this with my colleague&lt;BR /&gt;&lt;BR /&gt;the number of VGs is anyway less than 10&lt;BR /&gt;so..why cant I create with the minor number 0x0a0000 or 0x0b0000 something like that?&lt;BR /&gt;&lt;BR /&gt;also.. how should i create with mknod 0x650000 (as per my design document)&lt;BR /&gt;i tried...it gave me error.&lt;BR /&gt;&lt;BR /&gt;ultimately i used unused minors (0x010000 and 0x060000) ;-)</description>
      <pubDate>Fri, 20 Mar 2009 03:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-error/m-p/4383827#M349072</guid>
      <dc:creator>masood bt</dc:creator>
      <dc:date>2009-03-20T03:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-error/m-p/4383828#M349073</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;also.. how should i create with mknod 0x650000 (as per my design document)&lt;BR /&gt;i tried...it gave me error&lt;BR /&gt;&lt;BR /&gt;If you want to use 0xa..... than increase the maxvg value than only u will be able to use this.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Fri, 20 Mar 2009 04:49:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-error/m-p/4383828#M349073</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2009-03-20T04:49:39Z</dc:date>
    </item>
  </channel>
</rss>

