<?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: Fsadm problems during fs resize in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-problems-during-fs-resize/m-p/2882417#M636359</link>
    <description>Anders,&lt;BR /&gt;&lt;BR /&gt;could you check your MB size&lt;BR /&gt;&lt;BR /&gt;# lvdisplay -v /dev/vg00/lvol8 | grep Size&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b no_of_MB*1024 /var&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
    <pubDate>Wed, 15 Jan 2003 10:56:24 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2003-01-15T10:56:24Z</dc:date>
    <item>
      <title>Fsadm problems during fs resize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-problems-during-fs-resize/m-p/2882413#M636355</link>
      <description>I want to resize my /var fs from 295 PE's to 370 PE's but when I run fsadm after extending the LV I get the following error:&lt;BR /&gt;fsadm:  cannot shrink /dev/vg00/rlvol8 - upgraded fs - inodes are currently in use.&lt;BR /&gt;&lt;BR /&gt;The fsadm command I use is:&lt;BR /&gt;fsadm -F vxfs -b 378880 /var&lt;BR /&gt;and the original 295 PE's translate to 302080 blocks. Why does fsadm think I am resizing the fs?</description>
      <pubDate>Wed, 15 Jan 2003 10:31:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-problems-during-fs-resize/m-p/2882413#M636355</guid>
      <dc:creator>Anders Blomkvist</dc:creator>
      <dc:date>2003-01-15T10:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fsadm problems during fs resize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-problems-during-fs-resize/m-p/2882414#M636356</link>
      <description>EDIT: Why does fsadm think I am reducing the fs?</description>
      <pubDate>Wed, 15 Jan 2003 10:32:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-problems-during-fs-resize/m-p/2882414#M636356</guid>
      <dc:creator>Anders Blomkvist</dc:creator>
      <dc:date>2003-01-15T10:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Fsadm problems during fs resize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-problems-during-fs-resize/m-p/2882415#M636357</link>
      <description>When extending filesystems, I usually go for &lt;BR /&gt;&lt;BR /&gt;extendfs -F vxfs /dev/vgxx/rlvolyy&lt;BR /&gt;&lt;BR /&gt;I've never had any problems with that approach.</description>
      <pubDate>Wed, 15 Jan 2003 10:38:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-problems-during-fs-resize/m-p/2882415#M636357</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2003-01-15T10:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Fsadm problems during fs resize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-problems-during-fs-resize/m-p/2882416#M636358</link>
      <description>Yes but I need to resize the fs online. Extendfs requires me to umount the fs which is a bit troublesome when it comes to /var</description>
      <pubDate>Wed, 15 Jan 2003 10:43:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-problems-during-fs-resize/m-p/2882416#M636358</guid>
      <dc:creator>Anders Blomkvist</dc:creator>
      <dc:date>2003-01-15T10:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Fsadm problems during fs resize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-problems-during-fs-resize/m-p/2882417#M636359</link>
      <description>Anders,&lt;BR /&gt;&lt;BR /&gt;could you check your MB size&lt;BR /&gt;&lt;BR /&gt;# lvdisplay -v /dev/vg00/lvol8 | grep Size&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b no_of_MB*1024 /var&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Wed, 15 Jan 2003 10:56:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-problems-during-fs-resize/m-p/2882417#M636359</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-01-15T10:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Fsadm problems during fs resize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-problems-during-fs-resize/m-p/2882418#M636360</link>
      <description>It worked! I got this message from fsadm:&lt;BR /&gt;fsadm: /dev/vg00/rlvol8 is currently 1208320 sectors - size will be increased&lt;BR /&gt;&lt;BR /&gt;From bdf I can see that the filesystem now spans over all 370 PEs. Why is this? I thought that the blocks specified with the -b option in fsadm is calculated by PE*1024 and this is how I've done it in the past. Is this wrong - should I calculate the blocks as Size*1024 instead?</description>
      <pubDate>Wed, 15 Jan 2003 11:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-problems-during-fs-resize/m-p/2882418#M636360</guid>
      <dc:creator>Anders Blomkvist</dc:creator>
      <dc:date>2003-01-15T11:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Fsadm problems during fs resize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-problems-during-fs-resize/m-p/2882419#M636361</link>
      <description>Hi Anders,&lt;BR /&gt;&lt;BR /&gt;going to give you link to a discussion about the option of fsadm, take a look at remarks made by Rita and Darrel.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5fc4c8ecad09d6118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5fc4c8ecad09d6118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Wed, 15 Jan 2003 12:02:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-problems-during-fs-resize/m-p/2882419#M636361</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-01-15T12:02:52Z</dc:date>
    </item>
  </channel>
</rss>

