<?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: Urgent: kenerl parameters in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-kenerl-parameters/m-p/2470591#M775201</link>
    <description>Thank you:&lt;BR /&gt;&lt;BR /&gt;I was suspecting it was what you said, but i need a fast confirmation.&lt;BR /&gt;&lt;BR /&gt;Second message may be on the way.&lt;BR /&gt;</description>
    <pubDate>Tue, 05 Dec 2000 16:10:04 GMT</pubDate>
    <dc:creator>Carlos Fernandez Riera</dc:creator>
    <dc:date>2000-12-05T16:10:04Z</dc:date>
    <item>
      <title>Urgent: kenerl parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-kenerl-parameters/m-p/2470588#M775198</link>
      <description>My syslog.log shows new messages for me:&lt;BR /&gt;&lt;BR /&gt;Dec  5 10:35:10 uba00101 inetd[456]: telnet/tcp: accept: File table overflow                                 &lt;BR /&gt;&lt;BR /&gt;Dec  4 12:58:23 uba00101 inetd[456]: telnet/tcp: accept: No buffer space available            &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;URGENT suggentions, please&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Dec 2000 15:40:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-kenerl-parameters/m-p/2470588#M775198</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2000-12-05T15:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent: kenerl parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-kenerl-parameters/m-p/2470589#M775199</link>
      <description>Carlos,&lt;BR /&gt;&lt;BR /&gt;The "file table overflow" error indicates that either your inetd process is exceeding its per-process file table size, or it is trying to exceed the global file table size.  These are controlled by the following two kernel parameters:&lt;BR /&gt;    maxfiles:   Soft file limit per process&lt;BR /&gt;    maxfiles_lim: Hard file limit per process&lt;BR /&gt;    nfile:        Max (global) number of open files&lt;BR /&gt;&lt;BR /&gt;You can check whether your system is close to exceeding the "nfile" parameter via the command:&lt;BR /&gt;&lt;BR /&gt;# sar -v 1 110:51:12 text-sz  ov  proc-sz  ov  inod-sz  ov  file-sz  ov &lt;BR /&gt;10:51:13   N/A   N/A 139/340   0  534/540   0  452/902   0&lt;BR /&gt;&lt;BR /&gt;In this case this indicates that the file table size is at 452/902, or approximately 50% full.  If this shows that your system is approximately 90% full or higher, then you should increase the nfile parameter in addition to maxfiles.&lt;BR /&gt;&lt;BR /&gt;I am unfamiliar with the second error.</description>
      <pubDate>Tue, 05 Dec 2000 15:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-kenerl-parameters/m-p/2470589#M775199</guid>
      <dc:creator>Kenneth Platz</dc:creator>
      <dc:date>2000-12-05T15:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent: kenerl parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-kenerl-parameters/m-p/2470590#M775200</link>
      <description>Carlos:&lt;BR /&gt;&lt;BR /&gt;Try these kernel settings as a start:&lt;BR /&gt;&lt;BR /&gt;# npty 400&lt;BR /&gt;# nstrpty 400&lt;BR /&gt;# nfile 8192&lt;BR /&gt;# ninode 8192&lt;BR /&gt;&lt;BR /&gt;Also: The kernel parameter 'nstrtel' specifies the number of telnet device files that the kernel can support for incoming telnet sessions. This number should match the number of device files that exist on the system.&lt;BR /&gt;&lt;BR /&gt;See this document for an overview:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 05 Dec 2000 16:05:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-kenerl-parameters/m-p/2470590#M775200</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-12-05T16:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent: kenerl parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-kenerl-parameters/m-p/2470591#M775201</link>
      <description>Thank you:&lt;BR /&gt;&lt;BR /&gt;I was suspecting it was what you said, but i need a fast confirmation.&lt;BR /&gt;&lt;BR /&gt;Second message may be on the way.&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Dec 2000 16:10:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-kenerl-parameters/m-p/2470591#M775201</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2000-12-05T16:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent: kenerl parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-kenerl-parameters/m-p/2470592#M775202</link>
      <description>James:&lt;BR /&gt;&lt;BR /&gt;Thank you too. &lt;BR /&gt;&lt;BR /&gt;I was asking about meaning of these new messages for me.&lt;BR /&gt;I`ll see you on monday</description>
      <pubDate>Tue, 05 Dec 2000 16:17:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-kenerl-parameters/m-p/2470592#M775202</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2000-12-05T16:17:16Z</dc:date>
    </item>
  </channel>
</rss>

