<?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 FS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-fs/m-p/4521162#M367072</link>
    <description>Mani,&lt;BR /&gt;&lt;BR /&gt;Here are the steps:&lt;BR /&gt;&lt;BR /&gt;1. Stop proceses for that filesystem, (want to remove).&lt;BR /&gt;2. unmount The file system . ex: #umount /fs00x&lt;BR /&gt;3. remove the LV:  # lvremove /dev/vg_xx/lvolyy&lt;BR /&gt;4. Do  vgexport /import of the vg in FO node , to reflect the change that one lv is removed.&lt;BR /&gt;5. Update the pkg control  file.&lt;BR /&gt;( /etc/cmcluster/pkg/pkg.cntl ) &lt;BR /&gt;- In package config file remove this LV &amp;amp; FS entry. &lt;BR /&gt;- Copy the pkg control file to FO_node.&lt;BR /&gt;6. Remove the mount point directory if NA.  Done.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
    <pubDate>Tue, 27 Oct 2009 01:29:11 GMT</pubDate>
    <dc:creator>Raj D.</dc:creator>
    <dc:date>2009-10-27T01:29:11Z</dc:date>
    <item>
      <title>Remove FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-fs/m-p/4521158#M367068</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;We have a 4 node hp-ux cluster running hp-ux 11v2. I need to remove few FS from one volume group. Can anyone give me the steps to remove the FS. Do I need to stop the packages.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance,&lt;BR /&gt;Mani</description>
      <pubDate>Mon, 26 Oct 2009 14:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-fs/m-p/4521158#M367068</guid>
      <dc:creator>mparasur</dc:creator>
      <dc:date>2009-10-26T14:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Remove FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-fs/m-p/4521159#M367069</link>
      <description>Shalom Mani,&lt;BR /&gt;&lt;BR /&gt;The answer is, it depends.&lt;BR /&gt;&lt;BR /&gt;Steps:&lt;BR /&gt;1) umount /filesystemname&lt;BR /&gt;2) lvremove logical_volume_name&lt;BR /&gt;&lt;BR /&gt;Pretty simple.&lt;BR /&gt;&lt;BR /&gt;You don't need to stop the packages unless the packages run on the volume group you are playing with.&lt;BR /&gt;&lt;BR /&gt;If this involves shared storage for a package, you will need to stop the package.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 26 Oct 2009 16:01:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-fs/m-p/4521159#M367069</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-10-26T16:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Remove FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-fs/m-p/4521160#M367070</link>
      <description>If these file systems are accessed by the package then for sure you will have to stop the package else go ahead &lt;BR /&gt;1)umount FS&lt;BR /&gt;2)remove lv from lvremove&lt;BR /&gt;3)edit pkg control file, remove reference to this FS&lt;BR /&gt;4)copy the control file to all the other nodes.&lt;BR /&gt;&lt;BR /&gt;Thats all.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Tue, 27 Oct 2009 01:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-fs/m-p/4521160#M367070</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2009-10-27T01:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Remove FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-fs/m-p/4521161#M367071</link>
      <description># umount /fs1 &lt;BR /&gt;&lt;BR /&gt;# lvremove /dev/vg01/lvol1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Edit the package control file and remove the reference and its file systems&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Oct 2009 01:27:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-fs/m-p/4521161#M367071</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-10-27T01:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Remove FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-fs/m-p/4521162#M367072</link>
      <description>Mani,&lt;BR /&gt;&lt;BR /&gt;Here are the steps:&lt;BR /&gt;&lt;BR /&gt;1. Stop proceses for that filesystem, (want to remove).&lt;BR /&gt;2. unmount The file system . ex: #umount /fs00x&lt;BR /&gt;3. remove the LV:  # lvremove /dev/vg_xx/lvolyy&lt;BR /&gt;4. Do  vgexport /import of the vg in FO node , to reflect the change that one lv is removed.&lt;BR /&gt;5. Update the pkg control  file.&lt;BR /&gt;( /etc/cmcluster/pkg/pkg.cntl ) &lt;BR /&gt;- In package config file remove this LV &amp;amp; FS entry. &lt;BR /&gt;- Copy the pkg control file to FO_node.&lt;BR /&gt;6. Remove the mount point directory if NA.  Done.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Tue, 27 Oct 2009 01:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-fs/m-p/4521162#M367072</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2009-10-27T01:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Remove FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-fs/m-p/4521163#M367073</link>
      <description>Mani,&lt;BR /&gt;&lt;BR /&gt;Correction:&lt;BR /&gt;#4. vgexport/import is not required.&lt;BR /&gt;&lt;BR /&gt;- Also remember if you have any user configured with this flesystem as home directory, make sure to update user home directory with a valid FS ,as this FS would not be available any more. Applicable to FO_node as well.&lt;BR /&gt;&lt;BR /&gt;Ex: to find any user associated with FS fs00x&lt;BR /&gt;# grep -w fs00x /etc/passwd &lt;BR /&gt;&lt;BR /&gt;Hth,&lt;BR /&gt;Raj.</description>
      <pubDate>Tue, 27 Oct 2009 01:35:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-fs/m-p/4521163#M367073</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2009-10-27T01:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Remove FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-fs/m-p/4521164#M367074</link>
      <description>Mani, &lt;BR /&gt;Remember #4 needed. &lt;BR /&gt;When ever you add new lv or remove any lv in SG , vgexport/import requied to update the /dev/vgxx/lvolxx and rlvolxx in FO_node. Otherwise vg will not be activated/deactiavted in next package start.&lt;BR /&gt;&lt;BR /&gt;- Do I need to stop the packages.&lt;BR /&gt;No. &lt;BR /&gt;&lt;BR /&gt;Hth,&lt;BR /&gt;Raj.</description>
      <pubDate>Tue, 27 Oct 2009 01:43:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-fs/m-p/4521164#M367074</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2009-10-27T01:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Remove FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-fs/m-p/4521165#M367075</link>
      <description>Hi Mani,&lt;BR /&gt;&lt;BR /&gt;You dont need to stop the package. Just d the following steps:&lt;BR /&gt;&lt;BR /&gt;1. Stop proceses for that filesystem which you want to remove.&lt;BR /&gt;2. unmount file system. i.e. &lt;BR /&gt;#umount /fs00&lt;BR /&gt;3. remove the LV: &lt;BR /&gt;# lvremove /dev/vg_00/lvol00&lt;BR /&gt;4. Do vgexport /import of the vg in FO node, to reflect the change that one lv is removed.&lt;BR /&gt;5. Update the pkg control file.&lt;BR /&gt;i.e. /etc/cmcluster/pkg/pkg.cntl &lt;BR /&gt;6. In package config file remove this LV &amp;amp; FS entry. &lt;BR /&gt;7. Copy the pkg control file to FO_node.&lt;BR /&gt;&lt;BR /&gt;Rgds-Kranti</description>
      <pubDate>Wed, 28 Oct 2009 06:26:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-fs/m-p/4521165#M367075</guid>
      <dc:creator>Kranti Mahmud</dc:creator>
      <dc:date>2009-10-28T06:26:46Z</dc:date>
    </item>
  </channel>
</rss>

