<?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: logon errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/logon-errors/m-p/2902680#M936005</link>
    <description>sounds like you need to increase the nfile parameter or even better increase the value of maxusers</description>
    <pubDate>Wed, 12 Feb 2003 12:52:41 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2003-02-12T12:52:41Z</dc:date>
    <item>
      <title>logon errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logon-errors/m-p/2902679#M936004</link>
      <description>hp-ux 11.0&lt;BR /&gt;&lt;BR /&gt;What is the meaning for the folowing message -&lt;BR /&gt;Error couldn't open /usr/lib/dld.sl errorno:000000023&lt;BR /&gt;/etc/profile[40] cannot make pipe&lt;BR /&gt;&lt;BR /&gt;Users are getting this some times when they log in but not all the time....  Is it related to having to many files open ?</description>
      <pubDate>Wed, 12 Feb 2003 12:44:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logon-errors/m-p/2902679#M936004</guid>
      <dc:creator>MMcNamara</dc:creator>
      <dc:date>2003-02-12T12:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: logon errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logon-errors/m-p/2902680#M936005</link>
      <description>sounds like you need to increase the nfile parameter or even better increase the value of maxusers</description>
      <pubDate>Wed, 12 Feb 2003 12:52:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logon-errors/m-p/2902680#M936005</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2003-02-12T12:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: logon errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logon-errors/m-p/2902681#M936006</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Yes, the key indication is the error number.  Error-23 is ENFILE (File table overflow). This indicates that the kernel's 'nfile' is too small.  'nfile' governs the limit on open files system-wide.  You can monitor it with 'sar -v' and/or glance's system table view [toggle 't'].  I suggest you increase the value of 'nfile' and regenerate your kernel.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 12 Feb 2003 12:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logon-errors/m-p/2902681#M936006</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-02-12T12:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: logon errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logon-errors/m-p/2902682#M936007</link>
      <description>Just some explanation on how to get from the error message to the mentioned ENFILE and nfile:&lt;BR /&gt;&lt;BR /&gt;If you get a message with "errno" and then some number, then grep(1) the number (without the leading zeros) in /usr/include/sys/errno.h. In this case that gives:&lt;BR /&gt;&lt;BR /&gt;$ grep 23 /usr/include/sys/errno.h&lt;BR /&gt;#define ENFILE          23      /* File table overflow          */&lt;BR /&gt;&lt;BR /&gt;That already gives a clue in *this* case, but in general, if the name of a system call is mentioned or implied, you look up the error *name* (ENFILE) in the respective manual page, i.e. open(2) ("man 2 open") in this case. If the system call is not menationed, you look at the *general* meaning of the error name in the errno(2) ("man errno" manual page.&lt;BR /&gt;&lt;BR /&gt;In this case the meaning is "The system file table is full."/"File table overflow.  The system's table of open files is full, and temporarily no more open()s can be accepted.". From this you have to conclude that it is some kernel parameter and SAM should point you to nfile.</description>
      <pubDate>Thu, 13 Feb 2003 10:43:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logon-errors/m-p/2902682#M936007</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2003-02-13T10:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: logon errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logon-errors/m-p/2902683#M936008</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;Thanks for your help - increasing the nfile parameter did the trick.&lt;BR /&gt;&lt;BR /&gt;Frank - Your nice hint that I should check out the messages fully before posting a query is correct. I was not aware of the ways for interpreting messages as you outlined.&lt;BR /&gt;&lt;BR /&gt;MMC.  &lt;BR /&gt;</description>
      <pubDate>Thu, 13 Feb 2003 12:07:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logon-errors/m-p/2902683#M936008</guid>
      <dc:creator>MMcNamara</dc:creator>
      <dc:date>2003-02-13T12:07:08Z</dc:date>
    </item>
  </channel>
</rss>

