<?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: error on vgcreate in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-on-vgcreate/m-p/4256154#M332263</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;It seems you did not create a device file for&lt;BR /&gt;the new volume group.&lt;BR /&gt;&lt;BR /&gt;What does this command say:&lt;BR /&gt;&lt;BR /&gt;# ls -als /dev/vg_audev_rman920_data/group&lt;BR /&gt;&lt;BR /&gt;If it comes with "no such file" or similar,&lt;BR /&gt;then you need to create it through mknod(1)&lt;BR /&gt;command. For example, for LVM L1:&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vg_audev_rman920_data&lt;BR /&gt;# mknod /dev/vg_audev_rman920_data/group c 64 0x010001&lt;BR /&gt;&lt;BR /&gt;(make sure the minor number is unique)&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Aug 2008 22:24:26 GMT</pubDate>
    <dc:creator>VK2COT</dc:creator>
    <dc:date>2008-08-21T22:24:26Z</dc:date>
    <item>
      <title>error on vgcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-on-vgcreate/m-p/4256153#M332262</link>
      <description>vgcreate: Cannot open control file "/dev/vg_audev_rman920_data/group", no such device.&lt;BR /&gt;&lt;BR /&gt;what is this error&lt;BR /&gt;the maxvgs is set to 80. &lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 21 Aug 2008 22:06:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-on-vgcreate/m-p/4256153#M332262</guid>
      <dc:creator>Steven Boyer</dc:creator>
      <dc:date>2008-08-21T22:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: error on vgcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-on-vgcreate/m-p/4256154#M332263</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;It seems you did not create a device file for&lt;BR /&gt;the new volume group.&lt;BR /&gt;&lt;BR /&gt;What does this command say:&lt;BR /&gt;&lt;BR /&gt;# ls -als /dev/vg_audev_rman920_data/group&lt;BR /&gt;&lt;BR /&gt;If it comes with "no such file" or similar,&lt;BR /&gt;then you need to create it through mknod(1)&lt;BR /&gt;command. For example, for LVM L1:&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vg_audev_rman920_data&lt;BR /&gt;# mknod /dev/vg_audev_rman920_data/group c 64 0x010001&lt;BR /&gt;&lt;BR /&gt;(make sure the minor number is unique)&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2008 22:24:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-on-vgcreate/m-p/4256154#M332263</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2008-08-21T22:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: error on vgcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-on-vgcreate/m-p/4256155#M332264</link>
      <description>Hi Steve:&lt;BR /&gt;&lt;BR /&gt;What does this show?&lt;BR /&gt;&lt;BR /&gt;# ls -l /dev/vg_audev_rman920_data/group&lt;BR /&gt;&lt;BR /&gt;You should see something like:&lt;BR /&gt;&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x500000 Mar  3 16:23 /dev/vg_audev_rman920_data/group&lt;BR /&gt;&lt;BR /&gt;...which is a limit for maxvgs=80, since 0x50 is 80 in decimal.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2008 22:25:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-on-vgcreate/m-p/4256155#M332264</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-21T22:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: error on vgcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-on-vgcreate/m-p/4256156#M332265</link>
      <description>thanks&lt;BR /&gt;we did the mknode and your ls -als shows it. the minor number is 55 and maxvgs=80 which I believe is our problem</description>
      <pubDate>Thu, 21 Aug 2008 22:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-on-vgcreate/m-p/4256156#M332265</guid>
      <dc:creator>Steven Boyer</dc:creator>
      <dc:date>2008-08-21T22:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: error on vgcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-on-vgcreate/m-p/4256157#M332266</link>
      <description>oops sorry that was 55 not 50</description>
      <pubDate>Thu, 21 Aug 2008 23:12:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-on-vgcreate/m-p/4256157#M332266</guid>
      <dc:creator>Steven Boyer</dc:creator>
      <dc:date>2008-08-21T23:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: error on vgcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-on-vgcreate/m-p/4256158#M332267</link>
      <description>Hi Steve:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; oops sorry that was 55 not 50&lt;BR /&gt;&lt;BR /&gt;Yes, and I should have said that the maxiumum value of the 'group'f file's minor number should be one-less than 'maxvgs' since the count is zero-relative.&lt;BR /&gt;&lt;BR /&gt;Of course, if you are running 11.31, 'maxvgs' is deprecated :-)&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 21 Aug 2008 23:21:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-on-vgcreate/m-p/4256158#M332267</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-21T23:21:45Z</dc:date>
    </item>
  </channel>
</rss>

