<?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 reduce a filesystem using fsadm in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-filesystem-using-fsadm/m-p/3259382#M176715</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have been tasked to reduce a file system by 1gb and increase an alternate filesystem by that 1gb.&lt;BR /&gt;&lt;BR /&gt;I can increase using online JFS however I am not sure how to reduce the FS and do I need to reduce the LV as well?&lt;BR /&gt;Thanks</description>
    <pubDate>Mon, 26 Apr 2004 11:31:03 GMT</pubDate>
    <dc:creator>lawrenzo</dc:creator>
    <dc:date>2004-04-26T11:31:03Z</dc:date>
    <item>
      <title>reduce a filesystem using fsadm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-filesystem-using-fsadm/m-p/3259382#M176715</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have been tasked to reduce a file system by 1gb and increase an alternate filesystem by that 1gb.&lt;BR /&gt;&lt;BR /&gt;I can increase using online JFS however I am not sure how to reduce the FS and do I need to reduce the LV as well?&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 26 Apr 2004 11:31:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-filesystem-using-fsadm/m-p/3259382#M176715</guid>
      <dc:creator>lawrenzo</dc:creator>
      <dc:date>2004-04-26T11:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: reduce a filesystem using fsadm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-filesystem-using-fsadm/m-p/3259383#M176716</link>
      <description>the command is lvreduce.&lt;BR /&gt;&lt;BR /&gt;A word of advice: Don't cut down the by the total amount of free space shown on bdf.&lt;BR /&gt;&lt;BR /&gt;Leave lots of spare space. It is possible to trash the logical volume. Back up the data first before proceeding.&lt;BR /&gt;&lt;BR /&gt;lvreduce is required as part of this process.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 26 Apr 2004 11:33:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-filesystem-using-fsadm/m-p/3259383#M176716</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-04-26T11:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: reduce a filesystem using fsadm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-filesystem-using-fsadm/m-p/3259384#M176717</link>
      <description>Backup everything on this lvol.&lt;BR /&gt;&lt;BR /&gt;fsadm -b"new_size"M /dev/vgxx/xxxx&lt;BR /&gt;lvreduce -L "new_size"M /dev/vgxx/xxxx&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 26 Apr 2004 11:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-filesystem-using-fsadm/m-p/3259384#M176717</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-04-26T11:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: reduce a filesystem using fsadm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-filesystem-using-fsadm/m-p/3259385#M176718</link>
      <description>I would recommend you backup the file system before making any changes. This document is a good help while using fsadm (OnlineJFS) commands to resize file systems (TKB #LVMKBRC00005082):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000066244335" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000066244335&lt;/A&gt;</description>
      <pubDate>Mon, 26 Apr 2004 11:36:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-filesystem-using-fsadm/m-p/3259385#M176718</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2004-04-26T11:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: reduce a filesystem using fsadm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-filesystem-using-fsadm/m-p/3259386#M176719</link>
      <description>lvreduce can cause data corruption, so here are the steps you want to take:&lt;BR /&gt;&lt;BR /&gt;1. tar all contents of filesystem and store on another filesystem or tape&lt;BR /&gt;2. lvreduce&lt;BR /&gt;3. untar everything back into filesystem&lt;BR /&gt;&lt;BR /&gt;I think you may want to delete all the contents of the filesystem before you untar everything back into it to ensure you have good data files.&lt;BR /&gt;Like everyone said however, backup is key here:)&lt;BR /&gt;&lt;BR /&gt;-Hazem</description>
      <pubDate>Mon, 26 Apr 2004 11:45:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-filesystem-using-fsadm/m-p/3259386#M176719</guid>
      <dc:creator>Hazem Mahmoud_3</dc:creator>
      <dc:date>2004-04-26T11:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: reduce a filesystem using fsadm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-filesystem-using-fsadm/m-p/3259387#M176720</link>
      <description>cool - that's done it for me.&lt;BR /&gt;&lt;BR /&gt;TY all</description>
      <pubDate>Mon, 26 Apr 2004 12:09:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-filesystem-using-fsadm/m-p/3259387#M176720</guid>
      <dc:creator>lawrenzo</dc:creator>
      <dc:date>2004-04-26T12:09:09Z</dc:date>
    </item>
  </channel>
</rss>

