<?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 LVOL in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-lvol/m-p/3395696#M703036</link>
    <description>In the package IDEN has the file /etc/cmcluster/iden/iden.fstab.&lt;BR /&gt;Do I have just to remove from this file ?&lt;BR /&gt;&lt;BR /&gt;Do I have to remove from the server Standby too ?&lt;BR /&gt;&lt;BR /&gt;When the server reboot, the cluster search this lvol in the file iden.fstab ?&lt;BR /&gt;&lt;BR /&gt;** I have others Lvols in the VG01 **&lt;BR /&gt;&lt;BR /&gt;Daniel Duarte</description>
    <pubDate>Thu, 07 Oct 2004 13:58:16 GMT</pubDate>
    <dc:creator>Daniel Duarte</dc:creator>
    <dc:date>2004-10-07T13:58:16Z</dc:date>
    <item>
      <title>Remove LVOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-lvol/m-p/3395692#M703032</link>
      <description>Hi...&lt;BR /&gt;I removed a lvol with commands&lt;BR /&gt;" umount /dev/vg01/lvol6 "&lt;BR /&gt;" lvremove -f /dev/vg01/lvol6 "&lt;BR /&gt;When I went to remove from file fstab, there were no entries.&lt;BR /&gt;I'am using a cluster, so I think that the LVOL has been mounted by cluster.&lt;BR /&gt;How can I remove LVOL from Cluster ?&lt;BR /&gt;Do I need remake VGMAP ?&lt;BR /&gt;If need, how can remake vgmap ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Daniel Duarte</description>
      <pubDate>Thu, 07 Oct 2004 13:23:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-lvol/m-p/3395692#M703032</guid>
      <dc:creator>Daniel Duarte</dc:creator>
      <dc:date>2004-10-07T13:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Remove LVOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-lvol/m-p/3395693#M703033</link>
      <description>Do you mean lvmtab?&lt;BR /&gt;&lt;BR /&gt;mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;vgscan -a&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 07 Oct 2004 13:28:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-lvol/m-p/3395693#M703033</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-10-07T13:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Remove LVOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-lvol/m-p/3395694#M703034</link>
      <description>You need to find which package is mounting that lvol - then remove from the cntl file.&lt;BR /&gt;&lt;BR /&gt;If /dev/vg01/lvol6 is indeed in cluster - then so is vg01.&lt;BR /&gt;&lt;BR /&gt;Do NOT use vg01 for standard vg - until it is out of cluster.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 07 Oct 2004 13:32:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-lvol/m-p/3395694#M703034</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-07T13:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Remove LVOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-lvol/m-p/3395695#M703035</link>
      <description>You dont need to remake VGMAP.&lt;BR /&gt;&lt;BR /&gt;To remove the logical volume from the package control script&lt;BR /&gt;&lt;BR /&gt;# cd /etc/cmcluster&lt;BR /&gt;# find . -name "*.cntl" -exec grep -l "/dev/vg01/lvol6" {} \;&lt;BR /&gt;&lt;BR /&gt;Edit the file that is returned as the output from the above command.&lt;BR /&gt;&lt;BR /&gt;You might see something like this&lt;BR /&gt;&lt;BR /&gt;LV[6]=/dev/vg01/lvol6; FS[0]=/pkg1a; FS_MOUNT_OPT[0]="-o rw"&lt;BR /&gt;&lt;BR /&gt;Comment out that entry.&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Oct 2004 13:42:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-lvol/m-p/3395695#M703035</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-10-07T13:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Remove LVOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-lvol/m-p/3395696#M703036</link>
      <description>In the package IDEN has the file /etc/cmcluster/iden/iden.fstab.&lt;BR /&gt;Do I have just to remove from this file ?&lt;BR /&gt;&lt;BR /&gt;Do I have to remove from the server Standby too ?&lt;BR /&gt;&lt;BR /&gt;When the server reboot, the cluster search this lvol in the file iden.fstab ?&lt;BR /&gt;&lt;BR /&gt;** I have others Lvols in the VG01 **&lt;BR /&gt;&lt;BR /&gt;Daniel Duarte</description>
      <pubDate>Thu, 07 Oct 2004 13:58:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-lvol/m-p/3395696#M703036</guid>
      <dc:creator>Daniel Duarte</dc:creator>
      <dc:date>2004-10-07T13:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Remove LVOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-lvol/m-p/3395697#M703037</link>
      <description>Your entry can be in the in package control file of cluster. &lt;BR /&gt;&lt;BR /&gt;usually path for this is /etc/cmcluster/&lt;PACKAGENAME&gt;/&lt;PACKAHENAME&gt;.cntl&lt;BR /&gt;&lt;BR /&gt;You have to update here. &lt;BR /&gt;&lt;BR /&gt;That shall take care of package startup and thus the mount/umount of FS..etc. &lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Prashant&lt;/PACKAHENAME&gt;&lt;/PACKAGENAME&gt;</description>
      <pubDate>Thu, 07 Oct 2004 13:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-lvol/m-p/3395697#M703037</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-07T13:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Remove LVOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-lvol/m-p/3395698#M703038</link>
      <description>Yes - remove from all nodes in the cluster.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 07 Oct 2004 14:40:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-lvol/m-p/3395698#M703038</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-07T14:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Remove LVOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-lvol/m-p/3395699#M703039</link>
      <description>Daniel,&lt;BR /&gt;&lt;BR /&gt;  Looks like your control script has been configured to source this *.fstab file for the logicial volume/mountpoints.&lt;BR /&gt;&lt;BR /&gt;  Remove the entry from all the nodes.&lt;BR /&gt; &lt;BR /&gt;  You dont have to reboot the system. Whenever the package is started, this file is referred and the logical volumes are mounted.&lt;BR /&gt;&lt;BR /&gt;- Sundar</description>
      <pubDate>Thu, 07 Oct 2004 15:06:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-lvol/m-p/3395699#M703039</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-10-07T15:06:19Z</dc:date>
    </item>
  </channel>
</rss>

