<?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: iPlanet Web Server Errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-web-server-errors/m-p/2884979#M101792</link>
    <description>Sridhar,&lt;BR /&gt;&lt;BR /&gt;First I would like to inform you that I have HP-UX11i running here. When I have executed that command I got the following:&lt;BR /&gt;&lt;BR /&gt;HP-UX neptune B.11.11 U 9000/879    01/19/03               &lt;BR /&gt;                                                           &lt;BR /&gt;10:40:28 text-sz  ov  proc-sz  ov  inod-sz  ov  file-sz  ov&lt;BR /&gt;10:40:30   N/A   N/A 110/2068  0    0/2492  0  494/4146  0 &lt;BR /&gt;10:40:32   N/A   N/A 110/2068  0    0/2492  0  494/4146  0 &lt;BR /&gt;10:40:34   N/A   N/A 110/2068  0    0/2492  0  494/4146  0 &lt;BR /&gt;10:40:36   N/A   N/A 110/2068  0    0/2492  0  494/4146  0 &lt;BR /&gt;10:40:38   N/A   N/A 110/2068  0    0/2492  0  494/4146  0 &lt;BR /&gt;10:40:40   N/A   N/A 110/2068  0    0/2492  0  494/4146  0 &lt;BR /&gt;10:40:42   N/A   N/A 110/2068  0    0/2492  0  494/4146  0 &lt;BR /&gt;10:40:44   N/A   N/A 110/2068  0    0/2492  0  494/4146  0 &lt;BR /&gt;10:40:46   N/A   N/A 110/2068  0    0/2492  0  494/4146  0 &lt;BR /&gt;10:40:48   N/A   N/A 110/2068  0    0/2492  0  494/4146  0 &lt;BR /&gt;................&lt;BR /&gt;&lt;BR /&gt;The kernel configuration I have currently is:&lt;BR /&gt;&lt;BR /&gt;maxfiles                     1200         1200   Static    N/A          S&lt;BR /&gt;&lt;BR /&gt;maxfiles_lim                 1200         1200   Dynamic   N/A          H&lt;BR /&gt;&lt;BR /&gt;nfile                        4136         4136   Static &lt;BR /&gt;&lt;BR /&gt;What is your advise ??&lt;BR /&gt;&lt;BR /&gt;Thank You ...... Rami&lt;BR /&gt;</description>
    <pubDate>Sun, 19 Jan 2003 07:46:51 GMT</pubDate>
    <dc:creator>Rami Al-Lolah</dc:creator>
    <dc:date>2003-01-19T07:46:51Z</dc:date>
    <item>
      <title>iPlanet Web Server Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-web-server-errors/m-p/2884975#M101788</link>
      <description>Team,&lt;BR /&gt;&lt;BR /&gt;I have installed iPlanet web server recently. When I run the admin server; I could access it perefectly, however, I have got the following error in the log file:&lt;BR /&gt;'Failed to create logging thread (Insuffi&lt;BR /&gt;cient resources)'&lt;BR /&gt;&lt;BR /&gt;Can any help in solving this mystery.</description>
      <pubDate>Sat, 18 Jan 2003 13:01:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-web-server-errors/m-p/2884975#M101788</guid>
      <dc:creator>Rami Al-Lolah</dc:creator>
      <dc:date>2003-01-18T13:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: iPlanet Web Server Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-web-server-errors/m-p/2884976#M101789</link>
      <description>Team,&lt;BR /&gt;&lt;BR /&gt;The error in details is:'[18/Jan/2003:14:20:40] failure (10314): Error creating DaemonSession thread&lt;BR /&gt;&lt;BR /&gt;[18/Jan/2003:14:20:40] warning (10314): The server configuration may require mor&lt;BR /&gt;e file descriptors than the operating system provides.  If you encounter PR_PROC&lt;BR /&gt;_DESC_TABLE_FULL_ERROR errors, you may wish to increase the operating system har&lt;BR /&gt;d file descriptor limit from 1200 to 6531 (see your operating system documentati&lt;BR /&gt;on) or decrease one or more of the following settings: MaxFiles in nsfc.conf and&lt;BR /&gt; ConnQueueSize, RqThrottle, and MaxKeepAliveConnections in magnus.conf.&lt;BR /&gt;&lt;BR /&gt;[18/Jan/2003:14:31:23] failure (10314): Failed to create logging thread (Insuffi&lt;BR /&gt;cient resources)'&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 18 Jan 2003 13:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-web-server-errors/m-p/2884976#M101789</guid>
      <dc:creator>Rami Al-Lolah</dc:creator>
      <dc:date>2003-01-18T13:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: iPlanet Web Server Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-web-server-errors/m-p/2884977#M101790</link>
      <description>Hi Rami,&lt;BR /&gt;&lt;BR /&gt;Do you "sar -v 2 20" and observe the column file-sz. It gives the number of file description in use against the total number of file descriptors avaiable. If the difference is less, then you may have to consider increasing "nfile" kernel parameter.&lt;BR /&gt;&lt;BR /&gt;If not, then you may have to bump up maxfiles_lim (max number of files a process can open -hardlimit) and max_files (soft limit).&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sat, 18 Jan 2003 23:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-web-server-errors/m-p/2884977#M101790</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-01-18T23:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: iPlanet Web Server Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-web-server-errors/m-p/2884978#M101791</link>
      <description>Sridhar, Thanks, I'll try it and let you know.</description>
      <pubDate>Sun, 19 Jan 2003 05:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-web-server-errors/m-p/2884978#M101791</guid>
      <dc:creator>Rami Al-Lolah</dc:creator>
      <dc:date>2003-01-19T05:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: iPlanet Web Server Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-web-server-errors/m-p/2884979#M101792</link>
      <description>Sridhar,&lt;BR /&gt;&lt;BR /&gt;First I would like to inform you that I have HP-UX11i running here. When I have executed that command I got the following:&lt;BR /&gt;&lt;BR /&gt;HP-UX neptune B.11.11 U 9000/879    01/19/03               &lt;BR /&gt;                                                           &lt;BR /&gt;10:40:28 text-sz  ov  proc-sz  ov  inod-sz  ov  file-sz  ov&lt;BR /&gt;10:40:30   N/A   N/A 110/2068  0    0/2492  0  494/4146  0 &lt;BR /&gt;10:40:32   N/A   N/A 110/2068  0    0/2492  0  494/4146  0 &lt;BR /&gt;10:40:34   N/A   N/A 110/2068  0    0/2492  0  494/4146  0 &lt;BR /&gt;10:40:36   N/A   N/A 110/2068  0    0/2492  0  494/4146  0 &lt;BR /&gt;10:40:38   N/A   N/A 110/2068  0    0/2492  0  494/4146  0 &lt;BR /&gt;10:40:40   N/A   N/A 110/2068  0    0/2492  0  494/4146  0 &lt;BR /&gt;10:40:42   N/A   N/A 110/2068  0    0/2492  0  494/4146  0 &lt;BR /&gt;10:40:44   N/A   N/A 110/2068  0    0/2492  0  494/4146  0 &lt;BR /&gt;10:40:46   N/A   N/A 110/2068  0    0/2492  0  494/4146  0 &lt;BR /&gt;10:40:48   N/A   N/A 110/2068  0    0/2492  0  494/4146  0 &lt;BR /&gt;................&lt;BR /&gt;&lt;BR /&gt;The kernel configuration I have currently is:&lt;BR /&gt;&lt;BR /&gt;maxfiles                     1200         1200   Static    N/A          S&lt;BR /&gt;&lt;BR /&gt;maxfiles_lim                 1200         1200   Dynamic   N/A          H&lt;BR /&gt;&lt;BR /&gt;nfile                        4136         4136   Static &lt;BR /&gt;&lt;BR /&gt;What is your advise ??&lt;BR /&gt;&lt;BR /&gt;Thank You ...... Rami&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Jan 2003 07:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-web-server-errors/m-p/2884979#M101792</guid>
      <dc:creator>Rami Al-Lolah</dc:creator>
      <dc:date>2003-01-19T07:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: iPlanet Web Server Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-web-server-errors/m-p/2884980#M101793</link>
      <description>I've never run Iplanet and I can tell you now, increase the number of open files on your system in the kernel.&lt;BR /&gt;&lt;BR /&gt;Check uname -a or -u and see what's going on there.&lt;BR /&gt;&lt;BR /&gt;Make sure the user that owns iplanet(hopefully not root) has enough open processes and files allowed.&lt;BR /&gt;&lt;BR /&gt;Web servers with lots of pages to serve can tend to need lots of open files.&lt;BR /&gt;&lt;BR /&gt;I've operated enough web servers(apache) to know that.  The hard way, which is how I learn most things.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sun, 19 Jan 2003 08:34:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-web-server-errors/m-p/2884980#M101793</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-01-19T08:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: iPlanet Web Server Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-web-server-errors/m-p/2884981#M101794</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What kerenel paramter did you mean by increasing?? Note that some of the kernel parameters I have reported above are dynamic.&lt;BR /&gt;&lt;BR /&gt;If I changed the kernel parameter value to what is suggested by the web server; which is 6531; will that impact the whole system performance .... ??&lt;BR /&gt;&lt;BR /&gt;Thanks,,,,,,,,,,,,,,&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Jan 2003 11:17:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-web-server-errors/m-p/2884981#M101794</guid>
      <dc:creator>Rami Al-Lolah</dc:creator>
      <dc:date>2003-01-19T11:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: iPlanet Web Server Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-web-server-errors/m-p/2884982#M101795</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You are good with nfile kernel parameter. As I indicated before, next step is to consider increasing the maxfiles and maxfiles_lim (Number of open files that a process can have) parameters. Make them 2048. &lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sun, 19 Jan 2003 20:04:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iplanet-web-server-errors/m-p/2884982#M101795</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-01-19T20:04:51Z</dc:date>
    </item>
  </channel>
</rss>

