<?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 Glance in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2450617#M10845</link>
    <description>Good Day,&lt;BR /&gt;&lt;BR /&gt;I was running glance and I received below message:&lt;BR /&gt;&lt;BR /&gt;RED ALERT  File Table is nearly full.&lt;BR /&gt;&lt;BR /&gt;Help on it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Augusto</description>
    <pubDate>Thu, 05 Oct 2000 13:26:34 GMT</pubDate>
    <dc:creator>augusto cossa</dc:creator>
    <dc:date>2000-10-05T13:26:34Z</dc:date>
    <item>
      <title>Glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2450617#M10845</link>
      <description>Good Day,&lt;BR /&gt;&lt;BR /&gt;I was running glance and I received below message:&lt;BR /&gt;&lt;BR /&gt;RED ALERT  File Table is nearly full.&lt;BR /&gt;&lt;BR /&gt;Help on it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Augusto</description>
      <pubDate>Thu, 05 Oct 2000 13:26:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2450617#M10845</guid>
      <dc:creator>augusto cossa</dc:creator>
      <dc:date>2000-10-05T13:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2450618#M10846</link>
      <description>The file table is a kernel parm</description>
      <pubDate>Thu, 05 Oct 2000 13:28:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2450618#M10846</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-10-05T13:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2450619#M10847</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Glance is telling you that your system has too many open files.  You may have rogue processes that you need to kill.  More likely is that you need to make some adjustments to &lt;NFILE&gt; kernel parameter (as done with SAM).&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;&lt;/NFILE&gt;</description>
      <pubDate>Thu, 05 Oct 2000 13:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2450619#M10847</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-10-05T13:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2450620#M10848</link>
      <description>Hi Augusto,&lt;BR /&gt;&lt;BR /&gt;You can look at the state of the File Tale by using the 't' command in Glance. &lt;BR /&gt;&lt;BR /&gt;As stated in the previous responses, you may need to increase the kernel parameter 'nfile'.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Thu, 05 Oct 2000 13:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2450620#M10848</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-10-05T13:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2450621#M10849</link>
      <description>If you have sar properly configured on your box, sar -v will show you a day's history on the file table so that you can see when teh filetable started to fill.&lt;BR /&gt;&lt;BR /&gt;Regardless, unless you had a program spinning out of control and causing  an unusual number of open files you will want to increase nfile and reboot.</description>
      <pubDate>Thu, 05 Oct 2000 14:55:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2450621#M10849</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-10-05T14:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2450622#M10850</link>
      <description>Sounds like your system may be growing.  The first taak is to verify that this is expected (ie, more users, more programs, etc).  If not, then a runaway process or script may be using most of your file handles.&lt;BR /&gt;&lt;BR /&gt;But if it is indeed growing in usage (as is true of most computers), you will have to take an active role in expanding the tables needed to keep pace with the load.  There are two ways:&lt;BR /&gt;&lt;BR /&gt;1. Use the formula macro: maxusers&lt;BR /&gt;   and increase it (double or triple it)&lt;BR /&gt;&lt;BR /&gt;2. Manually override the formulae with a specific value.  To see nfile (and nproc), use the command: sar -v 1&lt;BR /&gt;&lt;BR /&gt;nfile (maximum number of files open for the entire system) and nproc (max processes for the entire system) are related: if you have nproc set to 500, then nfile needs to be at least 3x larger, more like 5x since every process has at least 3 file handles (STDIN STDOUT STDERR) and most likely several more.</description>
      <pubDate>Thu, 05 Oct 2000 15:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2450622#M10850</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2000-10-05T15:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2450623#M10851</link>
      <description>Glance is complaining you that your system has too many open files. &lt;BR /&gt;&lt;BR /&gt;You may have huge processes process running on your system.&lt;BR /&gt;if this problem is coming more frequently  you need increase nfile kernel parameter</description>
      <pubDate>Fri, 06 Oct 2000 00:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2450623#M10851</guid>
      <dc:creator>Manju Kampli</dc:creator>
      <dc:date>2000-10-06T00:52:38Z</dc:date>
    </item>
  </channel>
</rss>

