<?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 use of fsadm command to increase the filesystem space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/use-of-fsadm-command-to-increase-the-filesystem-space/m-p/5006059#M425535</link>
    <description>Hello ,&lt;BR /&gt;&lt;BR /&gt;   I just run the command lvextend -L 500  /dev/vg00/lvol_number the command was completed successfully as i do have online jfs installed on that machine .But when i issue a &lt;BR /&gt;fsadm -F vxfx -b 51200 /tmp i try to shrink it instead of extending it ...Thanks all for your help...</description>
    <pubDate>Thu, 28 Sep 2006 12:55:49 GMT</pubDate>
    <dc:creator>whiteSox</dc:creator>
    <dc:date>2006-09-28T12:55:49Z</dc:date>
    <item>
      <title>use of fsadm command to increase the filesystem space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-of-fsadm-command-to-increase-the-filesystem-space/m-p/5006059#M425535</link>
      <description>Hello ,&lt;BR /&gt;&lt;BR /&gt;   I just run the command lvextend -L 500  /dev/vg00/lvol_number the command was completed successfully as i do have online jfs installed on that machine .But when i issue a &lt;BR /&gt;fsadm -F vxfx -b 51200 /tmp i try to shrink it instead of extending it ...Thanks all for your help...</description>
      <pubDate>Thu, 28 Sep 2006 12:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-of-fsadm-command-to-increase-the-filesystem-space/m-p/5006059#M425535</guid>
      <dc:creator>whiteSox</dc:creator>
      <dc:date>2006-09-28T12:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: use of fsadm command to increase the filesystem space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-of-fsadm-command-to-increase-the-filesystem-space/m-p/5006060#M425536</link>
      <description>&lt;BR /&gt;b is blocks I believe&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b $(( (newsize * 1024) * 1024 )) /tmp&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Sep 2006 13:03:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-of-fsadm-command-to-increase-the-filesystem-space/m-p/5006060#M425536</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2006-09-28T13:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: use of fsadm command to increase the filesystem space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-of-fsadm-command-to-increase-the-filesystem-space/m-p/5006061#M425537</link>
      <description>&lt;BR /&gt;you need to specify in MB.&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b 500M /tmp&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Sep 2006 13:17:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-of-fsadm-command-to-increase-the-filesystem-space/m-p/5006061#M425537</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-09-28T13:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: use of fsadm command to increase the filesystem space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-of-fsadm-command-to-increase-the-filesystem-space/m-p/5006062#M425538</link>
      <description>Check out this thread&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1033247" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1033247&lt;/A&gt;</description>
      <pubDate>Thu, 28 Sep 2006 13:23:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-of-fsadm-command-to-increase-the-filesystem-space/m-p/5006062#M425538</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-09-28T13:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: use of fsadm command to increase the filesystem space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-of-fsadm-command-to-increase-the-filesystem-space/m-p/5006063#M425539</link>
      <description>WhiteSox,&lt;BR /&gt;&lt;BR /&gt;Also this other thread might be of help:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=874571" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=874571&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Thu, 28 Sep 2006 14:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-of-fsadm-command-to-increase-the-filesystem-space/m-p/5006063#M425539</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2006-09-28T14:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: use of fsadm command to increase the filesystem space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-of-fsadm-command-to-increase-the-filesystem-space/m-p/5006064#M425540</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I've never understood why fsadm was not more clear so that one could use a size that makes sense for other utilities.&lt;BR /&gt;&lt;BR /&gt;This one gets a lot of early users of fsadm.&lt;BR /&gt;&lt;BR /&gt;The good news: It would never really try and shrink the fs that much.&lt;BR /&gt;&lt;BR /&gt;The bad news: this "feature" is more or less explained on the man page.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 28 Sep 2006 15:20:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-of-fsadm-command-to-increase-the-filesystem-space/m-p/5006064#M425540</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-09-28T15:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: use of fsadm command to increase the filesystem space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-of-fsadm-command-to-increase-the-filesystem-space/m-p/5006065#M425541</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The -b option specifies size in kb , so either mention the newsize in kb or better to use m or g along with the value to indicate MB or GB, thus&lt;BR /&gt;fsadm -F vxfs -b 500m /tmp&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Thu, 28 Sep 2006 22:06:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-of-fsadm-command-to-increase-the-filesystem-space/m-p/5006065#M425541</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-09-28T22:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: use of fsadm command to increase the filesystem space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-of-fsadm-command-to-increase-the-filesystem-space/m-p/5006066#M425542</link>
      <description>lvextend -L 500 /dev/vg00/lvol_number means extend to 500 MB&lt;BR /&gt;&lt;BR /&gt;To extend tmp you need to:&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b 500M /tmp &lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 28 Sep 2006 22:26:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-of-fsadm-command-to-increase-the-filesystem-space/m-p/5006066#M425542</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-09-28T22:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: use of fsadm command to increase the filesystem space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-of-fsadm-command-to-increase-the-filesystem-space/m-p/5006067#M425543</link>
      <description>Thank you all for your reply the command&lt;BR /&gt;fsadm -F vxfs -b 500M /tmp worked for me...thank you ALL!!!!!&lt;BR /&gt;&lt;BR /&gt;Have a great weekend&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Sep 2006 07:56:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-of-fsadm-command-to-increase-the-filesystem-space/m-p/5006067#M425543</guid>
      <dc:creator>whiteSox</dc:creator>
      <dc:date>2006-09-29T07:56:49Z</dc:date>
    </item>
  </channel>
</rss>

