<?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 problem to recreate volume group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-recreate-volume-group/m-p/2777245#M636963</link>
    <description>how to recreate volume group if the previous volume group was deleted. I'm having problem to create this volume group as system will report "the volume group already define in lvmtab"&lt;BR /&gt;&lt;BR /&gt;how to solve this problem..?</description>
    <pubDate>Thu, 01 Aug 2002 00:42:00 GMT</pubDate>
    <dc:creator>Mike_108</dc:creator>
    <dc:date>2002-08-01T00:42:00Z</dc:date>
    <item>
      <title>problem to recreate volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-recreate-volume-group/m-p/2777245#M636963</link>
      <description>how to recreate volume group if the previous volume group was deleted. I'm having problem to create this volume group as system will report "the volume group already define in lvmtab"&lt;BR /&gt;&lt;BR /&gt;how to solve this problem..?</description>
      <pubDate>Thu, 01 Aug 2002 00:42:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-recreate-volume-group/m-p/2777245#M636963</guid>
      <dc:creator>Mike_108</dc:creator>
      <dc:date>2002-08-01T00:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: problem to recreate volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-recreate-volume-group/m-p/2777246#M636964</link>
      <description>This should fix it.&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab (to make sure that the group is there)&lt;BR /&gt;# mv /etc/lvmtab /etc/lvmtab.010802&lt;BR /&gt;# vgscan -p -v (if no errors)&lt;BR /&gt;# vgscan -v (will re-create the /etc/lvmtab file)&lt;BR /&gt;&lt;BR /&gt;You should then be able to create the volume group etc.</description>
      <pubDate>Thu, 01 Aug 2002 01:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-recreate-volume-group/m-p/2777246#M636964</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-08-01T01:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: problem to recreate volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-recreate-volume-group/m-p/2777247#M636965</link>
      <description>Just do this &lt;BR /&gt;&lt;BR /&gt;#mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;&lt;BR /&gt;#vgscan -a&lt;BR /&gt;to rebuild the lvmtab file&lt;BR /&gt;&lt;BR /&gt;You are creating a new volume group vg02. &lt;BR /&gt;&lt;BR /&gt;Just check your /dev/vg02/group file. &lt;BR /&gt;If you have removed the vg02 volume group then also remove the /dev/vg02/group file. &lt;BR /&gt;then re-create using&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg_name &lt;BR /&gt;mknod /dev/vg_name/group c 64 0x0n0000 &lt;BR /&gt;Here n should be unique. &lt;BR /&gt;Check using ll /dev/*/group &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;</description>
      <pubDate>Thu, 01 Aug 2002 02:33:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-recreate-volume-group/m-p/2777247#M636965</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-01T02:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: problem to recreate volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-recreate-volume-group/m-p/2777248#M636966</link>
      <description>The best solution will be:&lt;BR /&gt;# mv /etc/lvmtab /etc/lvmtab.org&lt;BR /&gt;# vgscan -a&lt;BR /&gt;This will recreate the VG information.&lt;BR /&gt;&lt;BR /&gt;Also, if you have the map file of the original VG, you can do a vgimport too:&lt;BR /&gt;# vgimport -m mapfile ...options ...&lt;BR /&gt;&lt;BR /&gt;rgds,</description>
      <pubDate>Thu, 01 Aug 2002 02:38:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-recreate-volume-group/m-p/2777248#M636966</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-01T02:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem to recreate volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-recreate-volume-group/m-p/2777249#M636967</link>
      <description>guys, &lt;BR /&gt;thanks a lot on your effort to solve this prob.&lt;BR /&gt;this prob. already solve by HP engineer by changing the disk drive and reconfigure back that partition.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Sat, 17 Aug 2002 11:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-recreate-volume-group/m-p/2777249#M636967</guid>
      <dc:creator>Mike_108</dc:creator>
      <dc:date>2002-08-17T11:31:12Z</dc:date>
    </item>
  </channel>
</rss>

