<?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>Operating System - HP-UX의 주제 Re: File System is full</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-is-full/m-p/2426955#M1649</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It is unlikely that /home getting 100% full would crash your system. &lt;BR /&gt;The filetable error is probably what you want to handle first. My suggestion is to increase the "nfile" parameter in the kernel, it  is the highest number of open files allowed. You can use SAM to do it.&lt;BR /&gt;&lt;BR /&gt;To take care of /home, you will have to either clean it up or expand it.</description>
    <pubDate>Wed, 21 Jun 2000 12:35:30 GMT</pubDate>
    <dc:creator>Thomas G. Tudrej</dc:creator>
    <dc:date>2000-06-21T12:35:30Z</dc:date>
    <item>
      <title>File System is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-is-full/m-p/2426952#M1646</link>
      <description>Good Day,&lt;BR /&gt;&lt;BR /&gt;I'm facing a big problem concernig /var/adm/syslog/syslog.log file like:&lt;BR /&gt;&lt;BR /&gt;vmunix: file: table is full&lt;BR /&gt;vmunix: /home : file system full.&lt;BR /&gt;This message resulted on crashing the server and what I have done was restore the OS trough the Ignite Tape, but what I would like to know is if is there any way to control or to fixed this problem without restoring the entire OS.&lt;BR /&gt;&lt;BR /&gt;Your help will be appreciated.&lt;BR /&gt;&lt;BR /&gt;PS: I'm running HP-UX 10.20</description>
      <pubDate>Wed, 21 Jun 2000 12:26:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-is-full/m-p/2426952#M1646</guid>
      <dc:creator>augusto cossa</dc:creator>
      <dc:date>2000-06-21T12:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: File System is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-is-full/m-p/2426953#M1647</link>
      <description>hi,&lt;BR /&gt;you must check which file or files are &lt;BR /&gt;cluttering up your /home. &lt;BR /&gt;you can use SAM for that &lt;BR /&gt;---&amp;gt; Routine Tasks ----&amp;gt; selective file removal&lt;BR /&gt;&lt;BR /&gt;i once had a massive core-file do that &lt;BR /&gt;to the /home filesys, because some user was&lt;BR /&gt;messing with a process.&lt;BR /&gt;&lt;BR /&gt;you could also use &lt;BR /&gt;&lt;BR /&gt;find /home -size +2000  &lt;BR /&gt;&lt;BR /&gt;to identify large files, but sam is easier.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;before you remove files, make sure you identify, what caused them.&lt;BR /&gt;handle accordingly, to prevent the problem &lt;BR /&gt;in the future.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jun 2000 12:32:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-is-full/m-p/2426953#M1647</guid>
      <dc:creator>Dan Am</dc:creator>
      <dc:date>2000-06-21T12:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: File System is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-is-full/m-p/2426954#M1648</link>
      <description>Either a filesystem or file table full, shouldn't requrie a reload (although it's been know to panic machines).&lt;BR /&gt;&lt;BR /&gt;To fix the file table, change the kernel parameter 'nfile' or the macro value maxusers (which changes nfile and others).&lt;BR /&gt;&lt;BR /&gt;As for the full filesystem, monitor the usage (but this shouldn't panic a machine).</description>
      <pubDate>Wed, 21 Jun 2000 12:34:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-is-full/m-p/2426954#M1648</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-06-21T12:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: File System is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-is-full/m-p/2426955#M1649</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It is unlikely that /home getting 100% full would crash your system. &lt;BR /&gt;The filetable error is probably what you want to handle first. My suggestion is to increase the "nfile" parameter in the kernel, it  is the highest number of open files allowed. You can use SAM to do it.&lt;BR /&gt;&lt;BR /&gt;To take care of /home, you will have to either clean it up or expand it.</description>
      <pubDate>Wed, 21 Jun 2000 12:35:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-is-full/m-p/2426955#M1649</guid>
      <dc:creator>Thomas G. Tudrej</dc:creator>
      <dc:date>2000-06-21T12:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: File System is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-is-full/m-p/2426956#M1650</link>
      <description>"file table" is the nfile kernel parameter. Modify the kernel and increase the nfile parameter. Check to make sure that other kernel parameters are not using the nfile parameter. Be aware that some modifications to one parameter will cause a change in one or more other parameters. Some of the parameters are based on formulas. SAM is good for kernel modifications because it will tell you what the valid range of values are for each parameter. &lt;BR /&gt;&lt;BR /&gt;"file system full" sounds like you may have some core files or (I've seen this alot) some graphic files is home directories. Do a find a clean out.</description>
      <pubDate>Wed, 21 Jun 2000 12:41:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-is-full/m-p/2426956#M1650</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-06-21T12:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: File System is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-is-full/m-p/2426957#M1651</link>
      <description>If I understand correctly, this occured during an Ignite recovery?? I had this happen once, with an older version of Ignite. The LVM/Filesystems were not built correctly allowing the "filesystem" to be restored as a directory. I would recommend that after you get the problems ironed out, that you verify the version of Ignite.&lt;BR /&gt;Tommy</description>
      <pubDate>Wed, 21 Jun 2000 17:59:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-is-full/m-p/2426957#M1651</guid>
      <dc:creator>Tommy Brown</dc:creator>
      <dc:date>2000-06-21T17:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: File System is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-is-full/m-p/2426958#M1652</link>
      <description>vmunix: file: table is full &lt;BR /&gt;&lt;BR /&gt;As mentioned before, this is the nfile parameter in the kernel.  Most likely, your system is growing and the default parameters a very low. If you increase nfile, you may eventually get a message: vmunix: proc: table is full which menas that the parameter nproc needs to be doubled.  &lt;BR /&gt;&lt;BR /&gt;But rather than waiting parameters to hit the limit, leave these values in formula format (use SAM) then count the maximum number of users on the system, multiply by 2 and set maxusers to that value.  Several params get changed at the same time.&lt;BR /&gt;&lt;BR /&gt;vmunix: /home : file system full. &lt;BR /&gt;&lt;BR /&gt;This is the user's home directory and the first thing a sysadmin learns is that users will fill up all the disk space they can access. Turn on quotas to solve the problem. To find the largest abusers:&lt;BR /&gt;&lt;BR /&gt; du -kx /home | sort -rn &amp;gt; /var/tmp/du.home&lt;BR /&gt;&lt;BR /&gt;This file will have the largest directories at the top. (don't look for big files, use du to find big directories first) Then use ll to see what files are there. To sort by size, use:&lt;BR /&gt;&lt;BR /&gt;  ll /home/what_ever | sort -rnk5 | more&lt;BR /&gt;&lt;BR /&gt;You may find very large files or maybe hundreds of small files. Quotas will help keep things under control.</description>
      <pubDate>Thu, 22 Jun 2000 02:26:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-is-full/m-p/2426958#M1652</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2000-06-22T02:26:20Z</dc:date>
    </item>
  </channel>
</rss>

