<?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: remove volume group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group/m-p/2862600#M96575</link>
    <description>/usr/sbin/vgexport /dev/vg03</description>
    <pubDate>Wed, 11 Dec 2002 19:58:16 GMT</pubDate>
    <dc:creator>Paul Sperry</dc:creator>
    <dc:date>2002-12-11T19:58:16Z</dc:date>
    <item>
      <title>remove volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group/m-p/2862595#M96570</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a volume group (vg03) that was moved to a SAN as vg15.  We run a backup of the volume group configuration nightly and always receive the following cron message:&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Volume group not activated.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vg03".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;*************************************************&lt;BR /&gt;Cron: The previous message is the standard output&lt;BR /&gt;      and standard error of one of your crontab commands:&lt;BR /&gt;&lt;BR /&gt;/usr/local/etc/vgbk.sh 2 &amp;gt;/dev/null&lt;BR /&gt;&lt;BR /&gt;******************************&lt;BR /&gt;&lt;BR /&gt;I want to remove any record of vg03 so that I no longer recieve this cron message.  Some pertanent info follows.&lt;BR /&gt;&lt;BR /&gt;When I run vgdisplay /dev/vg03 I recieve the following:&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Volume group not activated.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vg03".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The /etc/lvmtab file has the following pertaining to vg03:&lt;BR /&gt;&lt;BR /&gt;/dev/vg03&lt;BR /&gt;ze6x&amp;amp;y&lt;BR /&gt;/dev/dsk/c8t3d0&lt;BR /&gt;&lt;BR /&gt;The /etc/fstab file has no entries pertaining to vg03.  I have run "vgremove /dev/vg03" and receive the following message:&lt;BR /&gt;&lt;BR /&gt;vgremove: Volume group not activated.&lt;BR /&gt;&lt;BR /&gt;There are no logical volumes within vg03 as shown when I do an ls -l on /dev/vg03:&lt;BR /&gt;&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x030000 Mar 16  2002 group&lt;BR /&gt;&lt;BR /&gt;The only file present is the group character file.  What should I do to properly remove vg03 so that the backup no longer generates the above stated message?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Paul.</description>
      <pubDate>Wed, 11 Dec 2002 19:46:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group/m-p/2862595#M96570</guid>
      <dc:creator>Paul Cadieux</dc:creator>
      <dc:date>2002-12-11T19:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: remove volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group/m-p/2862596#M96571</link>
      <description>Have you tried vgexport on vg03??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This should remove any entries from the lvmtab for vg03.</description>
      <pubDate>Wed, 11 Dec 2002 19:49:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group/m-p/2862596#M96571</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2002-12-11T19:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: remove volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group/m-p/2862597#M96572</link>
      <description>Hi Paul,&lt;BR /&gt;&lt;BR /&gt;You need to run&lt;BR /&gt;&lt;BR /&gt;vgexport /dev/vg03&lt;BR /&gt;&lt;BR /&gt;That'll remove the lvmtab entries as well as the /dev/vg03 dir structure.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 11 Dec 2002 19:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group/m-p/2862597#M96572</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-12-11T19:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: remove volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group/m-p/2862598#M96573</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;Just use /usr/sbin/vgexport  vg_name.  Normally you would have to de-activate it first but that doesn't seem to apply in your case.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 11 Dec 2002 19:52:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group/m-p/2862598#M96573</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-12-11T19:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: remove volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group/m-p/2862599#M96574</link>
      <description>Hi Paul:&lt;BR /&gt;&lt;BR /&gt;# vgexport /dev/vg03&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Dec 2002 19:53:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group/m-p/2862599#M96574</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-12-11T19:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: remove volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group/m-p/2862600#M96575</link>
      <description>/usr/sbin/vgexport /dev/vg03</description>
      <pubDate>Wed, 11 Dec 2002 19:58:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group/m-p/2862600#M96575</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2002-12-11T19:58:16Z</dc:date>
    </item>
  </channel>
</rss>

