<?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 File System Full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3398953#M200401</link>
    <description>Hi,&lt;BR /&gt;following situation:&lt;BR /&gt;&lt;BR /&gt;There is a full vxfs-filesystem:&lt;BR /&gt;1063 -&amp;gt; bdf .&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvtmp      12288   12288       0  100% /home/gdg/EMPTY&lt;BR /&gt;&lt;BR /&gt;Now I execute the following comand:&lt;BR /&gt; echo "XXXX" &amp;gt; /home/gdg/EMPTY/hilf2&lt;BR /&gt;&lt;BR /&gt;I get the following error message:&lt;BR /&gt; vxfs: mesg 001: vx_nospace - /dev/vg00/lvtmp file system full (1 block extent)&lt;BR /&gt;&lt;BR /&gt;Nevertheless a file "hilf2" was genererated (but empty):&lt;BR /&gt;-rw-r--r--   1 root       sys              0 Oct 13 10:56 /home/gdg/EMPTY/hilf2&lt;BR /&gt;&lt;BR /&gt;Question:&lt;BR /&gt;1. Why could the file be generated.&lt;BR /&gt;2. Is it possible to avoid that the file is generated if the space in the filesystem is not large enough?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Stefan.</description>
    <pubDate>Wed, 13 Oct 2004 04:01:37 GMT</pubDate>
    <dc:creator>Thamm</dc:creator>
    <dc:date>2004-10-13T04:01:37Z</dc:date>
    <item>
      <title>File System Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3398953#M200401</link>
      <description>Hi,&lt;BR /&gt;following situation:&lt;BR /&gt;&lt;BR /&gt;There is a full vxfs-filesystem:&lt;BR /&gt;1063 -&amp;gt; bdf .&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvtmp      12288   12288       0  100% /home/gdg/EMPTY&lt;BR /&gt;&lt;BR /&gt;Now I execute the following comand:&lt;BR /&gt; echo "XXXX" &amp;gt; /home/gdg/EMPTY/hilf2&lt;BR /&gt;&lt;BR /&gt;I get the following error message:&lt;BR /&gt; vxfs: mesg 001: vx_nospace - /dev/vg00/lvtmp file system full (1 block extent)&lt;BR /&gt;&lt;BR /&gt;Nevertheless a file "hilf2" was genererated (but empty):&lt;BR /&gt;-rw-r--r--   1 root       sys              0 Oct 13 10:56 /home/gdg/EMPTY/hilf2&lt;BR /&gt;&lt;BR /&gt;Question:&lt;BR /&gt;1. Why could the file be generated.&lt;BR /&gt;2. Is it possible to avoid that the file is generated if the space in the filesystem is not large enough?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Stefan.</description>
      <pubDate>Wed, 13 Oct 2004 04:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3398953#M200401</guid>
      <dc:creator>Thamm</dc:creator>
      <dc:date>2004-10-13T04:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: File System Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3398954#M200402</link>
      <description>Hi,&lt;BR /&gt;1) the file is generated because the file system is not out of inodes, check by "bdf -i ."&lt;BR /&gt;The file name, ownership, permissions etc.  require only inode space.&lt;BR /&gt;&lt;BR /&gt;2) only if the situation occurs that the filesystem is out of both space and inodes simultaneously -  a situation problably not even of theoretical interest. &lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;John K.</description>
      <pubDate>Wed, 13 Oct 2004 04:09:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3398954#M200402</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2004-10-13T04:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: File System Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3398955#M200403</link>
      <description>HI,&lt;BR /&gt;Yes that is rightly explained.&lt;BR /&gt;&lt;BR /&gt;Is it possible to avoid that the file is generated if the space in the filesystem is not large enough?&lt;BR /&gt;&lt;BR /&gt;...Instead i would suggest you to run the script thr' cron to monitor the filesystems usage and set alerts accordingly and take corrective action before anything happens.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Oct 2004 04:16:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3398955#M200403</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-10-13T04:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: File System Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3398956#M200404</link>
      <description>Stefan -- In answer to #2, this is something that would have to be done at an application level (i.e. check the free space before write).&lt;BR /&gt;&lt;BR /&gt;Its unlikely that someone would want to code this since it would be considered an error situation that should be corrected at the OS level and would require overhead for each write.&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Oct 2004 07:22:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3398956#M200404</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2004-10-13T07:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: File System Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3398957#M200405</link>
      <description>I haven't verified this for a while but it may still be true.  In the past, HP-UX by default would reserve 10% for root only access and bdf would report a file system as full, but root would still have some room to play.  I had actually filed a file system so bdf reported 111% (1/(1-.90)) utilization as root.  Naturally, that cause big problems.</description>
      <pubDate>Thu, 14 Oct 2004 15:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3398957#M200405</guid>
      <dc:creator>Ted Buis</dc:creator>
      <dc:date>2004-10-14T15:55:48Z</dc:date>
    </item>
  </channel>
</rss>

