<?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: The fork function failed. Too many processes already exist in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/the-fork-function-failed-too-many-processes-already-exist/m-p/2761533#M945356</link>
    <description>Hi Amran&lt;BR /&gt;&lt;BR /&gt;sar -v 2 10&lt;BR /&gt;will give you the real time usage of nfile nproc and ninode , most likely in your case either the nproc has got saturated or maxuprc ie maximum process that a user can run ( deafault is 75 ) has got saturated , in eithr case you will have to run sam and change the kernel parameter , you may also like to see this :&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;&lt;BR /&gt;Manoj Srivastava</description>
    <pubDate>Thu, 11 Jul 2002 02:26:08 GMT</pubDate>
    <dc:creator>MANOJ SRIVASTAVA</dc:creator>
    <dc:date>2002-07-11T02:26:08Z</dc:date>
    <item>
      <title>The fork function failed. Too many processes already exist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-fork-function-failed-too-many-processes-already-exist/m-p/2761530#M945353</link>
      <description>When I login from user to root using the su function I got the error message "The fork function failed. Too many processes already exist". &lt;BR /&gt;What kernel parameter do I have to increase?&lt;BR /&gt;Also on the dmesg I got the message "File table is full".&lt;BR /&gt;Please help.&lt;BR /&gt;Server : hp ux-11 64 bit&lt;BR /&gt;Memory : 1 GigSwapinfo :&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev     1048576  168652  879924   16%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -  719048 -719048&lt;BR /&gt;memory   747344  231984  515360   31%                                       &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jul 2002 00:43:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-fork-function-failed-too-many-processes-already-exist/m-p/2761530#M945353</guid>
      <dc:creator>Amran Md Said</dc:creator>
      <dc:date>2002-07-11T00:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: The fork function failed. Too many processes already exist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-fork-function-failed-too-many-processes-already-exist/m-p/2761531#M945354</link>
      <description>Run SAM and change the two kernel parameters: nfile and nproc. Double or triple their current size. Your system is growing and needs larger tables.</description>
      <pubDate>Thu, 11 Jul 2002 00:52:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-fork-function-failed-too-many-processes-already-exist/m-p/2761531#M945354</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-07-11T00:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: The fork function failed. Too many processes already exist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-fork-function-failed-too-many-processes-already-exist/m-p/2761532#M945355</link>
      <description>For the file table is full you have to increase the &lt;BR /&gt;&lt;BR /&gt;nfile kernel parameter.&lt;BR /&gt;&lt;BR /&gt;For the fork function failed&lt;BR /&gt;&lt;BR /&gt;you have to check the &lt;BR /&gt;&lt;BR /&gt;maxuprc  (maximum number of processes for a user on the system)&lt;BR /&gt;&lt;BR /&gt;Also check the value of &lt;BR /&gt;&lt;BR /&gt;nproc  total number of processes &lt;BR /&gt;&lt;BR /&gt;But this seems to be the user processes reaching its peak value.&lt;BR /&gt;maxuprc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;check this link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com//hpux/onlinedocs/os/KCparams.OverviewAll.html" target="_blank"&gt;http://www.docs.hp.com//hpux/onlinedocs/os/KCparams.OverviewAll.html&lt;/A&gt;</description>
      <pubDate>Thu, 11 Jul 2002 02:17:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-fork-function-failed-too-many-processes-already-exist/m-p/2761532#M945355</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-07-11T02:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: The fork function failed. Too many processes already exist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-fork-function-failed-too-many-processes-already-exist/m-p/2761533#M945356</link>
      <description>Hi Amran&lt;BR /&gt;&lt;BR /&gt;sar -v 2 10&lt;BR /&gt;will give you the real time usage of nfile nproc and ninode , most likely in your case either the nproc has got saturated or maxuprc ie maximum process that a user can run ( deafault is 75 ) has got saturated , in eithr case you will have to run sam and change the kernel parameter , you may also like to see this :&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;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Thu, 11 Jul 2002 02:26:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-fork-function-failed-too-many-processes-already-exist/m-p/2761533#M945356</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-07-11T02:26:08Z</dc:date>
    </item>
  </channel>
</rss>

