<?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 failed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2798615#M637166</link>
    <description>Have you created the directory and group file for the VG?&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg_rwh_1&lt;BR /&gt;mknod /dev/vg_rwh_1/group c 64 0x0N0000 &lt;BR /&gt;&lt;BR /&gt;(where N is an arbitrary number for your VG, best suggestion is to increase this by one from your existing highest value)&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/rdsk/c0t8d1 &lt;BR /&gt;&lt;BR /&gt;then your vgcreate command should work.&lt;BR /&gt;</description>
    <pubDate>Tue, 03 Sep 2002 11:46:42 GMT</pubDate>
    <dc:creator>Chris Wilshaw</dc:creator>
    <dc:date>2002-09-03T11:46:42Z</dc:date>
    <item>
      <title>vgcreate failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2798613#M637164</link>
      <description>Hi All!&lt;BR /&gt;I try to create a new volume group on my server and I received the following error message : &lt;BR /&gt;vgcreate: Cannot open the control file "/dev/vg_rwh_1/group":&lt;BR /&gt;No such device&lt;BR /&gt;&lt;BR /&gt;The command that I use is the follow :&lt;BR /&gt;vgcreate -e 5000 /dev/vg_rwh_1 /dev/dsk/c0t8d1&lt;BR /&gt;&lt;BR /&gt;The maxvgs parameter in the kernel is 30.&lt;BR /&gt;The vg that I create on this server are 20.&lt;BR /&gt;&lt;BR /&gt;Any idea?&lt;BR /&gt;&lt;BR /&gt;TIA.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Sep 2002 11:41:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2798613#M637164</guid>
      <dc:creator>Luca Frigatti</dc:creator>
      <dc:date>2002-09-03T11:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2798614#M637165</link>
      <description>Did you...&lt;BR /&gt;mkdir /dev/vg_rwh_1/group&lt;BR /&gt;mknod /dev/vg_rwh_1/group c 64 0xnn0000&lt;BR /&gt;&lt;BR /&gt;and then:&lt;BR /&gt;vgcreate -e 5000 /dev/.....&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Sep 2002 11:44:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2798614#M637165</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2002-09-03T11:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2798615#M637166</link>
      <description>Have you created the directory and group file for the VG?&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg_rwh_1&lt;BR /&gt;mknod /dev/vg_rwh_1/group c 64 0x0N0000 &lt;BR /&gt;&lt;BR /&gt;(where N is an arbitrary number for your VG, best suggestion is to increase this by one from your existing highest value)&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/rdsk/c0t8d1 &lt;BR /&gt;&lt;BR /&gt;then your vgcreate command should work.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Sep 2002 11:46:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2798615#M637166</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2002-09-03T11:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2798616#M637167</link>
      <description>I've the following situation :&lt;BR /&gt;&lt;BR /&gt;/dev/vg_rwh_1:&lt;BR /&gt;total 10&lt;BR /&gt;drwxr-xr-x   2 root       sys           1024 Sep  3 14:31 .&lt;BR /&gt;dr-xr-xr-x  34 oracle     dba           4096 Sep  3 14:31 ..&lt;BR /&gt;crw-r-----   1 root       sys         64 0x200000 Sep  3 14:31 group&lt;BR /&gt;pvcreate /dev/rdsk/c0t8d1&lt;BR /&gt;Physical volume "/dev/rdsk/c0t8d1" has been successfully created.&lt;BR /&gt;6981 root@devux!/ $ vgcreate -e 5000 /dev/vg_rwh_1 /dev/dsk/c0t8d1&lt;BR /&gt;vgcreate: Cannot open the control file "/dev/vg_rwh_1/group":&lt;BR /&gt;No such device&lt;BR /&gt;&lt;BR /&gt;TIA.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Sep 2002 11:51:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2798616#M637167</guid>
      <dc:creator>Luca Frigatti</dc:creator>
      <dc:date>2002-09-03T11:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2798617#M637168</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Did you create the device file with 'mknod' and specify a unique minor number?&lt;BR /&gt;&lt;BR /&gt;Remember that the minor number is expressed in hexadecimal, so if you used '20' you really have a decimal minor number of '32' -- too large for the 'maxvgs'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 03 Sep 2002 11:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2798617#M637168</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-09-03T11:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2798618#M637169</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I saw this thread and didn't mind replying because there were already 2 good replies.  Rita Workman and Chris Wilshaw's answers are both very correct, and were given to you before that of JRF, so you should assign them 10 points as well.&lt;BR /&gt;&lt;BR /&gt;Assign me 0 points please.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vince</description>
      <pubDate>Tue, 03 Sep 2002 12:29:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2798618#M637169</guid>
      <dc:creator>Vincent Farrugia</dc:creator>
      <dc:date>2002-09-03T12:29:06Z</dc:date>
    </item>
  </channel>
</rss>

