<?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 error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error/m-p/2431005#M3043</link>
    <description>I use the following method to resize filesystems with OnlineJFS&lt;BR /&gt;&lt;BR /&gt;1) use lvextend to resize the logical volume&lt;BR /&gt;2) use the command fsadm to resize the filesystem and compute the new size with $((size_in_mb * 1024))&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;&amp;gt;bdf | grep var&lt;BR /&gt;/dev/vg00/lvol7     770048  600419  159364   79% /var&lt;BR /&gt;&lt;BR /&gt;size of /var is 770048 kbytes&lt;BR /&gt;let's assume, i want to increase it to 800 mbytes&lt;BR /&gt;&lt;BR /&gt;&amp;gt;lvextend -L 800 /dev/vg00/lvol7&lt;BR /&gt;&lt;BR /&gt;&amp;gt;fsadm -F vxfs -b $((800 * 1024)) /var&lt;BR /&gt;</description>
    <pubDate>Tue, 18 Jul 2000 05:37:01 GMT</pubDate>
    <dc:creator>Stefan Preusse</dc:creator>
    <dc:date>2000-07-18T05:37:01Z</dc:date>
    <item>
      <title>fsadm error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error/m-p/2431000#M3038</link>
      <description>fsadm -F vxfs -b 800000 /var&lt;BR /&gt;fsadm: /dev/vg00/rlvol7 is currently 716800 sectors - size will be increased&lt;BR /&gt;write failure at block 4994302 : No such device or address&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Sun, 16 Jul 2000 15:29:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error/m-p/2431000#M3038</guid>
      <dc:creator>carl_46</dc:creator>
      <dc:date>2000-07-16T15:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error/m-p/2431001#M3039</link>
      <description>Check the size of /var using bdf. If you don't have a enough space there you might get that error, and also if you extended the filesystem to another disk.</description>
      <pubDate>Mon, 17 Jul 2000 07:57:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error/m-p/2431001#M3039</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-07-17T07:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error/m-p/2431002#M3040</link>
      <description>Seb,&lt;BR /&gt;&lt;BR /&gt;Sounds like the logical volume isn't big enough. You did increase it first?&lt;BR /&gt;&lt;BR /&gt;check with&lt;BR /&gt;&lt;BR /&gt;lvdisplay /dev/vg00/lvol7&lt;BR /&gt;&lt;BR /&gt;It should be 800MB from what you typed into fsadm</description>
      <pubDate>Mon, 17 Jul 2000 10:27:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error/m-p/2431002#M3040</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-07-17T10:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error/m-p/2431003#M3041</link>
      <description>I agree. First extend your LV and *then* the filesystem in it.&lt;BR /&gt;Be also careful about rounding issues in the filesystem sizes. If you are sure to have say 12345678 blocks and it fails, try 12345677. Sometimes works better ;-)&lt;BR /&gt;&lt;BR /&gt;Hope it helps, Emmanuel</description>
      <pubDate>Mon, 17 Jul 2000 12:45:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error/m-p/2431003#M3041</guid>
      <dc:creator>Emmanuel Eyer</dc:creator>
      <dc:date>2000-07-17T12:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error/m-p/2431004#M3042</link>
      <description>I usually use bc to compute the exact sector size.  The number is 1024*MB.  Since I generally build by extent rather than MB value, I use 4096 (assuming a generic build).&lt;BR /&gt;&lt;BR /&gt;#echo 4096*92 | bc&lt;BR /&gt;376832&lt;BR /&gt;&lt;BR /&gt;for example (a 92 extent lv).  Then I plug that value into fsadm -b.</description>
      <pubDate>Mon, 17 Jul 2000 21:35:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error/m-p/2431004#M3042</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-07-17T21:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error/m-p/2431005#M3043</link>
      <description>I use the following method to resize filesystems with OnlineJFS&lt;BR /&gt;&lt;BR /&gt;1) use lvextend to resize the logical volume&lt;BR /&gt;2) use the command fsadm to resize the filesystem and compute the new size with $((size_in_mb * 1024))&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;&amp;gt;bdf | grep var&lt;BR /&gt;/dev/vg00/lvol7     770048  600419  159364   79% /var&lt;BR /&gt;&lt;BR /&gt;size of /var is 770048 kbytes&lt;BR /&gt;let's assume, i want to increase it to 800 mbytes&lt;BR /&gt;&lt;BR /&gt;&amp;gt;lvextend -L 800 /dev/vg00/lvol7&lt;BR /&gt;&lt;BR /&gt;&amp;gt;fsadm -F vxfs -b $((800 * 1024)) /var&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2000 05:37:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error/m-p/2431005#M3043</guid>
      <dc:creator>Stefan Preusse</dc:creator>
      <dc:date>2000-07-18T05:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error/m-p/2431006#M3044</link>
      <description>Hi,&lt;BR /&gt;/var LV is just 716MB and your are trying to extend the filesystem to 800MB.&lt;BR /&gt;First extend the logical volume by issuing the following command.&lt;BR /&gt;&lt;BR /&gt;# lvextend -L 800 /dev/vg00/lvolx /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;then retry fsadm command.&lt;BR /&gt;&lt;BR /&gt;whatever may be the block size of the filesystem, you should give the no. of blocks in 1 KB size.&lt;BR /&gt;&lt;BR /&gt;i.e If you want to extend 716MB filesystem to 800MB.&lt;BR /&gt;No.of blocks = 800*1024 = 819200&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b 819200 /var&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2000 03:40:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error/m-p/2431006#M3044</guid>
      <dc:creator>Ramesh Donti</dc:creator>
      <dc:date>2000-08-01T03:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error/m-p/2431007#M3045</link>
      <description>first you should extend the Logical Volume before trying to extend File system&lt;BR /&gt;use "lvextend -L 800 /dev/vg00/lvol7" and then use "fsadm -F vxfs -b 819200 /dev/vg00/rlvol7" command to extend the file system.&lt;BR /&gt;&lt;BR /&gt;Silly me to mention, you should have Online JFS product installed on the system to perform extending the file system Online.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2000 05:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error/m-p/2431007#M3045</guid>
      <dc:creator>Manju Kampli</dc:creator>
      <dc:date>2000-08-01T05:13:18Z</dc:date>
    </item>
  </channel>
</rss>

