<?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 while allocating vg in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536783#M622367</link>
    <description>Thanks to all&lt;BR /&gt;manually is everything ok.&lt;BR /&gt;By Ralf&lt;BR /&gt;</description>
    <pubDate>Mon, 09 May 2005 02:57:16 GMT</pubDate>
    <dc:creator>Ralf Buchhold</dc:creator>
    <dc:date>2005-05-09T02:57:16Z</dc:date>
    <item>
      <title>error while allocating vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536772#M622356</link>
      <description>Hello&lt;BR /&gt;I get the error message during allocating &lt;BR /&gt;a vg. &lt;BR /&gt;Any idea?&lt;BR /&gt;Thanks Ralf&lt;BR /&gt;</description>
      <pubDate>Tue, 03 May 2005 10:03:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536772#M622356</guid>
      <dc:creator>Ralf Buchhold</dc:creator>
      <dc:date>2005-05-03T10:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: error while allocating vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536773#M622357</link>
      <description>Do an ls -l /dev/vg*/group. Note the minor device number (e.g. 0x010000). Each volume group must have a unique minor device number although all share a comon major device number (64). By convention, vg00 is assigned minor device number 0x000000, vg01 gets 0x010000, vg02 gets 0x020000, vg10 gets 0x0a0000 ...  but this is simply convention and not a requirement. When you create the group device node for your new volume group, just make sure that the minor device number you choose is not already in use and conforms to the format above. You may have also exceeded your maxvgs kernel setting as well so check that.</description>
      <pubDate>Tue, 03 May 2005 10:16:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536773#M622357</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-05-03T10:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: error while allocating vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536774#M622358</link>
      <description>Yes another volume group already has the group file settings that this volume group is trying to use.&lt;BR /&gt;&lt;BR /&gt;In a a folder called /dev/vgteset&lt;BR /&gt;&lt;BR /&gt;is a file called group.&lt;BR /&gt;&lt;BR /&gt;it was created with a mknod command.&lt;BR /&gt;&lt;BR /&gt;The group file in vgtest needs to be deleted and re-created unique to the other group files.&lt;BR /&gt;&lt;BR /&gt;mknod /dev/vg02/group c 64 0x020000&lt;BR /&gt;&lt;BR /&gt;Thats an example on how to do it. The last command line option can not match any existing volume groups.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 03 May 2005 10:17:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536774#M622358</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-03T10:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: error while allocating vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536775#M622359</link>
      <description>To clarify, do the following:&lt;BR /&gt;&lt;BR /&gt;ll /dev/*/group&lt;BR /&gt;&lt;BR /&gt;When you do the mknod command listed in the previous response, make sure that none of the  0xNNNNNN  match the number you want to use for your mknod command.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Oz&lt;BR /&gt;</description>
      <pubDate>Tue, 03 May 2005 10:58:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536775#M622359</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2005-05-03T10:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: error while allocating vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536776#M622360</link>
      <description>ll /dev/*/group |sort -k6n&lt;BR /&gt;&lt;BR /&gt;As you are using SAM - sounds strange - unless you picked the vg name....&lt;BR /&gt;&lt;BR /&gt;If you have a duplicate - then you need to remove the "new" one - vgexport may be required - but maybe just a rm -rf /dev/vgNEW then retry creating your new VG...&lt;BR /&gt;&lt;BR /&gt;If using SAM - then don't use the command line to do the mknod...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 03 May 2005 11:26:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536776#M622360</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-05-03T11:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: error while allocating vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536777#M622361</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;From the attachment it appears that you are trying to do it from SAM. And in this case  you will have to go through command line. Through command line you will be able to do it without problems. But just ensure to use unique minor number for group file as mentioned in earlier posts.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Tue, 03 May 2005 11:36:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536777#M622361</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-05-03T11:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: error while allocating vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536778#M622362</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Execute following command:&lt;BR /&gt;# ll /dev/*/group|sort -k6n|awk '{print $6}'|tail -1&lt;BR /&gt;&lt;BR /&gt;The o/p will be something similar to 0x020000.&lt;BR /&gt;&lt;BR /&gt;To create the group file, use the next higher no i.e., 0x030000 for our case. Note that the o/p is a Hex no., so if you get a o/p similar to 0x090000, then the next no you will have to use (in order to create the group file) is 0x0a0000.&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vgtest&lt;BR /&gt;# mknod /dev/vgtest/group c 64 0x030000&lt;BR /&gt;</description>
      <pubDate>Wed, 04 May 2005 05:41:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536778#M622362</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-05-04T05:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: error while allocating vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536779#M622363</link>
      <description>Hello&lt;BR /&gt;I tested all your answers. But no change.&lt;BR /&gt;Please look again:&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg04 &lt;BR /&gt;mknod /dev/vg04/group c 64 0x040000&lt;BR /&gt;vgcreate vg04 /dev/dsk/c4t8d0&lt;BR /&gt;Increased the number of physical extents per physical volume to 8683.&lt;BR /&gt;vgcreate: Volume group "/dev/vg04" could not be created:&lt;BR /&gt;A volume group is already using this major and minor number.&lt;BR /&gt;Please check the minor number of the "group" device file.&lt;BR /&gt;/dev/vg00:&lt;BR /&gt;total 0&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Dez.  9  2002 group&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000001 Dez.  9  2002 lvol1&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000002 Dez.  9  2002 lvol2&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000003 Dez.  9  2002 lvol3&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000004 Dez.  9  2002 lvol4&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000005 Dez.  9  2002 lvol5&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000006 Dez.  9  2002 lvol6&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000007 Dez.  9  2002 lvol7&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000008 Dez.  9  2002 lvol8&lt;BR /&gt;br--r-----   1 root       sys         64 0x000009 MÃ¤rz 12  2003 lvol9&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000001 Dez.  9  2002 rlvol1&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000002 Dez.  9  2002 rlvol2&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000003 Dez.  9  2002 rlvol3&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000004 Dez.  9  2002 rlvol4&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000005 Dez.  9  2002 rlvol5&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000006 Dez.  9  2002 rlvol6&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000007 Dez.  9  2002 rlvol7&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000008 Dez.  9  2002 rlvol8&lt;BR /&gt;cr--r-----   1 root       sys         64 0x000009 MÃ¤rz 12  2003 rlvol9&lt;BR /&gt;&lt;BR /&gt;/dev/vg01:&lt;BR /&gt;total 0&lt;BR /&gt;cr--r--r--   1 root       sys         64 0x010000 Aug.  9  2004 group&lt;BR /&gt;br--r-----   1 root       sys         64 0x010001 Aug.  9  2004 lvol1&lt;BR /&gt;cr--r-----   1 root       sys         64 0x010001 Aug.  9  2004 rlvol1&lt;BR /&gt;&lt;BR /&gt;/dev/vg02:&lt;BR /&gt;total 0&lt;BR /&gt;cr--r--r--   1 root       sys         64 0x020000 Jan.  3  2003 group&lt;BR /&gt;br--r-----   1 root       sys         64 0x020001 Jan.  3  2003 lvol1&lt;BR /&gt;br--r-----   1 root       sys         64 0x020002 Feb. 11  2003 lvol2&lt;BR /&gt;br--r-----   1 root       sys         64 0x020003 Mai  7  2003 lvol3&lt;BR /&gt;cr--r-----   1 root       sys         64 0x020001 Jan.  3  2003 rlvol1&lt;BR /&gt;cr--r-----   1 root       sys         64 0x020002 Feb. 11  2003 rlvol2&lt;BR /&gt;cr--r-----   1 root       sys         64 0x020003 Mai  7  2003 rlvol3&lt;BR /&gt;&lt;BR /&gt;/dev/vg03:&lt;BR /&gt;total 0&lt;BR /&gt;cr--r--r--   1 root       sys         64 0x030000 Jan. 28  2003 group&lt;BR /&gt;br--r-----   1 root       sys         64 0x030001 Feb. 15  2003 lvol1&lt;BR /&gt;br--r-----   1 root       sys         64 0x030002 MÃ¤rz  2  2004 lvol2&lt;BR /&gt;br--r-----   1 root       sys         64 0x030003 MÃ¤rz 15  2004 lvol3&lt;BR /&gt;br--r-----   1 root       sys         64 0x030004 Apr. 23  2004 lvolarch&lt;BR /&gt;cr--r-----   1 root       sys         64 0x030001 Feb. 15  2003 rlvol1&lt;BR /&gt;cr--r-----   1 root       sys         64 0x030002 MÃ¤rz  2  2004 rlvol2&lt;BR /&gt;cr--r-----   1 root       sys         64 0x030003 MÃ¤rz 15  2004 rlvol3&lt;BR /&gt;cr--r-----   1 root       sys         64 0x030004 Apr. 23  2004 rlvolarch&lt;BR /&gt;&lt;BR /&gt;Any Idea&lt;BR /&gt;</description>
      <pubDate>Wed, 04 May 2005 08:53:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536779#M622363</guid>
      <dc:creator>Ralf Buchhold</dc:creator>
      <dc:date>2005-05-04T08:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: error while allocating vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536780#M622364</link>
      <description>Run the following command and post the reply&lt;BR /&gt;&lt;BR /&gt;# find /dev -name "group" -exec ll {} \;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 May 2005 09:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536780#M622364</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-05-04T09:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: error while allocating vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536781#M622365</link>
      <description>Hello here is the replay:&lt;BR /&gt;&lt;BR /&gt;root_s2&amp;gt; find /dev -name "group" -exec ll {} \; &lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Dez.  9  2002 /dev/vg00/group&lt;BR /&gt;cr--r--r--   1 root       sys         64 0x010000 Aug.  9  2004 /dev/vg01/group&lt;BR /&gt;cr--r--r--   1 root       sys         64 0x020000 Jan.  3  2003 /dev/vg02/group&lt;BR /&gt;cr--r--r--   1 root       sys         64 0x030000 Jan. 28  2003 /dev/vg03/group&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x040000 Mai  4 15:49 /dev/vg04/group&lt;BR /&gt;&lt;BR /&gt;And now ??&lt;BR /&gt;Thanks&lt;BR /&gt;ralf</description>
      <pubDate>Mon, 09 May 2005 02:41:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536781#M622365</guid>
      <dc:creator>Ralf Buchhold</dc:creator>
      <dc:date>2005-05-09T02:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: error while allocating vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536782#M622366</link>
      <description>hi ralf,&lt;BR /&gt;&lt;BR /&gt;interesting. r u now trying to create vg04 or vgtest?&lt;BR /&gt;&lt;BR /&gt;from what i see, vg04 is already created, thus if u r still doing mknod with minor number 0x040000, this will not work.&lt;BR /&gt;&lt;BR /&gt;however, if u want to create vgtest, do this:&lt;BR /&gt;&lt;BR /&gt;confirm that u do not need any data from this disk.&lt;BR /&gt;# pvcreate -f /dev/rdsk/c4t8d0&lt;BR /&gt;&lt;BR /&gt;follow by:&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vgtest&lt;BR /&gt;# mknod /dev/vgtest/group c 64 0x050000&lt;BR /&gt;# vgcreate vgtest /dev/dsk/c4t8d0&lt;BR /&gt;# vgdisplay -v vgtest&lt;BR /&gt;&lt;BR /&gt;hope it helps.&lt;BR /&gt;&lt;BR /&gt;regards.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 May 2005 02:53:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536782#M622366</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-05-09T02:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: error while allocating vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536783#M622367</link>
      <description>Thanks to all&lt;BR /&gt;manually is everything ok.&lt;BR /&gt;By Ralf&lt;BR /&gt;</description>
      <pubDate>Mon, 09 May 2005 02:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536783#M622367</guid>
      <dc:creator>Ralf Buchhold</dc:creator>
      <dc:date>2005-05-09T02:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: error while allocating vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536784#M622368</link>
      <description>Hi Ralf,&lt;BR /&gt;&lt;BR /&gt;Remove the group file in /dev/vg04 and try again.  If it still fails with the same error I would do a global search just incase a file with that major and minor number has been setup outside /dev for some reason.&lt;BR /&gt;&lt;BR /&gt;#find / -type c | xargs ll | grep 0x040000&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Anthony</description>
      <pubDate>Mon, 09 May 2005 02:58:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536784#M622368</guid>
      <dc:creator>Anthony Lennan</dc:creator>
      <dc:date>2005-05-09T02:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: error while allocating vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536785#M622369</link>
      <description>Hi Ralf,&lt;BR /&gt;&lt;BR /&gt;if i stand correctly it's the kernel parameter maxvg's it's probeblyt lower then the hexadecimal your using.&lt;BR /&gt;Try to use mknod 0x011000 for the volumegroup.&lt;BR /&gt;&lt;BR /&gt;grtz. Mark</description>
      <pubDate>Mon, 09 May 2005 03:02:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-allocating-vg/m-p/3536785#M622369</guid>
      <dc:creator>Mark Nieuwboer</dc:creator>
      <dc:date>2005-05-09T03:02:42Z</dc:date>
    </item>
  </channel>
</rss>

