<?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: Trying to vgexport old Volume Group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252741#M627239</link>
    <description>Thanks for the advice guys.  One more question.  When performing the vgscan command I recieved messages such as the following:&lt;BR /&gt;&lt;BR /&gt;Following Physical Volumes belong to one Volume Group.&lt;BR /&gt;Unable to match these Physical Volumes to a Volume Group.&lt;BR /&gt;Use the vgimport command to complete the process.&lt;BR /&gt;/dev/dsk/c38t15d2&lt;BR /&gt;/dev/dsk/c38t15d3&lt;BR /&gt;/dev/dsk/c38t15d4&lt;BR /&gt;/dev/dsk/c38t15d5&lt;BR /&gt;/dev/dsk/c38t15d6&lt;BR /&gt;/dev/dsk/c38t15d7&lt;BR /&gt;/dev/dsk/c39t15d2&lt;BR /&gt;/dev/dsk/c39t15d3&lt;BR /&gt;/dev/dsk/c39t15d4&lt;BR /&gt;/dev/dsk/c39t15d5&lt;BR /&gt;/dev/dsk/c39t15d6&lt;BR /&gt;/dev/dsk/c39t15d7&lt;BR /&gt;&lt;BR /&gt;Does this mean I need more cleanup?  In regards to the above text.  This system has had a lot of creating and deleting of volume groups at one time on it.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 19 Apr 2004 14:28:30 GMT</pubDate>
    <dc:creator>Tony Roberson</dc:creator>
    <dc:date>2004-04-19T14:28:30Z</dc:date>
    <item>
      <title>Trying to vgexport old Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252735#M627233</link>
      <description>Trying to cleanup old volume groups from the system.  Performed the following:&lt;BR /&gt;&lt;BR /&gt;vgchange -a n /dev/vgtest&lt;BR /&gt;vgchange: Volume group "/dev/vgengserv" does not exist in the "/etc/lvmtab" file.&lt;BR /&gt;&lt;BR /&gt;vgexport -v /dev/vgtest&lt;BR /&gt;vgexport: Couldn't export volume group "/dev/vgengserv".&lt;BR /&gt;&lt;BR /&gt;Can I simply remove the directory /dev/vgengserv now?&lt;BR /&gt;&lt;BR /&gt;Thanks for any help.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2004 13:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252735#M627233</guid>
      <dc:creator>Tony Roberson</dc:creator>
      <dc:date>2004-04-19T13:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to vgexport old Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252736#M627234</link>
      <description>Do a strings /etc/lvmtab and see if this bogus VG appears. Generally when you see bogus output like this, it is a result of non-unique minor device numbers in the /dev/vgXX/group files. Make sure that each of your group files has a unique minor device number.&lt;BR /&gt;&lt;BR /&gt;If vgengserv shows up in your strings output and is not in use then vgexport it.&lt;BR /&gt;&lt;BR /&gt;Also, it is possible that you have symbolic links between these two VG's but I'm betting on bad moinor device numbers.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2004 13:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252736#M627234</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-04-19T13:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to vgexport old Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252737#M627235</link>
      <description>First we will try to get lvmtab checked.&lt;BR /&gt;&lt;BR /&gt;Do a vgscan -pva and check if it gives any errors and do you get this vg in above command?&lt;BR /&gt;&lt;BR /&gt;If yes rename old /etc/lvmtab to /etc/lvmtab.old and run vgscan -av&lt;BR /&gt;&lt;BR /&gt;Once it is there, do vgchange -a y vgname and if OK then do vgexport.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 19 Apr 2004 13:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252737#M627235</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-04-19T13:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to vgexport old Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252738#M627236</link>
      <description>You should also note that while doing the export/import process mounted filesystems are not effected at all.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 19 Apr 2004 14:15:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252738#M627236</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-04-19T14:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to vgexport old Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252739#M627237</link>
      <description>performed the strings command and the vgscan command.  neither returned information about vgengserv.  &lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2004 14:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252739#M627237</guid>
      <dc:creator>Tony Roberson</dc:creator>
      <dc:date>2004-04-19T14:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to vgexport old Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252740#M627238</link>
      <description>Also check if you have anything for that volume group in /etc/lvmconf directory. This is with assumption that it was used sometime on the system.&lt;BR /&gt;&lt;BR /&gt;If not you just remove /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 19 Apr 2004 14:23:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252740#M627238</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-04-19T14:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to vgexport old Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252741#M627239</link>
      <description>Thanks for the advice guys.  One more question.  When performing the vgscan command I recieved messages such as the following:&lt;BR /&gt;&lt;BR /&gt;Following Physical Volumes belong to one Volume Group.&lt;BR /&gt;Unable to match these Physical Volumes to a Volume Group.&lt;BR /&gt;Use the vgimport command to complete the process.&lt;BR /&gt;/dev/dsk/c38t15d2&lt;BR /&gt;/dev/dsk/c38t15d3&lt;BR /&gt;/dev/dsk/c38t15d4&lt;BR /&gt;/dev/dsk/c38t15d5&lt;BR /&gt;/dev/dsk/c38t15d6&lt;BR /&gt;/dev/dsk/c38t15d7&lt;BR /&gt;/dev/dsk/c39t15d2&lt;BR /&gt;/dev/dsk/c39t15d3&lt;BR /&gt;/dev/dsk/c39t15d4&lt;BR /&gt;/dev/dsk/c39t15d5&lt;BR /&gt;/dev/dsk/c39t15d6&lt;BR /&gt;/dev/dsk/c39t15d7&lt;BR /&gt;&lt;BR /&gt;Does this mean I need more cleanup?  In regards to the above text.  This system has had a lot of creating and deleting of volume groups at one time on it.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2004 14:28:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252741#M627239</guid>
      <dc:creator>Tony Roberson</dc:creator>
      <dc:date>2004-04-19T14:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to vgexport old Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252742#M627240</link>
      <description>looked in /etc/lvmconf&lt;BR /&gt;&lt;BR /&gt;There is a file   vgengserv.conf&lt;BR /&gt;&lt;BR /&gt;Do I simply remove this file and then rm /dev/vgengserv?&lt;BR /&gt;&lt;BR /&gt;There are no file under /dev/vgengserv</description>
      <pubDate>Mon, 19 Apr 2004 14:31:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252742#M627240</guid>
      <dc:creator>Tony Roberson</dc:creator>
      <dc:date>2004-04-19T14:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to vgexport old Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252743#M627241</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It is possible that you may be seeing the VG directory in the /dev directory, but the VG doesn't really exist on the system. If you do a strings /etc/lvmtab, is the VG listed over there. Is the VG listed if you do a vgdisplay -v. If not then it is more likely that the VG doesn't even exist on the system and you cannot vgexport it.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2004 14:45:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252743#M627241</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-04-19T14:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to vgexport old Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252744#M627242</link>
      <description>Do a strings on /etc/lvmconf/vgxx&lt;BR /&gt;&lt;BR /&gt;Check what pvs it lists, then check if those pvs are being used in any of the vgs you have on system.(pvdisplay for each pv and then do vgdisplay for each vg and check for these pvs)&lt;BR /&gt;If pvs are used by some other vg, just remove /dev/vgxx, If not just remove /dev/vgxx.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 19 Apr 2004 14:52:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trying-to-vgexport-old-volume-group/m-p/3252744#M627242</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-04-19T14:52:08Z</dc:date>
    </item>
  </channel>
</rss>

