<?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: decrease the size of an lvm in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/decrease-the-size-of-an-lvm/m-p/5093607#M599554</link>
    <description>If I understand this correctly.&lt;BR /&gt;&lt;BR /&gt;/fsA is a parent of /fsA/a and /fsA/b&lt;BR /&gt;&lt;BR /&gt;They all have to be unmounted in order to unmount /fsA&lt;BR /&gt;&lt;BR /&gt;If you want to remove filesystem lvmA then you will have to create the mount points of /fsA/a and /fsA/b in order to remount those.  The data in lvmAa and lvmBb will not be effected as you are only removing lvmA.&lt;BR /&gt;&lt;BR /&gt;Filesystems are independant of each other but the mount points in your case are not.  They are dependant and the parent.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 20 Feb 2008 17:03:22 GMT</pubDate>
    <dc:creator>Tim Nelson</dc:creator>
    <dc:date>2008-02-20T17:03:22Z</dc:date>
    <item>
      <title>decrease the size of an lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decrease-the-size-of-an-lvm/m-p/5093603#M599550</link>
      <description>HP-UX 11.23 IA64&lt;BR /&gt;&lt;BR /&gt;I have 3 lvms mounted ---&lt;BR /&gt;&lt;BR /&gt;lvmA has filesystem - /fsA&lt;BR /&gt;lvmAa has filesystem - /fsA/a&lt;BR /&gt;lvmAb has filesystem - /fsA/b&lt;BR /&gt;&lt;BR /&gt;If I remove lvmA and /fsA (not the directory, just the fs) will it affect lvmAa(/fsA/a) and/or lvmAb(/fsA/b) ?</description>
      <pubDate>Wed, 20 Feb 2008 15:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decrease-the-size-of-an-lvm/m-p/5093603#M599550</guid>
      <dc:creator>RobertCarback</dc:creator>
      <dc:date>2008-02-20T15:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: decrease the size of an lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decrease-the-size-of-an-lvm/m-p/5093604#M599551</link>
      <description>No, not if I understand you correctly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 20 Feb 2008 15:57:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decrease-the-size-of-an-lvm/m-p/5093604#M599551</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-02-20T15:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: decrease the size of an lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decrease-the-size-of-an-lvm/m-p/5093605#M599552</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;You would have to :&lt;BR /&gt;&lt;BR /&gt;a) Run a backup (I hope before doing this sort of thing!)&lt;BR /&gt;b) Use umount to unmount all 3 filesystems&lt;BR /&gt;c) use lvremove to get rid of lvmA&lt;BR /&gt;d) Use mkdir to create the mount points /fsA/a and fsA/b, which won't be there any more (they were in the filesystem you've gotten rid of)&lt;BR /&gt;e) Use mount to mount up the 2 remaining filesystems.&lt;BR /&gt;&lt;BR /&gt;So it will affect the filesystems in the you'll need to unmount/mount them, but their contents will be unchanged.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 20 Feb 2008 15:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decrease-the-size-of-an-lvm/m-p/5093605#M599552</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-02-20T15:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: decrease the size of an lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decrease-the-size-of-an-lvm/m-p/5093606#M599553</link>
      <description>Sort of...&lt;BR /&gt;&lt;BR /&gt;You will have to unmount /fsA/a and /fsA/b, then /fsA&lt;BR /&gt;&lt;BR /&gt;lvremove lvmA and update fstab.&lt;BR /&gt;&lt;BR /&gt;Then mkdir /fsA/a and /fsA/b, then remount those 2 file systems....&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 20 Feb 2008 17:00:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decrease-the-size-of-an-lvm/m-p/5093606#M599553</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2008-02-20T17:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: decrease the size of an lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decrease-the-size-of-an-lvm/m-p/5093607#M599554</link>
      <description>If I understand this correctly.&lt;BR /&gt;&lt;BR /&gt;/fsA is a parent of /fsA/a and /fsA/b&lt;BR /&gt;&lt;BR /&gt;They all have to be unmounted in order to unmount /fsA&lt;BR /&gt;&lt;BR /&gt;If you want to remove filesystem lvmA then you will have to create the mount points of /fsA/a and /fsA/b in order to remount those.  The data in lvmAa and lvmBb will not be effected as you are only removing lvmA.&lt;BR /&gt;&lt;BR /&gt;Filesystems are independant of each other but the mount points in your case are not.  They are dependant and the parent.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Feb 2008 17:03:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decrease-the-size-of-an-lvm/m-p/5093607#M599554</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-02-20T17:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: decrease the size of an lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decrease-the-size-of-an-lvm/m-p/5093608#M599555</link>
      <description>thanks</description>
      <pubDate>Wed, 20 Feb 2008 17:21:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decrease-the-size-of-an-lvm/m-p/5093608#M599555</guid>
      <dc:creator>RobertCarback</dc:creator>
      <dc:date>2008-02-20T17:21:59Z</dc:date>
    </item>
  </channel>
</rss>

