<?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: Too Many Open Files error message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375464#M347883</link>
    <description>you try increasing the "parameter" has suggested earlier.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
    <pubDate>Tue, 17 Mar 2009 06:51:10 GMT</pubDate>
    <dc:creator>Johnson Punniyalingam</dc:creator>
    <dc:date>2009-03-17T06:51:10Z</dc:date>
    <item>
      <title>Too Many Open Files error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375445#M347864</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;  I received some error message at syslog.log file.&lt;BR /&gt;&lt;BR /&gt;sshd[6409]: error: openpty: Too many open files&lt;BR /&gt;sshd[6412]: error: session_pty_req: session 2 alloc failed&lt;BR /&gt;sshd[6412]: error: session_pty_req: session 1 alloc failed&lt;BR /&gt;sshd[6412]: error: session_pty_req: session 3 alloc failed&lt;BR /&gt;sshd[6409]: error: chown  0 0 failed: No such file or directory&lt;BR /&gt;sshd[6409]: error: chmod  0666 failed: No such file or directory&lt;BR /&gt;sshd[6409]: error: openpty: Too many open files&lt;BR /&gt;above message repeats 2 times</description>
      <pubDate>Tue, 10 Mar 2009 07:51:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375445#M347864</guid>
      <dc:creator>yn_wangchao163.com</dc:creator>
      <dc:date>2009-03-10T07:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Too Many Open Files error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375446#M347865</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;This would indicate a need to change some kernel parameters:&lt;BR /&gt;&lt;BR /&gt;nfile&lt;BR /&gt;maxuprc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 10 Mar 2009 07:58:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375446#M347865</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-03-10T07:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Too Many Open Files error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375447#M347866</link>
      <description>you need to tune 'maxfiles' kernal parameter and 'maxfiles_lim'. Check out the manpage.&lt;BR /&gt;&lt;BR /&gt;what OS HPUX version.?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
      <pubDate>Tue, 10 Mar 2009 08:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375447#M347866</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-03-10T08:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Too Many Open Files error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375448#M347867</link>
      <description>I agree with the follow on post to mine.&lt;BR /&gt;&lt;BR /&gt;I recommend sam kernel configuration configurable parameters for those who are new with the OS. Sam is replaced with SMH in the 11.31 OS.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 10 Mar 2009 08:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375448#M347867</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-03-10T08:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Too Many Open Files error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375449#M347868</link>
      <description>You may also want to see if the application is opening files and not closing them (due to a bug)...</description>
      <pubDate>Tue, 10 Mar 2009 08:18:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375449#M347868</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2009-03-10T08:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Too Many Open Files error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375450#M347869</link>
      <description>At the same time you could check the output of &lt;BR /&gt;&lt;BR /&gt;# sar -v 1 5&lt;BR /&gt;&lt;BR /&gt;This will let us know if the number of files are getting filled, and if the kernel parameters needs to be increased.</description>
      <pubDate>Tue, 10 Mar 2009 08:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375450#M347869</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-03-10T08:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Too Many Open Files error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375451#M347870</link>
      <description>Is this a new server or this problem came suddenly , if this came suddently and nothing was upgraded in server......no application, no DB etc.&lt;BR /&gt;Then you have to see which process is opening so many files(if you have lsof it can help you a lot in that).&lt;BR /&gt;&lt;BR /&gt;And if this issue come after any upgrade then you have have to incrase above suggested parameter inclusing the need of that new application.&lt;BR /&gt;&lt;BR /&gt;Don go and change kernel parameter at one instance you gotta see why that happened.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Tue, 10 Mar 2009 08:45:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375451#M347870</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2009-03-10T08:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Too Many Open Files error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375452#M347871</link>
      <description>&lt;!--!*#--&gt;Thanks everyone:&lt;BR /&gt;    I saw maxuprc = 3780 by smh,but I can not find this parameter nfile. My os is HP-UX 11.31.</description>
      <pubDate>Wed, 11 Mar 2009 00:08:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375452#M347871</guid>
      <dc:creator>yn_wangchao163.com</dc:creator>
      <dc:date>2009-03-11T00:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Too Many Open Files error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375453#M347872</link>
      <description>&lt;!--!*#--&gt;# sar -v 1 5&lt;BR /&gt;&lt;BR /&gt;HP-UX pmsdb1 B.11.31 U ia64    03/11/09&lt;BR /&gt;&lt;BR /&gt;09:08:32 text-sz  ov  proc-sz  ov  inod-sz  ov  file-sz  ov &lt;BR /&gt;09:08:33   N/A   N/A 502/4200  0  1484/35648 0  8480/2147483647 0&lt;BR /&gt;09:08:34   N/A   N/A 505/4200  0  1488/35648 0  8482/2147483647 0&lt;BR /&gt;09:08:35   N/A   N/A 502/4200  0  1495/35648 0  8480/2147483647 0&lt;BR /&gt;09:08:36   N/A   N/A 503/4200  0  1484/35648 0  8483/2147483647 0&lt;BR /&gt;09:08:37   N/A   N/A 503/4200  0  1485/35648 0  8484/2147483647 0</description>
      <pubDate>Wed, 11 Mar 2009 00:09:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375453#M347872</guid>
      <dc:creator>yn_wangchao163.com</dc:creator>
      <dc:date>2009-03-11T00:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Too Many Open Files error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375454#M347873</link>
      <description>&amp;gt;I can not find this parameter nfile. &lt;BR /&gt;&lt;BR /&gt;nfile is no longer there on 11.31, so don't worry about it.  That was the case where there were too many open files for ALL of the processes, not just the per process limit maxfiles_lim.&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/nfile.5.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/nfile.5.html&lt;/A&gt;</description>
      <pubDate>Wed, 11 Mar 2009 02:05:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375454#M347873</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-03-11T02:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Too Many Open Files error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375455#M347874</link>
      <description>I forgot to mention since you are on 11.31, you can use pfiles(1) to see how many open files there are for that sshd PID 6409, if still there:&lt;BR /&gt;pfiles 6409</description>
      <pubDate>Wed, 11 Mar 2009 02:08:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375455#M347874</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-03-11T02:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Too Many Open Files error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375456#M347875</link>
      <description>please check how many users are logged in to the server through ssh etc and the number of Pseudo Terminals (npty) being used.&lt;BR /&gt;&lt;BR /&gt;You can check this from 'glance'.&lt;BR /&gt;Go to glance and press 't' for the system tables report.&lt;BR /&gt;If there are any inactive sessions, kill them.&lt;BR /&gt;&lt;BR /&gt;Regards!</description>
      <pubDate>Wed, 11 Mar 2009 02:30:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375456#M347875</guid>
      <dc:creator>點燃</dc:creator>
      <dc:date>2009-03-11T02:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Too Many Open Files error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375457#M347876</link>
      <description>&lt;!--!*#--&gt;Thanks,&lt;BR /&gt;    I saw a very large nfile(2147483647) by glance.</description>
      <pubDate>Tue, 17 Mar 2009 02:06:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375457#M347876</guid>
      <dc:creator>yn_wangchao163.com</dc:creator>
      <dc:date>2009-03-17T02:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Too Many Open Files error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375458#M347877</link>
      <description>&lt;!--!*#--&gt;System Table                 Available        Used      Utilization      High(%)&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Proc Table (nproc)               4200          533           13           13&lt;BR /&gt;File Table (nfile)         2147483647         6371            0            0&lt;BR /&gt;Shared Mem Table (shmmni)         512           16            3            3&lt;BR /&gt;Message Table (msgmni)           4200            2            0            0&lt;BR /&gt;Semaphore Table (semmni)         8400           30            0            0&lt;BR /&gt;File Locks (nflocks)             4200           81            2            2&lt;BR /&gt;Pseudo Terminals (npty)            60            0            0            0&lt;BR /&gt;Buffer Headers (nbuf)              na        11936           na           na</description>
      <pubDate>Tue, 17 Mar 2009 02:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375458#M347877</guid>
      <dc:creator>yn_wangchao163.com</dc:creator>
      <dc:date>2009-03-17T02:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Too Many Open Files error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375459#M347878</link>
      <description>On my 11.31, nfile is 0, so I guess you can ignore it.&lt;BR /&gt;&lt;BR /&gt;What is the value of maxfiles_lim and have you tried pfiles(1)?</description>
      <pubDate>Tue, 17 Mar 2009 03:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375459#M347878</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-03-17T03:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Too Many Open Files error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375460#M347879</link>
      <description>maxfiles_lim=4096</description>
      <pubDate>Tue, 17 Mar 2009 05:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375460#M347879</guid>
      <dc:creator>yn_wangchao163.com</dc:creator>
      <dc:date>2009-03-17T05:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Too Many Open Files error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375461#M347880</link>
      <description>how about macfile..?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
      <pubDate>Tue, 17 Mar 2009 05:27:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375461#M347880</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-03-17T05:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Too Many Open Files error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375462#M347881</link>
      <description>Thanks,&lt;BR /&gt;maxfiles=2048</description>
      <pubDate>Tue, 17 Mar 2009 06:38:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375462#M347881</guid>
      <dc:creator>yn_wangchao163.com</dc:creator>
      <dc:date>2009-03-17T06:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Too Many Open Files error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375463#M347882</link>
      <description>looks ok to me.&lt;BR /&gt;&lt;BR /&gt;# maxfile = 2048&lt;BR /&gt;# maxfiles_lim =4096&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
      <pubDate>Tue, 17 Mar 2009 06:49:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375463#M347882</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-03-17T06:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Too Many Open Files error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375464#M347883</link>
      <description>you try increasing the "parameter" has suggested earlier.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
      <pubDate>Tue, 17 Mar 2009 06:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/too-many-open-files-error-message/m-p/4375464#M347883</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-03-17T06:51:10Z</dc:date>
    </item>
  </channel>
</rss>

