<?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 issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798344#M616488</link>
    <description>follow the step but still the same.&lt;BR /&gt;&lt;BR /&gt;# vgexport vg01&lt;BR /&gt;vgexport: Volume group "/dev/vg01" does not exist in the "/etc/lvmtab" file.&lt;BR /&gt;vgexport: Couldn't export volume group "vg01".&lt;BR /&gt;# mkdir /dev/vg01&lt;BR /&gt;# mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;# vgcreate /dev/vg01 /dev/dsk/c2t1d0&lt;BR /&gt;Increased the number of physical extents per physical volume to 8683.&lt;BR /&gt;vgcreate: Volume group "/dev/vg01" 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;&lt;BR /&gt;# echo $?&lt;BR /&gt;1&lt;BR /&gt;</description>
    <pubDate>Thu, 01 Jun 2006 05:09:46 GMT</pubDate>
    <dc:creator>emily_3</dc:creator>
    <dc:date>2006-06-01T05:09:46Z</dc:date>
    <item>
      <title>vgcreate issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798342#M616486</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;  I removed vg01 by "vgreduce","vgremove" and then I want to recreate it by following the normal procedure. But encountered the following problem, pls help on this.&lt;BR /&gt;&lt;BR /&gt;#  vgcreate /dev/vg01 /dev/dsk/c2t1d0&lt;BR /&gt;Increased the number of physical extents per physical volume to 8683.&lt;BR /&gt;vgcreate: Volume group "/dev/vg01" 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;&lt;BR /&gt;Did I miss some step when remove the vg01, which cause the minor number is occupied? &lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 01 Jun 2006 04:35:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798342#M616486</guid>
      <dc:creator>emily_3</dc:creator>
      <dc:date>2006-06-01T04:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798343#M616487</link>
      <description>Shalom emily,&lt;BR /&gt;&lt;BR /&gt;Yes you missed a step.&lt;BR /&gt;&lt;BR /&gt;check the group files in /dev/vg## for all volume groups. Make sure they are consistent for the volume groups&lt;BR /&gt;&lt;BR /&gt;vgexport vg01&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg01&lt;BR /&gt;mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;&lt;BR /&gt;There must not be any other volume groups with in their group files.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 01 Jun 2006 04:58:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798343#M616487</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-06-01T04:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798344#M616488</link>
      <description>follow the step but still the same.&lt;BR /&gt;&lt;BR /&gt;# vgexport vg01&lt;BR /&gt;vgexport: Volume group "/dev/vg01" does not exist in the "/etc/lvmtab" file.&lt;BR /&gt;vgexport: Couldn't export volume group "vg01".&lt;BR /&gt;# mkdir /dev/vg01&lt;BR /&gt;# mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;# vgcreate /dev/vg01 /dev/dsk/c2t1d0&lt;BR /&gt;Increased the number of physical extents per physical volume to 8683.&lt;BR /&gt;vgcreate: Volume group "/dev/vg01" 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;&lt;BR /&gt;# echo $?&lt;BR /&gt;1&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 05:09:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798344#M616488</guid>
      <dc:creator>emily_3</dc:creator>
      <dc:date>2006-06-01T05:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798345#M616489</link>
      <description>Emily,&lt;BR /&gt;&lt;BR /&gt;could you post &lt;BR /&gt;&lt;BR /&gt;# ll /dev/*/group&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 01 Jun 2006 05:22:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798345#M616489</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2006-06-01T05:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798346#M616490</link>
      <description>Hi,&lt;BR /&gt;check the minor number used with the command:&lt;BR /&gt;&lt;BR /&gt;ll /dev/*/group&lt;BR /&gt;&lt;BR /&gt;Perhaps you used a minor number for vg01 (with the command mknod) that is already in use.&lt;BR /&gt;&lt;BR /&gt;Enrico</description>
      <pubDate>Thu, 01 Jun 2006 05:24:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798346#M616490</guid>
      <dc:creator>Enrico P.</dc:creator>
      <dc:date>2006-06-01T05:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798347#M616491</link>
      <description>Hi emily,&lt;BR /&gt;&lt;BR /&gt;vgremove doesn't remove the vgXX directory as well where vgexport does that. So if you use vgremove then should delete manually /dev/vgXX directory.&lt;BR /&gt;That should be the reason now the system is finding another group file with the same major/minor number.&lt;BR /&gt;Check as other people said by ll /dev/*/group and if any just delete it.&lt;BR /&gt;&lt;BR /&gt;Please don't forget to give the final statement here about the conclusion of the problem and if you think people here helped you then don't forget to assign points.&lt;BR /&gt;&lt;BR /&gt;Thanks for your collaboration!&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Thu, 01 Jun 2006 05:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798347#M616491</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2006-06-01T05:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798348#M616492</link>
      <description>Thanks for all your help!&lt;BR /&gt;&lt;BR /&gt;# ll /dev/*/group&lt;BR /&gt;&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Jun  1 08:20 /dev/vg00/group&lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x010000 Jun  1 11:54 /dev/vg01/group&lt;BR /&gt; &lt;BR /&gt;It looks like both vgreduce and vgremove, couldn't be able to clean remove it. So is there any command to clean remove one VG?</description>
      <pubDate>Thu, 01 Jun 2006 20:15:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798348#M616492</guid>
      <dc:creator>emily_3</dc:creator>
      <dc:date>2006-06-01T20:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798349#M616493</link>
      <description>Yes, as the others have tried to tell you, the command is "vgexport /dev/vg01"; this will remove /dev/vg01/* and the /dev/vg01 directory itself; in addition, it removes all references to vg01 in /etc/lvmtab. vgexport does not, however, alter any data on the disks themselves; those data remain intact and can be vgimport'ed on this host or another host.</description>
      <pubDate>Thu, 01 Jun 2006 20:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798349#M616493</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-06-01T20:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798350#M616494</link>
      <description>Ok, now I confirmed that vg01 has been cleaned, and re-create vg01 again, but still face the same problem:&lt;BR /&gt;# ll /dev/vg01&lt;BR /&gt;/dev/vg01 not found&lt;BR /&gt;# mkdir /dev/vg01&lt;BR /&gt;# mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;# chmod 640 /dev/vg01/group&lt;BR /&gt;# ll /dev/vg01&lt;BR /&gt;total 0&lt;BR /&gt;crw-r-----   1 root       sys         64 0x010000 Jun  2 03:13 group&lt;BR /&gt;# vgcreate /dev/vg01 /dev/dsk/c2t1d0&lt;BR /&gt;Increased the number of physical extents per physical volume to 8683.&lt;BR /&gt;vgcreate: Volume group "/dev/vg01" 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;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 20:33:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798350#M616494</guid>
      <dc:creator>emily_3</dc:creator>
      <dc:date>2006-06-01T20:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798351#M616495</link>
      <description>Was this server ever used with service guard?&lt;BR /&gt;&lt;BR /&gt;Is there an /dev/slvmvg file?&lt;BR /&gt;&lt;BR /&gt;# rm /dev/slvmvg&lt;BR /&gt;# mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;# vgscan -a -p -Â­v &lt;BR /&gt;&lt;BR /&gt;-p for prep</description>
      <pubDate>Thu, 01 Jun 2006 21:49:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798351#M616495</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2006-06-01T21:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798352#M616496</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; there is no /dev/slvmvg, just did:&lt;BR /&gt;&lt;BR /&gt;# vgscan -a -p&lt;BR /&gt;# vgcreate /dev/vg01 /dev/dsk/c2t1d0&lt;BR /&gt; &lt;BR /&gt;  But still the same failure.</description>
      <pubDate>Thu, 01 Jun 2006 22:16:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798352#M616496</guid>
      <dc:creator>emily_3</dc:creator>
      <dc:date>2006-06-01T22:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798353#M616497</link>
      <description>Check /etc/lvmpvg; you may have defined PVG's at some time and there may be bogus entries in this file. It's a textfile so you can use vi to view/edit it.</description>
      <pubDate>Thu, 01 Jun 2006 22:36:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798353#M616497</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-06-01T22:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798354#M616498</link>
      <description>Another thing to check is if there is another bogus device node out there some where.&lt;BR /&gt;&lt;BR /&gt;find / -type c -exec ls -l {} \; | grep 64 | grep 0x01 &lt;BR /&gt;&lt;BR /&gt;Let's just see what that turns up.</description>
      <pubDate>Thu, 01 Jun 2006 22:39:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798354#M616498</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-06-01T22:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798355#M616499</link>
      <description>There is no /etc/lvmpvg&lt;BR /&gt;&lt;BR /&gt;After did the find, there is only one result, which is /dev/vg01/group. Actually there is no other files.!&lt;BR /&gt;&lt;BR /&gt;My system is ia64 (11.23), is there any special feature?</description>
      <pubDate>Thu, 01 Jun 2006 23:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798355#M616499</guid>
      <dc:creator>emily_3</dc:creator>
      <dc:date>2006-06-01T23:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798356#M616500</link>
      <description>Hi Emily,&lt;BR /&gt;Please try&lt;BR /&gt;#vgexport vg01&lt;BR /&gt;#pvcreate -f /dev/rdsk/c2t1d0&lt;BR /&gt;After that repeat known procedure of creating vg's:&lt;BR /&gt;#mkdir /dev/vg01&lt;BR /&gt;#mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;#vgcreate /dev/vg01 /dev/dsk/c2t1d0&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Dan</description>
      <pubDate>Fri, 02 Jun 2006 02:30:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798356#M616500</guid>
      <dc:creator>Daniel Varabief</dc:creator>
      <dc:date>2006-06-02T02:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798357#M616501</link>
      <description>one easy workarount:&lt;BR /&gt;mkdir /dev/vg01&lt;BR /&gt;mknod /dev/vg01/group c 64 0x0a0000&lt;BR /&gt;ps you can alsow try to rename the vg01 to somting els but reading your tekst I do not hink it is the solution...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please post a ll /dev/* |grep 0x010000&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Jun 2006 03:31:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798357#M616501</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2006-06-02T03:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798358#M616502</link>
      <description>befor you change yous numbres please first chek if it is free:&lt;BR /&gt;ll /dev/* |grep [new numbre] &lt;BR /&gt;if it is not free just pick the next numbre</description>
      <pubDate>Fri, 02 Jun 2006 03:34:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798358#M616502</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2006-06-02T03:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798359#M616503</link>
      <description>Hi Emily,&lt;BR /&gt;&lt;BR /&gt;Can you check if the disk is oke?&lt;BR /&gt;- diskinfo -v /dev/rdsk/c2t1d0&lt;BR /&gt;Did the "find command" resulted in any Character devices found with the same minor number?&lt;BR /&gt;&lt;BR /&gt;- pvcreate /dev/rdsk/c2t1d0&lt;BR /&gt;- mkdir /dev/&lt;VGNAME&gt;&lt;BR /&gt;Try to use a differnt minor number&lt;BR /&gt;- mknod /dev/&lt;VGNAME&gt;/group c 64 0x020000&lt;BR /&gt;&lt;BR /&gt;GoodLuck&lt;BR /&gt;&lt;BR /&gt;Darrel&lt;/VGNAME&gt;&lt;/VGNAME&gt;</description>
      <pubDate>Fri, 02 Jun 2006 03:48:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798359#M616503</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2006-06-02T03:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798360#M616504</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;  vgcreate is successfully created by change the minor number. But still don't know why 0x010000 is occupied, since didn't found any other by "find" command. Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Jun 2006 04:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798360#M616504</guid>
      <dc:creator>emily_3</dc:creator>
      <dc:date>2006-06-02T04:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798361#M616505</link>
      <description>Emily,&lt;BR /&gt;&lt;BR /&gt;What's the result of:&lt;BR /&gt;find / -type c -exec ls -l {} \; | grep 64 | grep 0x01 &lt;BR /&gt;To check which Char. device is using this minor number.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
      <pubDate>Fri, 02 Jun 2006 04:27:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-issue/m-p/3798361#M616505</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2006-06-02T04:27:49Z</dc:date>
    </item>
  </channel>
</rss>

