<?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: 11i vgcreate errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/11i-vgcreate-errors/m-p/2833503#M635271</link>
    <description>AAAh, yes, maxvgs. When we set up the new system, we just took the default, but I am setting up a Service Guard cluster,and so want the minor numbers the same on all nodes--silly me. Thanks!!</description>
    <pubDate>Fri, 25 Oct 2002 14:56:34 GMT</pubDate>
    <dc:creator>MTSU_SAN</dc:creator>
    <dc:date>2002-10-25T14:56:34Z</dc:date>
    <item>
      <title>11i vgcreate errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/11i-vgcreate-errors/m-p/2833495#M635263</link>
      <description>I've done the usual:&lt;BR /&gt;pvcreate /dev/rdsk/c3t0d1&lt;BR /&gt;mkdir /dev/vgcy1&lt;BR /&gt;mknod /dev/vgcy1/group c 64 0x0c0000&lt;BR /&gt;vgcreate -p 10 -l 32 -s 1 -g PV0 /dev/vgcy1 /dev/dsk/c3t0d1&lt;BR /&gt;&lt;BR /&gt;and I get:&lt;BR /&gt;vgcreate: Cannot open the control file "/dev/vgcy1/group":&lt;BR /&gt;No such device&lt;BR /&gt;&lt;BR /&gt;I can ll:&lt;BR /&gt;frank2:[/dev] # ll /dev/vgcy1&lt;BR /&gt;total 0&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x0c0000 Oct 25 09:35 group&lt;BR /&gt;&lt;BR /&gt;Why is this? Also, I've noticed Sam cannot see some of my disks, that ioscan can see (VA7400 disks), so I cannot do this through sam. Any suggestions?</description>
      <pubDate>Fri, 25 Oct 2002 13:50:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/11i-vgcreate-errors/m-p/2833495#M635263</guid>
      <dc:creator>MTSU_SAN</dc:creator>
      <dc:date>2002-10-25T13:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: 11i vgcreate errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/11i-vgcreate-errors/m-p/2833496#M635264</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is your 'maxvgs' kernel parameter set at?  I think the default is 10.  If you have 'maxvgs' set for 10, and you have less than 10 VGs defined, you'll have to pick a minor number between x01 and x0a.  Otherwise, you'll have to bump up 'maxvgs'.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Oct 2002 13:53:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/11i-vgcreate-errors/m-p/2833496#M635264</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-10-25T13:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: 11i vgcreate errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/11i-vgcreate-errors/m-p/2833497#M635265</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If your kernel's 'maxvgs' parameter is the default (10), then you need to increase it to allow a 'vgcreate' for your device (0x0c = 12 decimal).&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 25 Oct 2002 13:54:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/11i-vgcreate-errors/m-p/2833497#M635265</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-10-25T13:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: 11i vgcreate errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/11i-vgcreate-errors/m-p/2833498#M635266</link>
      <description>Can you use a character in the minor number&lt;BR /&gt;&lt;BR /&gt;0x0c0000??</description>
      <pubDate>Fri, 25 Oct 2002 13:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/11i-vgcreate-errors/m-p/2833498#M635266</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2002-10-25T13:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: 11i vgcreate errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/11i-vgcreate-errors/m-p/2833499#M635267</link>
      <description>Yes you can use characters in the minor #.  It is a hex value, so 0c is 12, as James and John have mentioned.&lt;BR /&gt;&lt;BR /&gt;Patrick&lt;BR /&gt;&lt;BR /&gt;P.S.  To Ken Hubnik - I have taken your old job at Wilsonart.  E-mail me at wallekp@wilsonart.com with any advice or insights to the environment here.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Oct 2002 13:59:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/11i-vgcreate-errors/m-p/2833499#M635267</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-10-25T13:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: 11i vgcreate errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/11i-vgcreate-errors/m-p/2833500#M635268</link>
      <description>Ken,&lt;BR /&gt;&lt;BR /&gt;Yes.  The characters you use (0-9 and a-f) are to represent a hexadecimal number.  &lt;BR /&gt;&lt;BR /&gt;We typically set our 'maxvgs' parameter to 80.  We have a box with lots of VGs, and I was running into an issue with creating a new VG one day.  We didn't have as many VGs defined as our 'maxvgs' parameter, but I couldn't create any new VGs.  It finally hit me that all our VG minor numbers were 00-09, 10-19, 20-29, etc., and we hadn't been using the higher hex numbers 0a-0f, 1a-1f, etc.&lt;BR /&gt;&lt;BR /&gt;Maybe someday my three year old daughter will finally teach me how to count backwards and forwards in hexadecimal!   :)&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Oct 2002 14:06:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/11i-vgcreate-errors/m-p/2833500#M635268</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-10-25T14:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: 11i vgcreate errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/11i-vgcreate-errors/m-p/2833501#M635269</link>
      <description>With maxvgs defaulted to 10, the only valid values for group are 0x000000 through 0x090000 because the kernel reserves (maxvgs) structures and the minor number refers to a particular one.&lt;BR /&gt;&lt;BR /&gt;I wouldn't be too concerned about sam, I'd recommend always using the LVM commands to create logical volumes. If you script the commands then it's easy to recreate things should the need arise (eg disaster recovery).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Oct 2002 14:07:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/11i-vgcreate-errors/m-p/2833501#M635269</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-10-25T14:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: 11i vgcreate errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/11i-vgcreate-errors/m-p/2833502#M635270</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;For each increment in 'maxvgs' 4-8KB of lockable physical memory is consumed.  Thus while you need to increase the parameter (and this requires a reboot) don't set it too artificially large while trying to anticipate your future requirements.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 25 Oct 2002 14:08:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/11i-vgcreate-errors/m-p/2833502#M635270</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-10-25T14:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: 11i vgcreate errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/11i-vgcreate-errors/m-p/2833503#M635271</link>
      <description>AAAh, yes, maxvgs. When we set up the new system, we just took the default, but I am setting up a Service Guard cluster,and so want the minor numbers the same on all nodes--silly me. Thanks!!</description>
      <pubDate>Fri, 25 Oct 2002 14:56:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/11i-vgcreate-errors/m-p/2833503#M635271</guid>
      <dc:creator>MTSU_SAN</dc:creator>
      <dc:date>2002-10-25T14:56:34Z</dc:date>
    </item>
  </channel>
</rss>

