<?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 problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386118#M560705</link>
    <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;For each increment in 'maxvgs' you will use about 4-8KB of physical memory.  Hence, inflating it further than you need is a bit wasteful.  Of course, in 11.31, the kernel tunable disappears...&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Thu, 26 Mar 2009 12:33:12 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2009-03-26T12:33:12Z</dc:date>
    <item>
      <title>vgcreate problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386109#M560696</link>
      <description>Any idea what this vgcreate error means?&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/vgHitachiBWS/group c 64 0x110000 # ll /dev/*/group&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Aug 29  2008 /dev/vg00/group&lt;BR /&gt;crw-r--r--   1 root       root        64 0x060000 Dec  1 14:52 /dev/vgHitachiBWD/group&lt;BR /&gt;crw-r--r--   1 root       root        64 0x020000 Dec  5 10:16 /dev/vgHitachiJPS/group&lt;BR /&gt;crw-r--r--   1 root       root        64 0x070000 Mar 12 10:59 /dev/vgHitachiSBX/group&lt;BR /&gt;crw-r--r--   1 root       root        64 0x080000 Dec  1 14:53 /dev/vgJPDsbx/group&lt;BR /&gt;crw-r--r--   1 root       root        64 0x090000 Dec  1 14:55 /dev/vgdevsap/group&lt;BR /&gt;crw-r--r--   1 root       root        64 0x030000 Oct  1 10:50 /dev/vgsbx/group&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/vgHitachiBWS/group c 64 0x110000&lt;BR /&gt;&lt;BR /&gt;# vgcreate -s 32 -l 128 /dev/vgHitachiBWS  /dev/dsk/c10t3d0                             &lt;BR /&gt;vgcreate: Cannot open the control file "/dev/vgHitachiBWS/group":&lt;BR /&gt;No such device&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Mar 2009 20:26:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386109#M560696</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2009-03-23T20:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386110#M560697</link>
      <description>What is your MAXVGS kernel parameter set to?&lt;BR /&gt;&lt;BR /&gt;If it is the default of 12, then you need to decrease the minor number you are using.&lt;BR /&gt;&lt;BR /&gt;Remember the minor number is in HEX so a HEX 11 = decimas 17.&lt;BR /&gt;&lt;BR /&gt;Try again with:&lt;BR /&gt;&lt;BR /&gt;# rm /dev/vgHitachiBWS/group&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/vgHitachiBWS/group c 64 0x010000&lt;BR /&gt;&lt;BR /&gt;Or you woulc use 04, 05, or 06.</description>
      <pubDate>Mon, 23 Mar 2009 20:32:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386110#M560697</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-03-23T20:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386111#M560698</link>
      <description>Yeah thanks -- I already came to realize that it was a problem, &lt;BR /&gt;&lt;BR /&gt;maxvgs defaults to 10... Need to find time to reset it and bounce the box.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Mar 2009 20:47:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386111#M560698</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2009-03-23T20:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386112#M560699</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; maxvgs defaults to 10... Need to find time to reset it and bounce the box.&lt;BR /&gt;&lt;BR /&gt;...which means that valid values range from 0x00 to 0x09 or 10 (decimal) volume groups.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 23 Mar 2009 20:50:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386112#M560699</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-03-23T20:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386113#M560700</link>
      <description>Hi etc,&lt;BR /&gt;&lt;BR /&gt;Is it really necessary to change the kernel parameter an dreboot ?&lt;BR /&gt;&lt;BR /&gt;I see that group 0x010000, 0x040000 &amp;amp; 0x050000 are not used !&lt;BR /&gt;&lt;BR /&gt;You can used them first and do need to reboot.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Mar 2009 07:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386113#M560700</guid>
      <dc:creator>Roland Piette</dc:creator>
      <dc:date>2009-03-24T07:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386114#M560701</link>
      <description>Hi etc&lt;BR /&gt;&lt;BR /&gt;Yes, Roland Piette is right here&lt;BR /&gt;you can use 0x010000, 0x040000 &amp;amp; 0x050000&lt;BR /&gt;for new VG as these are not in use as per the output you have pasted above.&lt;BR /&gt;&lt;BR /&gt;So no reboot is required &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Mar 2009 07:43:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386114#M560701</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2009-03-24T07:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386115#M560702</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please assign some points who give there valuable time for your problem.&lt;BR /&gt;&lt;BR /&gt;To know how to assign points please go through the below link.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Tue, 24 Mar 2009 07:53:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386115#M560702</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-03-24T07:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386116#M560703</link>
      <description>Dear etc&lt;BR /&gt;Surely u can use all these minor numbers&lt;BR /&gt;&lt;BR /&gt;the condition is it should be unique and hex &lt;BR /&gt;&lt;BR /&gt;decimal &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sajjad</description>
      <pubDate>Wed, 25 Mar 2009 05:36:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386116#M560703</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-03-25T05:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386117#M560704</link>
      <description>I reset mxvgs kernel variable to "99" and rebooted, and now I can create more VGs.</description>
      <pubDate>Thu, 26 Mar 2009 12:28:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386117#M560704</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2009-03-26T12:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386118#M560705</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;For each increment in 'maxvgs' you will use about 4-8KB of physical memory.  Hence, inflating it further than you need is a bit wasteful.  Of course, in 11.31, the kernel tunable disappears...&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 26 Mar 2009 12:33:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386118#M560705</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-03-26T12:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386119#M560706</link>
      <description>Thanks for pointing that out.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Mar 2009 17:35:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problems/m-p/4386119#M560706</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2009-03-26T17:35:29Z</dc:date>
    </item>
  </channel>
</rss>

