<?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: vg remove from cluster in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-remove-from-cluster/m-p/5175932#M672533</link>
    <description>Thanks buddies. I have done the activity and everything was fine. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But anyway, I have found much more considerations and findings whilst working. I'll share with you later on.</description>
    <pubDate>Mon, 01 Jun 2009 02:57:21 GMT</pubDate>
    <dc:creator>Jeeshan</dc:creator>
    <dc:date>2009-06-01T02:57:21Z</dc:date>
    <item>
      <title>vg remove from cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-remove-from-cluster/m-p/5175927#M672528</link>
      <description>I have two rp7420 servers with MC Serviceguard and OS are 11.11. I’m using raw file for cluster file system named vgraw, vgraw1 and vgraw2. &lt;BR /&gt;&lt;BR /&gt;Previously it has Oracle 9i RAC and it’s using raw file vgraw and vgraw1. In vgraw there are 3 LUN’s and one LUN is assigned as cluster Lock Disk. Later on 9i RAC was upgraded to Oracle 10g RAC with CRS using vgraw2. Now RAC is running fine in 10g. &lt;BR /&gt;&lt;BR /&gt;I now want to remove all LUN’s from vgraw1 and vgraw leaving Cluster Lock Disk LUN. &lt;BR /&gt;&lt;BR /&gt;My action plan is to remove LV, PV &amp;amp; VG of vgraw completely and reduce vgraw leaving on LUN. And then modify the cluster configuration file removing vgraw1 and rebuild the cluster.&lt;BR /&gt;&lt;BR /&gt;Is it enough or I need to take other concern in my action plan?&lt;BR /&gt;</description>
      <pubDate>Tue, 19 May 2009 03:45:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-remove-from-cluster/m-p/5175927#M672528</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-05-19T03:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: vg remove from cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-remove-from-cluster/m-p/5175928#M672529</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your plan is absolutely correct.&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Tue, 19 May 2009 03:53:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-remove-from-cluster/m-p/5175928#M672529</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-05-19T03:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: vg remove from cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-remove-from-cluster/m-p/5175929#M672530</link>
      <description>well which VG is the cluster lock disk in?&lt;BR /&gt;&lt;BR /&gt;you can't remove the VG with the cluster lock disk (at least not whilst the cluster is running anyway - you could stop the cluster and re-assign the cluster lock into vgraw2)&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Tue, 19 May 2009 05:36:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-remove-from-cluster/m-p/5175929#M672530</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-05-19T05:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: vg remove from cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-remove-from-cluster/m-p/5175930#M672531</link>
      <description>well, Lock Disk in vgraw.&lt;BR /&gt;&lt;BR /&gt;Sorry as i mentioned.&lt;BR /&gt;&lt;BR /&gt;My action plan is to remove LV, PV &amp;amp; VG of vgraw1 completely and reduce vgraw leaving the Lock Disk LUN. And then modify the cluster configuration file removing vgraw1 and rebuild the cluster.</description>
      <pubDate>Tue, 19 May 2009 06:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-remove-from-cluster/m-p/5175930#M672531</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-05-19T06:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: vg remove from cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-remove-from-cluster/m-p/5175931#M672532</link>
      <description>In the man page of most of the LVM commands is this statement:&lt;BR /&gt;&lt;COMMAND&gt; cannot be performed if the volume group is activated in shared mode.  &lt;BR /&gt;&lt;BR /&gt;This statement is referring to volume groups marked for use in SGeRAC environments.  vgdisplay will show the status of such VGs as "active, shared".&lt;BR /&gt;Before you can do LVM changes to a VG or LV, you must deactivate vgraw1 and decluster it (vgchange -c n -S n vgraw1).  The same goes for your lock VG (vgraw).  &lt;BR /&gt;&lt;BR /&gt;If vgraw1 will be entirely removed from cluster use, remove it's OPS_VOLUME_GROUP reference from the cluster ASCII file.&lt;BR /&gt;&lt;BR /&gt;If the lock VG will no longer be used for raw access, you can change it's designation from OPS_VOLUME_GROUP to VOLUME_GROUP at the bottom of the cluster ASCII file, then activate the VG and then do the cmapplyconf on the file.  &lt;BR /&gt;&lt;BR /&gt;To insure the cluster lock VG maintains the lock structure, halt the cluster, activate the lock VG (you may have to decluster it and activate it (vgchange -c n -S n vgraw, vgchange -a y vgraw), before cmapplyconf'ing the cluster ASCII file.&lt;/COMMAND&gt;</description>
      <pubDate>Wed, 20 May 2009 11:22:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-remove-from-cluster/m-p/5175931#M672532</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2009-05-20T11:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: vg remove from cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-remove-from-cluster/m-p/5175932#M672533</link>
      <description>Thanks buddies. I have done the activity and everything was fine. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But anyway, I have found much more considerations and findings whilst working. I'll share with you later on.</description>
      <pubDate>Mon, 01 Jun 2009 02:57:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-remove-from-cluster/m-p/5175932#M672533</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-06-01T02:57:21Z</dc:date>
    </item>
  </channel>
</rss>

