<?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: vxfs fsadm: write failure in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210747#M629928</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvdisplay /dev/vg01/lvu01&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg01/lvu01&lt;BR /&gt;VG Name                     /dev/vg01&lt;BR /&gt;LV Permission               read/write   &lt;BR /&gt;LV Status                   available/syncd           &lt;BR /&gt;Mirror copies               0            &lt;BR /&gt;Consistency Recovery        MWC                 &lt;BR /&gt;Schedule                    parallel     &lt;BR /&gt;LV Size (Mbytes)            3072            &lt;BR /&gt;Current LE                  768       &lt;BR /&gt;Allocated PE                768         &lt;BR /&gt;Stripes                     0       &lt;BR /&gt;Stripe Size (Kbytes)        0                   &lt;BR /&gt;Bad block                   on           &lt;BR /&gt;Allocation                  strict                    &lt;BR /&gt;IO Timeout (Seconds)        default       &lt;BR /&gt;&lt;BR /&gt;10 points to any good answer.&lt;BR /&gt;TIA, Gino</description>
    <pubDate>Fri, 05 Mar 2004 11:50:53 GMT</pubDate>
    <dc:creator>Gino Castoldi_2</dc:creator>
    <dc:date>2004-03-05T11:50:53Z</dc:date>
    <item>
      <title>vxfs fsadm: write failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210737#M629918</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Server: HPUX 11.0 OnlineJFS 3.3 Version 4&lt;BR /&gt;&lt;BR /&gt;I am trying to increase the size of one file system after I reduced the size of another file system that are on the same volume group&lt;BR /&gt;(vg01). When I tried to increase disk space it failed with this error.&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -b 4096000 /u01 &lt;BR /&gt;vxfs fsadm: /dev/vg01/rlvu01 is currently 3145728 sectors - size will be increased&lt;BR /&gt;vxfs fsadm: write failure at block 8290302 : No such device or address&lt;BR /&gt;&lt;BR /&gt;10 points to any good answer.&lt;BR /&gt;TIA, Gino&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Mar 2004 11:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210737#M629918</guid>
      <dc:creator>Gino Castoldi_2</dc:creator>
      <dc:date>2004-03-05T11:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: write failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210738#M629919</link>
      <description>HI Gino,&lt;BR /&gt;&lt;BR /&gt;YOu didn't run 'lvextend' prior to using fsadm. If you didn't then you are not specifying the exact size in fsadm that you used with your lvextend. It is convenient to use 'm' suffix to the size so that there won't be any confusion.&lt;BR /&gt;&lt;BR /&gt;lvextend -L 4096 /dev/vgxx/lvolx&lt;BR /&gt;fsadm -b 4096m /u01&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 05 Mar 2004 11:26:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210738#M629919</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-03-05T11:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: write failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210739#M629920</link>
      <description>Did you do an lvextend BEFORE doing the fsadm -b? Also, fsadm -b will fail if the filesystem is full (or very nearly so).</description>
      <pubDate>Fri, 05 Mar 2004 11:27:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210739#M629920</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-03-05T11:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: write failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210740#M629921</link>
      <description>Generally, this error means you are trying to extend the file system to a size larger than the underlying logical volume.&lt;BR /&gt;&lt;BR /&gt;Did you run the lvextend command first on the logical volume on which the /u01 file system is placed?&lt;BR /&gt;&lt;BR /&gt;First,&lt;BR /&gt;lvextend -L 4000 /dev/vgXX/lvolY&lt;BR /&gt;&lt;BR /&gt;then,&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b $((4000*1024)) /u01&lt;BR /&gt;&lt;BR /&gt;If you use the $(( )) syntax, then you let the shell do the math for you.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Mar 2004 11:27:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210740#M629921</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2004-03-05T11:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: write failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210741#M629922</link>
      <description>First thing. Do you have Online JFS installed? If yes the procedure to reduce the lvol is as follows.&lt;BR /&gt;&lt;BR /&gt;I strongly recommand taking full backup prior to this.&lt;BR /&gt;&lt;BR /&gt;For the lvol where you reduced the size.&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b "new_size_in_MB" /mount_point&lt;BR /&gt;&lt;BR /&gt;lvreduce -L "size_in_MB" /dev/vgxx/lvolxx&lt;BR /&gt;&lt;BR /&gt;Then check vgdisplay and see if free PE have increased or not?&lt;BR /&gt;&lt;BR /&gt;If the free space is there then you do lvextend and then fsadm.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 05 Mar 2004 11:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210741#M629922</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-03-05T11:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: write failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210742#M629923</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here's what I ran in sequential order:&lt;BR /&gt;&lt;BR /&gt;lvextend -L 1024 /dev/vg01/lvu01&lt;BR /&gt;(this was too small an allocation).&lt;BR /&gt;lvextend -L 4096 /dev/vg01/lvu01&lt;BR /&gt;vgdisplay /dev/vg01&lt;BR /&gt;fsadm -F vxfs -b 4096000 /u01&lt;BR /&gt;&lt;BR /&gt;10 points to any good answer.&lt;BR /&gt;TIA, Gino&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Mar 2004 11:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210742#M629923</guid>
      <dc:creator>Gino Castoldi_2</dc:creator>
      <dc:date>2004-03-05T11:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: write failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210743#M629924</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I did successfully reduce the size of a different file system before I tried to increase the size of the file system. There were no errors and a 'bdf' shows the reduced size now.&lt;BR /&gt;&lt;BR /&gt;10 points to any good answer.&lt;BR /&gt;TIA, Gino&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Mar 2004 11:32:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210743#M629924</guid>
      <dc:creator>Gino Castoldi_2</dc:creator>
      <dc:date>2004-03-05T11:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: write failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210744#M629925</link>
      <description>After lvreducing the 'other' file system, did you check and make sure that the VG has enough free space? Is that file system is okay and working fine now? Check your VG information from vgdisplay command and then find out if you have enough PE available to increase this LV.&lt;BR /&gt;&lt;BR /&gt;Also, try lvextend first and then fsadm. I would recommend doing backups of both file system prior doing all these.</description>
      <pubDate>Fri, 05 Mar 2004 11:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210744#M629925</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2004-03-05T11:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: write failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210745#M629926</link>
      <description>Hi Gino,&lt;BR /&gt;&lt;BR /&gt;Find if the lvol is actually at 4096MB size by doing 'lvdisplay /dev/vgxx/lvolx'. If so, you should be able to extend. &lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 05 Mar 2004 11:35:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210745#M629926</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-03-05T11:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: write failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210746#M629927</link>
      <description>Just a note, IF the command had worked, you would have shorted yourself of space on your file system.  The correct value for your fsadm command is 4194304 (4096*1024=4194304)&lt;BR /&gt;&lt;BR /&gt;lvextend -L 4096 /dev/vg01/lvu01&lt;BR /&gt;fsadm -F vxfs -b $((4096*1024)) /u01&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Mar 2004 11:50:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210746#M629927</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2004-03-05T11:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: write failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210747#M629928</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvdisplay /dev/vg01/lvu01&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg01/lvu01&lt;BR /&gt;VG Name                     /dev/vg01&lt;BR /&gt;LV Permission               read/write   &lt;BR /&gt;LV Status                   available/syncd           &lt;BR /&gt;Mirror copies               0            &lt;BR /&gt;Consistency Recovery        MWC                 &lt;BR /&gt;Schedule                    parallel     &lt;BR /&gt;LV Size (Mbytes)            3072            &lt;BR /&gt;Current LE                  768       &lt;BR /&gt;Allocated PE                768         &lt;BR /&gt;Stripes                     0       &lt;BR /&gt;Stripe Size (Kbytes)        0                   &lt;BR /&gt;Bad block                   on           &lt;BR /&gt;Allocation                  strict                    &lt;BR /&gt;IO Timeout (Seconds)        default       &lt;BR /&gt;&lt;BR /&gt;10 points to any good answer.&lt;BR /&gt;TIA, Gino</description>
      <pubDate>Fri, 05 Mar 2004 11:50:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210747#M629928</guid>
      <dc:creator>Gino Castoldi_2</dc:creator>
      <dc:date>2004-03-05T11:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: write failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210748#M629929</link>
      <description>Hi Gino,&lt;BR /&gt;&lt;BR /&gt;There you go&lt;BR /&gt;&lt;BR /&gt;LV Size (Mbytes) 3072 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Your previous 'lvextend' was not successful or  you didn't run. Once the LV is extended, then only you can extend the filesystem on it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 05 Mar 2004 11:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210748#M629929</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-03-05T11:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: write failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210749#M629930</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I ran it this time and it seems to be successful.&lt;BR /&gt;&lt;BR /&gt;bosov2 / # # fsadm -F vxfs -b 4194304 /u01&lt;BR /&gt;bosov2 / # &lt;BR /&gt;&lt;BR /&gt;I didn't see any errors but a 'bdf' shows the same size as before. Should I run the&lt;BR /&gt;'fsadm' command again?&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/lvu01    3145728 1898601 1170525   62% /u01&lt;BR /&gt;&lt;BR /&gt;10 points to any good answer.&lt;BR /&gt;TIA, Gino&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Mar 2004 12:01:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210749#M629930</guid>
      <dc:creator>Gino Castoldi_2</dc:creator>
      <dc:date>2004-03-05T12:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: write failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210750#M629931</link>
      <description>The correct sequence for this assumming that you want to "shrink" filesystem "A" and extend filesystem "B" using the freed space is:&lt;BR /&gt;&lt;BR /&gt;1) fsadm -b filesystemA using a smaller value&lt;BR /&gt;2) lvreduce filesystemA's LVOL&lt;BR /&gt;3) lvextend filesystemB's LVOL&lt;BR /&gt;4) fsadm -b filesystemB using a larger value&lt;BR /&gt;&lt;BR /&gt;Anything else is simply wrong.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Mar 2004 12:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210750#M629931</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-03-05T12:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: write failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210751#M629932</link>
      <description>Hi Gino,&lt;BR /&gt;&lt;BR /&gt;You should have seen a message '...size will be increased'. &lt;BR /&gt;&lt;BR /&gt;It doesn't hurt to run fsadm again. Worst the case it  is going to error out.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;PS: You don't need to say '10 points to any good answer'. People here will respond whether you assign points or not.</description>
      <pubDate>Fri, 05 Mar 2004 12:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210751#M629932</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-03-05T12:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: write failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210752#M629933</link>
      <description>Hi Gino.&lt;BR /&gt;&lt;BR /&gt;I think we are confused here.&lt;BR /&gt;Please let us know following.&lt;BR /&gt;&lt;BR /&gt;1. what was the original size of /u01?&lt;BR /&gt;2. What will be the final size for this LV?&lt;BR /&gt;3. What is the situation now.&lt;BR /&gt;4. What commands u ran to accomplish that.?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;-Piyush.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Mar 2004 12:09:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210752#M629933</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2004-03-05T12:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: write failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210753#M629934</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I ran 'lvextend' again and it failed most likely because there's not enough allocatable space available.&lt;BR /&gt;&lt;BR /&gt;bosov2 / # lvextend -L 4096 /dev/vg01/lvu01&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vg01/lvu01" could not be extended.&lt;BR /&gt;Failure possibly caused by strict allocation policy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;10 points to any good answer.&lt;BR /&gt;TIA, Gino&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Mar 2004 12:25:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210753#M629934</guid>
      <dc:creator>Gino Castoldi_2</dc:creator>
      <dc:date>2004-03-05T12:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: write failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210754#M629935</link>
      <description>So what's the problem now?&lt;BR /&gt;&lt;BR /&gt;If no space is available in vg, then allocate and try to extend the LV.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;-pap&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Mar 2004 12:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210754#M629935</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2004-03-05T12:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: write failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210755#M629936</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I believe we are going in rounds and rounds.&lt;BR /&gt;&lt;BR /&gt;1. Your lvextend later was successful.&lt;BR /&gt;&lt;BR /&gt;lvextend -L 4096 /dev/vg01/lvu01&lt;BR /&gt;&lt;BR /&gt;Confirm it first with 'lvdisplay /dev/vg01/lvu01' again.&lt;BR /&gt;&lt;BR /&gt;2. Run fsadm&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b 4194304 /u01&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b 4096m /u01&lt;BR /&gt;&lt;BR /&gt;You should see a message "... will be increased" there.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 05 Mar 2004 12:34:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210755#M629936</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-03-05T12:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: write failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210756#M629937</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I used a smaller amount of disk space and I ran those two commands successfully.&lt;BR /&gt;I guess the rule here is to check how much&lt;BR /&gt;space is available regardless of what has been reduced/extended on a volume group.&lt;BR /&gt;&lt;BR /&gt;lvextend -L 3500 /dev/vg01/lvu01&lt;BR /&gt;Logical volume "/dev/vg01/lvu01" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b $((3500*1024)) /u01&lt;BR /&gt;vxfs fsadm: /dev/vg01/rlvu01 is currently 3145728 sectors - size will be increased&lt;BR /&gt;bosov2 / # bdf /u01&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg01/lvu01    3584000 1898714 1581299   55% /u01&lt;BR /&gt;&lt;BR /&gt;10 points to any good answer.&lt;BR /&gt;TIA, Gino&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Mar 2004 12:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-write-failure/m-p/3210756#M629937</guid>
      <dc:creator>Gino Castoldi_2</dc:creator>
      <dc:date>2004-03-05T12:35:03Z</dc:date>
    </item>
  </channel>
</rss>

