<?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: Old VG information in /dev in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/old-vg-information-in-dev/m-p/2896961#M633765</link>
    <description>Check /etc/lvmtab.&lt;BR /&gt;strings /etc/lvmtab does it show old VGs there? if yes then do vgexport old vgs. This will also remove /dev/oldvgs directory.&lt;BR /&gt;&lt;BR /&gt;If lvmtab does not have the entries for old vgs, then you can just do rm for old vg directories.&lt;BR /&gt;&lt;BR /&gt;Now do vgcfgbackup and vgexport to backup new vgs config. mv lvmtab to lvmtab.old and do vgscan.</description>
    <pubDate>Wed, 05 Feb 2003 03:37:46 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2003-02-05T03:37:46Z</dc:date>
    <item>
      <title>Old VG information in /dev</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-vg-information-in-dev/m-p/2896959#M633763</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have inherited a K450 running HPUX 10.20 which has old VG information in /dev that I'd like to get rid of.  Basically, there are 2 VGs listed in /dev which really don't exist- I suspect they were created and vgremoved in the past, and the previous admin didn't remove the device files in /dev. Anyway, I added 2 new VGs to this box which are working fine, but I noticed that the 2 old VG's have the same minor number as the 2 new VG's I created.  When I run vgscan -P it reports the old VG's names instead of the 2 new ones.  Can I safely remove the old VG directories from /dev?  Thanks in advance from an HPUX newbie.&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Feb 2003 02:20:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-vg-information-in-dev/m-p/2896959#M633763</guid>
      <dc:creator>UNIX Administrator_3</dc:creator>
      <dc:date>2003-02-05T02:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Old VG information in /dev</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-vg-information-in-dev/m-p/2896960#M633764</link>
      <description>Hi,&lt;BR /&gt; Check the contents of /etc/lvmtab by using #strings /etc/lvmtab. If it contains both OLD VG info and New VG info. Export the OLD VG info by # vgexport &lt;VG-NAME&gt; . It removes the directory structure and the entry from  /etc/lvmtab. &lt;BR /&gt;  If it contains only New VG info then u can very well remove the old VG directory structure under /dev.&lt;BR /&gt;  If it contains only OLD VG info. Make a backup of /etc/lvmtab, VG backup using vgcfgbackup and map file using vgexport -p. Then u can safely remove your OLD VG Directories and run a vgscan. I hope this solves ur problem.&lt;BR /&gt;- suki&lt;BR /&gt;&lt;/VG-NAME&gt;</description>
      <pubDate>Wed, 05 Feb 2003 03:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-vg-information-in-dev/m-p/2896960#M633764</guid>
      <dc:creator>suki</dc:creator>
      <dc:date>2003-02-05T03:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Old VG information in /dev</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-vg-information-in-dev/m-p/2896961#M633765</link>
      <description>Check /etc/lvmtab.&lt;BR /&gt;strings /etc/lvmtab does it show old VGs there? if yes then do vgexport old vgs. This will also remove /dev/oldvgs directory.&lt;BR /&gt;&lt;BR /&gt;If lvmtab does not have the entries for old vgs, then you can just do rm for old vg directories.&lt;BR /&gt;&lt;BR /&gt;Now do vgcfgbackup and vgexport to backup new vgs config. mv lvmtab to lvmtab.old and do vgscan.</description>
      <pubDate>Wed, 05 Feb 2003 03:37:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-vg-information-in-dev/m-p/2896961#M633765</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-02-05T03:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Old VG information in /dev</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-vg-information-in-dev/m-p/2896962#M633766</link>
      <description>The best way would be to do a&lt;BR /&gt;vgexport of the OLD vg on the system.&lt;BR /&gt;&lt;BR /&gt;First do a &lt;BR /&gt;&lt;BR /&gt;#vgchange -a n &lt;OLDVGNAME&gt;&lt;BR /&gt;#vgexport -m vgXX.map /dev/vgXX&lt;BR /&gt;&lt;BR /&gt;This should remove the associate files in the /dev and the associated entries in the /etc/lvmtab.&lt;BR /&gt;&lt;BR /&gt;&lt;/OLDVGNAME&gt;</description>
      <pubDate>Wed, 05 Feb 2003 03:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-vg-information-in-dev/m-p/2896962#M633766</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-05T03:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Old VG information in /dev</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-vg-information-in-dev/m-p/2896963#M633767</link>
      <description>Thanks to all who answered.  Indeed there were no entries in lvmtab for these old VG's so I just removed the entries in /dev and all seems well.  Thanks again!</description>
      <pubDate>Sat, 08 Feb 2003 02:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-vg-information-in-dev/m-p/2896963#M633767</guid>
      <dc:creator>UNIX Administrator_3</dc:creator>
      <dc:date>2003-02-08T02:01:57Z</dc:date>
    </item>
  </channel>
</rss>

