<?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: Problems creating Volum Groups in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-creating-volum-groups/m-p/4984432#M420596</link>
    <description>Hi Charles,&lt;BR /&gt;&lt;BR /&gt;It seems that already the device files are there for that vg01.&lt;BR /&gt;&lt;BR /&gt;There are two ways to recover&lt;BR /&gt;1)export the vg &amp;amp; create once again using vgexport &amp;amp; vgcreate&lt;BR /&gt;&lt;BR /&gt;2)mv /etc/lvmtab /etc/lvmtab.prev&lt;BR /&gt;vgscan -a&lt;BR /&gt;if the device for are same as the old one.It will create the same for vg01.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Arunkumar.B</description>
    <pubDate>Fri, 09 Jun 2006 10:34:27 GMT</pubDate>
    <dc:creator>Arunkumar.B</dc:creator>
    <dc:date>2006-06-09T10:34:27Z</dc:date>
    <item>
      <title>Problems creating Volum Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-creating-volum-groups/m-p/4984427#M420591</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I recovered vg00 from system1 by ignite into other machine and now I want to configure newvolum group from a MSA1000, but I get this error (from SAM):&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;The command used to create volume groups, /sbin/vgcreate, has failed. The stderr output from the command is shown below.  The volume group has not been created.&lt;BR /&gt;&lt;BR /&gt;vgcreate: Volume group "/dev/vg01" could not be created: A volume group is already using this major and minor number. Please check the minor number of the "group" device file.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Any idea?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Carles&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jun 2006 10:21:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-creating-volum-groups/m-p/4984427#M420591</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2006-06-09T10:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problems creating Volum Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-creating-volum-groups/m-p/4984428#M420592</link>
      <description>&lt;BR /&gt;Carles&lt;BR /&gt;&lt;BR /&gt;run  vgexport against all volume groups listed under /dev.  They were created via the ignite restore. This will remove them from the system and allow you create he vg's.</description>
      <pubDate>Fri, 09 Jun 2006 10:27:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-creating-volum-groups/m-p/4984428#M420592</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-06-09T10:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problems creating Volum Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-creating-volum-groups/m-p/4984429#M420593</link>
      <description>When you ignited the system, the definitions for *all* the VG's were restored into /dev.  You need to remove them before you can recreate them.  Try running "vgexport /dev/vg01".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 09 Jun 2006 10:27:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-creating-volum-groups/m-p/4984429#M420593</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-06-09T10:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problems creating Volum Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-creating-volum-groups/m-p/4984430#M420594</link>
      <description>There's a volume group configured on that system with a minor number of 0X010000.  Try running:  ll /dev/*/group and check the minor numbers already in use.  Use command line to manually create the new vg with a minor number not in use on the system.  For instance:&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg01&lt;BR /&gt;mknod /dev/vg01/group c 64 0x020000&lt;BR /&gt;vgcreate /dev/vg01&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Eric</description>
      <pubDate>Fri, 09 Jun 2006 10:27:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-creating-volum-groups/m-p/4984430#M420594</guid>
      <dc:creator>erics_1</dc:creator>
      <dc:date>2006-06-09T10:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problems creating Volum Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-creating-volum-groups/m-p/4984431#M420595</link>
      <description>It sounds like you have remnants of vg01 from the previous system.&lt;BR /&gt;&lt;BR /&gt;Do you have any files listed in /dev/vg01 ?&lt;BR /&gt;If you only see:&lt;BR /&gt;   /dev/vg01/group&lt;BR /&gt;&lt;BR /&gt;delete this file and the direcory /dev/vg01 then try creating the vg in sam.</description>
      <pubDate>Fri, 09 Jun 2006 10:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-creating-volum-groups/m-p/4984431#M420595</guid>
      <dc:creator>john kingsley</dc:creator>
      <dc:date>2006-06-09T10:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problems creating Volum Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-creating-volum-groups/m-p/4984432#M420596</link>
      <description>Hi Charles,&lt;BR /&gt;&lt;BR /&gt;It seems that already the device files are there for that vg01.&lt;BR /&gt;&lt;BR /&gt;There are two ways to recover&lt;BR /&gt;1)export the vg &amp;amp; create once again using vgexport &amp;amp; vgcreate&lt;BR /&gt;&lt;BR /&gt;2)mv /etc/lvmtab /etc/lvmtab.prev&lt;BR /&gt;vgscan -a&lt;BR /&gt;if the device for are same as the old one.It will create the same for vg01.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Arunkumar.B</description>
      <pubDate>Fri, 09 Jun 2006 10:34:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-creating-volum-groups/m-p/4984432#M420596</guid>
      <dc:creator>Arunkumar.B</dc:creator>
      <dc:date>2006-06-09T10:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problems creating Volum Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-creating-volum-groups/m-p/4984433#M420597</link>
      <description>As the others have stated vgexport the non vg00 volume groups (specificly vg01) on the machine. That will allow you to create your new volume group.</description>
      <pubDate>Fri, 09 Jun 2006 11:51:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-creating-volum-groups/m-p/4984433#M420597</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2006-06-09T11:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems creating Volum Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-creating-volum-groups/m-p/4984434#M420598</link>
      <description>If you check /dev then will find that 0x0100000 is being used by some other vg which is being restored by ignite (actually doen't exist on this server). So best way is to execute vgexport command for all other vgs except vg00. After doing this try creating vg from SAM or from command line:&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg01&lt;BR /&gt;mknod /dev/vg01/group c 64 0x01000000&lt;BR /&gt;&lt;BR /&gt;I hope this helps.</description>
      <pubDate>Sun, 11 Jun 2006 08:59:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-creating-volum-groups/m-p/4984434#M420598</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2006-06-11T08:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problems creating Volum Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-creating-volum-groups/m-p/4984435#M420599</link>
      <description>Thanks to all for your replies!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Carles&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jun 2006 02:25:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-creating-volum-groups/m-p/4984435#M420599</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2006-06-13T02:25:38Z</dc:date>
    </item>
  </channel>
</rss>

