<?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 in vgcreate command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgcreate-command/m-p/273172#M631540</link>
    <description>Hi Karl,&lt;BR /&gt;&lt;BR /&gt;Please check the syntax of your command and order. &lt;BR /&gt;I am listing the command for info. Please use caution during use of these commands.&lt;BR /&gt;&lt;BR /&gt;1. mkdir /dev/vg02&lt;BR /&gt;2. mknod /dev/vg02/group c 64 0x020000&lt;BR /&gt;3. pvcreate -f /dev/rdsk/disknumber&lt;BR /&gt;4. vgcreate /dev/vg02 /dev/dsk/disknumber&lt;BR /&gt;&lt;BR /&gt;Hope this helps &lt;BR /&gt;-BB&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 27 Oct 2003 22:36:51 GMT</pubDate>
    <dc:creator>CA955412</dc:creator>
    <dc:date>2003-10-27T22:36:51Z</dc:date>
    <item>
      <title>Error in vgcreate command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgcreate-command/m-p/273169#M631537</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have an error in my vgcreate command.  The error states:&lt;BR /&gt;====================================&lt;BR /&gt;vgcreate: Cannot open the control file "/dev/vg02/group":&lt;BR /&gt;No such device&lt;BR /&gt;====================================&lt;BR /&gt;What have caused this error?  I have scaned using ioscan but it displays the the raid device.&lt;BR /&gt;====================================&lt;BR /&gt;disk       5  0/7/0/1.0.0.0  sdisk   CLAIMED     DEVICE       I2O     RAID5&lt;BR /&gt;                            /dev/dsk/c5t0d0   /dev/rdsk/c5t0d0&lt;BR /&gt;====================================&lt;BR /&gt;&lt;BR /&gt;I have already done the pvcreate command, created the vg02 directory, and already executed the mknod command.&lt;BR /&gt;&lt;BR /&gt;Thanks in advanced.&lt;BR /&gt;&lt;BR /&gt;Karl</description>
      <pubDate>Mon, 27 Oct 2003 04:56:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgcreate-command/m-p/273169#M631537</guid>
      <dc:creator>CA1005821</dc:creator>
      <dc:date>2003-10-27T04:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error in vgcreate command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgcreate-command/m-p/273170#M631538</link>
      <description>Hi Karl,&lt;BR /&gt;&lt;BR /&gt;Could you check next command, to check the minor and mayor numbers.&lt;BR /&gt;&lt;BR /&gt;# ls -ll /de/*/group&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/vg02/group c 64 0x020000&lt;BR /&gt;&lt;BR /&gt;# vgcreate /dev/vg02 /dev/dsk/c5t0d0&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Mon, 27 Oct 2003 16:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgcreate-command/m-p/273170#M631538</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-10-27T16:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error in vgcreate command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgcreate-command/m-p/273171#M631539</link>
      <description>Thanks for your reply.  The group file for vg02 is already existing. Here is the output of the command you gave me.&lt;BR /&gt;&lt;BR /&gt;# ls -ll /dev/*/group&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Oct 22 14:46 /dev/vg00/group&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x010000 Oct 27 15:41 /dev/vg01/group&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x020000 Oct 27 18:17 /dev/vg02/group&lt;BR /&gt;&lt;BR /&gt;But still I have the same error when I execute the  vgcreate command.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Karl&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Oct 2003 21:10:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgcreate-command/m-p/273171#M631539</guid>
      <dc:creator>CA1005821</dc:creator>
      <dc:date>2003-10-27T21:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error in vgcreate command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgcreate-command/m-p/273172#M631540</link>
      <description>Hi Karl,&lt;BR /&gt;&lt;BR /&gt;Please check the syntax of your command and order. &lt;BR /&gt;I am listing the command for info. Please use caution during use of these commands.&lt;BR /&gt;&lt;BR /&gt;1. mkdir /dev/vg02&lt;BR /&gt;2. mknod /dev/vg02/group c 64 0x020000&lt;BR /&gt;3. pvcreate -f /dev/rdsk/disknumber&lt;BR /&gt;4. vgcreate /dev/vg02 /dev/dsk/disknumber&lt;BR /&gt;&lt;BR /&gt;Hope this helps &lt;BR /&gt;-BB&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Oct 2003 22:36:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgcreate-command/m-p/273172#M631540</guid>
      <dc:creator>CA955412</dc:creator>
      <dc:date>2003-10-27T22:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error in vgcreate command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgcreate-command/m-p/273173#M631541</link>
      <description>Karl,&lt;BR /&gt;&lt;BR /&gt;Could you check the permission of /dev/vg02&lt;BR /&gt;&lt;BR /&gt;# ls -lad /dev/vg02&lt;BR /&gt;drwxr-xr-x   2 root       root          1024 Oct  7 15:56 /dev/vg02&lt;BR /&gt;&lt;BR /&gt;and the maxvgs kernel parameter.&lt;BR /&gt;&lt;BR /&gt;# grep maxvgs /stand/system&lt;BR /&gt;maxvgs          80&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Tue, 28 Oct 2003 05:34:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vgcreate-command/m-p/273173#M631541</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-10-28T05:34:41Z</dc:date>
    </item>
  </channel>
</rss>

