<?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 with Secure Path in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group-with-secure-path/m-p/4134095#M599320</link>
    <description>Use vgexport only, if you want to vgimport later (or you want to throw away the disks)!&lt;BR /&gt;If you want to re-use the disks, clean up before you leave! :-)&lt;BR /&gt;This may seem cosmetic, but is sometime very anoying.&lt;BR /&gt;You present the disks to another host and want to create a new volume group on it...&lt;BR /&gt;pvcreate will refuse to work because of a (still) present VG header on the disks.&lt;BR /&gt;You're forced to use pvcreate -f.&lt;BR /&gt;You do this a few times, start to always use -f and have your first really bad "Oooops, wrong disk"-experience.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Armin&lt;BR /&gt;</description>
    <pubDate>Wed, 30 Jan 2008 15:19:15 GMT</pubDate>
    <dc:creator>Armin Kunaschik</dc:creator>
    <dc:date>2008-01-30T15:19:15Z</dc:date>
    <item>
      <title>remove volume group with Secure Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group-with-secure-path/m-p/4134092#M599317</link>
      <description>&lt;BR /&gt;does anybody have kind of a cook book how to &lt;BR /&gt;best remove a volume group which is under control of secure path.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer</description>
      <pubDate>Wed, 23 Jan 2008 11:57:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group-with-secure-path/m-p/4134092#M599317</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2008-01-23T11:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: remove volume group with Secure Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group-with-secure-path/m-p/4134093#M599318</link>
      <description>Volume groups ARE NOT under control of secure path, disks ARE!&lt;BR /&gt;&lt;BR /&gt;Remove the volume group as usual:&lt;BR /&gt;1. lvremove any volume&lt;BR /&gt;2. vgreduce &lt;VGNAME&gt; &lt;DISKS&gt;&lt;BR /&gt;3. vgremove &lt;VGNAME&gt;&lt;BR /&gt;4. rm -r /dev/&lt;VGNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Step 3 is necessary to remove any vg headers from all disks. This might be useful if you present the disk to another system.&lt;BR /&gt;&lt;BR /&gt;Remove disk devices with rmsf and unpresent/remove the disk.&lt;BR /&gt;I'm not sure, if an /sbin/spmgr delete &lt;DEVICE&gt; is necessary instead of the rmsf. Your should give it a try :-)&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Armin&lt;BR /&gt;&lt;/DEVICE&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/DISKS&gt;&lt;/VGNAME&gt;</description>
      <pubDate>Thu, 24 Jan 2008 10:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group-with-secure-path/m-p/4134093#M599318</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2008-01-24T10:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: remove volume group with Secure Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group-with-secure-path/m-p/4134094#M599319</link>
      <description>You can also run vgexport to remove the vg.&lt;BR /&gt;&lt;BR /&gt;#umount all lvol's from this vg&lt;BR /&gt;#vgchange -a n /dev/vgxx&lt;BR /&gt;#vgexport /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 25 Jan 2008 15:49:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group-with-secure-path/m-p/4134094#M599319</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2008-01-25T15:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: remove volume group with Secure Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group-with-secure-path/m-p/4134095#M599320</link>
      <description>Use vgexport only, if you want to vgimport later (or you want to throw away the disks)!&lt;BR /&gt;If you want to re-use the disks, clean up before you leave! :-)&lt;BR /&gt;This may seem cosmetic, but is sometime very anoying.&lt;BR /&gt;You present the disks to another host and want to create a new volume group on it...&lt;BR /&gt;pvcreate will refuse to work because of a (still) present VG header on the disks.&lt;BR /&gt;You're forced to use pvcreate -f.&lt;BR /&gt;You do this a few times, start to always use -f and have your first really bad "Oooops, wrong disk"-experience.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Armin&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jan 2008 15:19:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group-with-secure-path/m-p/4134095#M599320</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2008-01-30T15:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: remove volume group with Secure Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group-with-secure-path/m-p/4134096#M599321</link>
      <description>I basically go with how Armin suggests.  But I do use spmgr delete wwn.  I find it cleaner, it does remove the special files and spmgr display shows everything correctly.&lt;BR /&gt;&lt;BR /&gt;I think if you don't spmgr delete, it shows it still in spmgr displayed as a failed disk.  I guess I've never gone down that route, like I said I use spmgr delete.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jan 2008 15:25:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-volume-group-with-secure-path/m-p/4134096#M599321</guid>
      <dc:creator>Dave Hutton</dc:creator>
      <dc:date>2008-01-30T15:25:02Z</dc:date>
    </item>
  </channel>
</rss>

