<?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: Reduce a File System in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-file-system/m-p/3301436#M880879</link>
    <description>To reduce u will need to re-create the filesystem.&lt;BR /&gt;&lt;BR /&gt;1. Backup data&lt;BR /&gt;2. umount /mount_point&lt;BR /&gt;3. lvreduce ......&lt;BR /&gt;4. newfs ...&lt;BR /&gt;5. mount /mount_point&lt;BR /&gt;6. Restore data&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
    <pubDate>Thu, 10 Jun 2004 07:11:26 GMT</pubDate>
    <dc:creator>KapilRaj</dc:creator>
    <dc:date>2004-06-10T07:11:26Z</dc:date>
    <item>
      <title>Reduce a File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-file-system/m-p/3301434#M880877</link>
      <description>Dear all, i wont reduce a my filesystem (i am trying with using a Test Filesystem).&lt;BR /&gt;&lt;BR /&gt;my HP-UX is:&lt;BR /&gt;HP-UX hptest B.11.00 U 9000/800 580776597 unlimited-user license but note that i don't have installed "FSADM" utility to increase/reduce a filesystem.&lt;BR /&gt;&lt;BR /&gt;The filesystem test to reduce is an Vxfs type:&lt;BR /&gt;/dev/vg01/test       40960    1118   37358    3% /test&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How can I use lvreduce it? &lt;BR /&gt;(i have already expanded this filesystem with lvextend and extendfs command but i don't know about the reduce)&lt;BR /&gt;&lt;BR /&gt;Can you help?&lt;BR /&gt;Thanks Alex&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2004 07:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-file-system/m-p/3301434#M880877</guid>
      <dc:creator>alessandro_37</dc:creator>
      <dc:date>2004-06-10T07:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce a File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-file-system/m-p/3301435#M880878</link>
      <description>Without OnlineJFS, you can't.  You have the option of creating a new smaller one and copying all the data over though.</description>
      <pubDate>Thu, 10 Jun 2004 07:11:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-file-system/m-p/3301435#M880878</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-06-10T07:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce a File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-file-system/m-p/3301436#M880879</link>
      <description>To reduce u will need to re-create the filesystem.&lt;BR /&gt;&lt;BR /&gt;1. Backup data&lt;BR /&gt;2. umount /mount_point&lt;BR /&gt;3. lvreduce ......&lt;BR /&gt;4. newfs ...&lt;BR /&gt;5. mount /mount_point&lt;BR /&gt;6. Restore data&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Thu, 10 Jun 2004 07:11:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-file-system/m-p/3301436#M880879</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-06-10T07:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce a File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-file-system/m-p/3301437#M880880</link>
      <description>Alex,&lt;BR /&gt;Reducing fileSystem doesn't guarantee of data in it. First backup the data and then try reducing it as below.&lt;BR /&gt;&lt;BR /&gt;# lvreduce -f -L &lt;SIZE in="" mb=""&gt; /dev/vg01/test &lt;BR /&gt;&lt;BR /&gt;Remeber after reducing the final size of File System would be the one you entered above. &lt;BR /&gt;-f forcefull operation&lt;BR /&gt;&lt;BR /&gt;Also see man lvreduce&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,&lt;/SIZE&gt;</description>
      <pubDate>Thu, 10 Jun 2004 07:13:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-file-system/m-p/3301437#M880880</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-06-10T07:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce a File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-file-system/m-p/3301438#M880881</link>
      <description>Alex,&lt;BR /&gt;Also even though it doesn't guarantee of data but i have seen it intact couple of time. It depends on how PE are allocated to your FS at lower level.&lt;BR /&gt;&lt;BR /&gt;Suppose you have 10 GB FS and data 5 GB and you are reducing it to 7 GB then there are chances that it may show your data after reduction.&lt;BR /&gt;&lt;BR /&gt;But don't take chances backup your data first.&lt;BR /&gt;If you are lucky enough then restoring headache will go away.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Thu, 10 Jun 2004 07:17:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-file-system/m-p/3301438#M880881</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-06-10T07:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce a File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-file-system/m-p/3301439#M880882</link>
      <description>Thanks for You information.&lt;BR /&gt;Incredible if i haven't OnlineJFS I can't reduce a filesystem!!&lt;BR /&gt;&lt;BR /&gt;How can verify is OnlineJFS is installed?&lt;BR /&gt;Normally i use this examotage:&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -DEed /test/path1&lt;BR /&gt;I receive this message:&lt;BR /&gt;sadm: the -d and -e options require "HP OnLineJFS (Advanced Vxfs)"&lt;BR /&gt;&lt;BR /&gt;There is anoter modality to verify it?&lt;BR /&gt;&lt;BR /&gt;i have already used this command:&lt;BR /&gt;swlist | grep -i jfs (is it correct ??)&lt;BR /&gt;Thanks a lot&lt;BR /&gt;Alex&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2004 07:24:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-file-system/m-p/3301439#M880882</guid>
      <dc:creator>alessandro_37</dc:creator>
      <dc:date>2004-06-10T07:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce a File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-file-system/m-p/3301440#M880883</link>
      <description>Your swlist command line is correct.  If you get nothing, you haven't got it.  To get it, you have to pay for it I'm afraid.</description>
      <pubDate>Thu, 10 Jun 2004 08:33:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-file-system/m-p/3301440#M880883</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-06-10T08:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce a File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-file-system/m-p/3301441#M880884</link>
      <description>Ciao Alessandro,&lt;BR /&gt;&lt;BR /&gt;as other ITRC people said you cannot reduce a filesystem without OnLineJFS.&lt;BR /&gt;&lt;BR /&gt;If you obtained those messages on -d and -D options sure you have not it. Anyway launch&lt;BR /&gt;&lt;BR /&gt;# swlist -l product | grep -i online&lt;BR /&gt;or&lt;BR /&gt;# swlist -l product | grep -i jfs&lt;BR /&gt;&lt;BR /&gt;You should not see anything about OnLineJFS.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2004 08:59:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reduce-a-file-system/m-p/3301441#M880884</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2004-06-10T08:59:02Z</dc:date>
    </item>
  </channel>
</rss>

