<?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 Removing logical or Volume group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776390#M262308</link>
    <description>Dear Forum friends,&lt;BR /&gt;&lt;BR /&gt;I have a HPUX server with vg00,01 and 02 created.&lt;BR /&gt;&lt;BR /&gt;Now I dont require vg02 and hence to free up the space I removed all the logical volme groups associated with this VG vg02 and removed vg02.&lt;BR /&gt;&lt;BR /&gt;Now if I issue the command vgdisplay or lvdisplay it is displaying the error that "could find the id xxx ..yy..etc ..system is now up and working but I am not sure If I reboot system will comeup..&lt;BR /&gt;&lt;BR /&gt;COuld some someone suggest how to fix this&lt;BR /&gt;&lt;BR /&gt;Gurumurthy&lt;BR /&gt;</description>
    <pubDate>Mon, 24 Apr 2006 06:33:14 GMT</pubDate>
    <dc:creator>Gurusuma</dc:creator>
    <dc:date>2006-04-24T06:33:14Z</dc:date>
    <item>
      <title>Removing logical or Volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776390#M262308</link>
      <description>Dear Forum friends,&lt;BR /&gt;&lt;BR /&gt;I have a HPUX server with vg00,01 and 02 created.&lt;BR /&gt;&lt;BR /&gt;Now I dont require vg02 and hence to free up the space I removed all the logical volme groups associated with this VG vg02 and removed vg02.&lt;BR /&gt;&lt;BR /&gt;Now if I issue the command vgdisplay or lvdisplay it is displaying the error that "could find the id xxx ..yy..etc ..system is now up and working but I am not sure If I reboot system will comeup..&lt;BR /&gt;&lt;BR /&gt;COuld some someone suggest how to fix this&lt;BR /&gt;&lt;BR /&gt;Gurumurthy&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Apr 2006 06:33:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776390#M262308</guid>
      <dc:creator>Gurusuma</dc:creator>
      <dc:date>2006-04-24T06:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Removing logical or Volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776391#M262309</link>
      <description>Hi,&lt;BR /&gt;would this not be the normal behaviour?&lt;BR /&gt;You have removed the lvols and vg, so if you now try to display the removed vg it says, it can not find them.&lt;BR /&gt;&lt;BR /&gt;Please clarify the error message.&lt;BR /&gt;Perhaps a list of your commands may help.&lt;BR /&gt;&lt;BR /&gt;If uncertain about command line use, I always recommend SAM.</description>
      <pubDate>Mon, 24 Apr 2006 06:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776391#M262309</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-04-24T06:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Removing logical or Volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776392#M262310</link>
      <description>Hi Peter,&lt;BR /&gt;&lt;BR /&gt;Thanks for the response.&lt;BR /&gt;&lt;BR /&gt;I understand that it would be  the normal behaviour,but as I said earlier I had three voume groups vg00,01 and 02,I removed only 02 and its LVMs.&lt;BR /&gt;&lt;BR /&gt;Now question is ,it would have displayed other two vgs and lvms assocaited info right?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Guru.</description>
      <pubDate>Mon, 24 Apr 2006 06:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776392#M262310</guid>
      <dc:creator>Gurusuma</dc:creator>
      <dc:date>2006-04-24T06:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Removing logical or Volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776393#M262311</link>
      <description>What are the exact commands that you when you get the error? Do you see vg02 when you do "strings /etc/lvmtab"</description>
      <pubDate>Mon, 24 Apr 2006 06:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776393#M262311</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-04-24T06:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Removing logical or Volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776394#M262312</link>
      <description>I dont see the vg02 with strings command.&lt;BR /&gt;&lt;BR /&gt;I sed lvremove /dev/vg02/lvol1...3&lt;BR /&gt;&lt;BR /&gt;means there were three lvms,since they were mounted I used -f option as switch.&lt;BR /&gt;&lt;BR /&gt;After that I used vgremove /dev/vg02.&lt;BR /&gt;&lt;BR /&gt;Thats all I used,I feel after this it should show the free space added freed up from removing the vg02 .but not happening.&lt;BR /&gt;&lt;BR /&gt;Guru</description>
      <pubDate>Mon, 24 Apr 2006 07:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776394#M262312</guid>
      <dc:creator>Gurusuma</dc:creator>
      <dc:date>2006-04-24T07:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Removing logical or Volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776395#M262313</link>
      <description>Give exact steps that you used. Also, do get anything when you do vgdisplay -v vg02? anything (error messages) in syslog.log and in dmesg command?</description>
      <pubDate>Mon, 24 Apr 2006 07:51:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776395#M262313</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-04-24T07:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Removing logical or Volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776396#M262314</link>
      <description>Gurusuma,&lt;BR /&gt;&lt;BR /&gt;Please give exact steps - command syntax followed - step by step.&lt;BR /&gt;Also post the following outputs - better to attach.&lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab&lt;BR /&gt;vgdisplay -v&lt;BR /&gt;ls -l /dev/vg*/*&lt;BR /&gt;grep vg02 /var/adm/syslog/*syslog.log&lt;BR /&gt;&lt;BR /&gt;Then only we would be able to understand a bit more.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Mon, 24 Apr 2006 08:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776396#M262314</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-04-24T08:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Removing logical or Volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776397#M262315</link>
      <description>Please display the exact error message and whether or not that disk is shown in the lvmtab.</description>
      <pubDate>Mon, 24 Apr 2006 14:52:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776397#M262315</guid>
      <dc:creator>Josiah Henline</dc:creator>
      <dc:date>2006-04-24T14:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Removing logical or Volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776398#M262316</link>
      <description>You said you had three vg groups and you remove  &lt;BR /&gt;one. using vgdisplay will not let you view the freed up space because you have remove any reference to the vg group. Do a pvdisplay and see which disk do not belong to a vg and that will be your free space.</description>
      <pubDate>Mon, 24 Apr 2006 15:00:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776398#M262316</guid>
      <dc:creator>David Bellamy</dc:creator>
      <dc:date>2006-04-24T15:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Removing logical or Volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776399#M262317</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My guess is that the user removed the lv's while they were still being used / mounted using 'lvremove -f" and then did a vgremove. Now the system is confused about the status of the PV's / LV's that were part of the old VG "vg02".&lt;BR /&gt;&lt;BR /&gt;My suggestion would be to forcibly reboot the server, if necessary.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Apr 2006 15:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-logical-or-volume-group/m-p/3776399#M262317</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2006-04-24T15:25:30Z</dc:date>
    </item>
  </channel>
</rss>

