<?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: Fork process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-process/m-p/4027852#M301136</link>
    <description>Some kernel parameters are to low&lt;BR /&gt;&lt;BR /&gt;Check this link&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1075801" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1075801&lt;/A&gt;</description>
    <pubDate>Wed, 27 Jun 2007 09:20:59 GMT</pubDate>
    <dc:creator>Luk Vandenbussche</dc:creator>
    <dc:date>2007-06-27T09:20:59Z</dc:date>
    <item>
      <title>Fork process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-process/m-p/4027851#M301135</link>
      <description>Hi all,&lt;BR /&gt;When application team trying to transport data to production box they are getting error like..&lt;BR /&gt;" FUNCTION: 'RfcExecProgram'#Not enough space (fork)."&lt;BR /&gt;/ &amp;amp; /usr/SAP/trans/ Filesystems have enough free space. Is there any os max process or any such limit will be there? if yes how can I check that.&lt;BR /&gt; and how to check the max process limit for a particular user..?&lt;BR /&gt;can any one help me.Thanks in advance.&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jun 2007 09:14:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-process/m-p/4027851#M301135</guid>
      <dc:creator>pnvs</dc:creator>
      <dc:date>2007-06-27T09:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Fork process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-process/m-p/4027852#M301136</link>
      <description>Some kernel parameters are to low&lt;BR /&gt;&lt;BR /&gt;Check this link&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1075801" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1075801&lt;/A&gt;</description>
      <pubDate>Wed, 27 Jun 2007 09:20:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-process/m-p/4027852#M301136</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-06-27T09:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Fork process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-process/m-p/4027853#M301137</link>
      <description>This has nothing to do with file system space. Fork() failed because there was not enough virtual memory; you need more swap space. &lt;BR /&gt;&lt;BR /&gt;Fork(0 returns a different error if you hit the system-wide process limit (nproc) or the per-user process limit (maxuprc). You can display these values using kmtune or kctune.&lt;BR /&gt;&lt;BR /&gt;e.g. kmtune -q maxupc&lt;BR /&gt;&lt;BR /&gt;Man 2 fork will explain the various ways fork(0 can fell and how errno is then set.</description>
      <pubDate>Wed, 27 Jun 2007 09:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-process/m-p/4027853#M301137</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-06-27T09:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Fork process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-process/m-p/4027854#M301138</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You are either out of swapspace or your 'maxdsiz' kernel parameter(s) are too small, or your 'ulimit' has restrained you.&lt;BR /&gt;&lt;BR /&gt;Examine your swap with 'swapinfo -tam' and your kernel paramters with 'k(c|m)tune' and your 'ulimit'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 27 Jun 2007 09:24:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-process/m-p/4027854#M301138</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-06-27T09:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fork process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-process/m-p/4027855#M301139</link>
      <description>Hi pnvs,&lt;BR /&gt;&lt;BR /&gt;Usually the application specifies the values for Kernel parameters.&lt;BR /&gt;&lt;BR /&gt;check nproc&lt;BR /&gt;do &lt;BR /&gt;sar -v 1 1&lt;BR /&gt;09:46:34 text-sz  ov  proc-sz  ov  inod-sz  ov  file-sz  ov&lt;BR /&gt;09:46:35   N/A   N/A 365/8212  0  3163/9404  0  4210/15205 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;look for column proc-sz. in the above ex:&lt;BR /&gt;365/8212 . 365 is the current value and 8212 is the allocated value</description>
      <pubDate>Wed, 27 Jun 2007 09:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-process/m-p/4027855#M301139</guid>
      <dc:creator>Basheer_2</dc:creator>
      <dc:date>2007-06-27T09:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fork process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-process/m-p/4027856#M301140</link>
      <description>Hi Basheer,&lt;BR /&gt;&lt;BR /&gt;I checked that. Proc-Sz is 533/3220. and when I&lt;BR /&gt;check ulimit it is giveing as unlimited. even&lt;BR /&gt;for root ID and as well as dapadm( SAP ) ID also. so is there any way to check the maximum  allowed processes for a particular user.</description>
      <pubDate>Wed, 27 Jun 2007 11:05:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-process/m-p/4027856#M301140</guid>
      <dc:creator>pnvs</dc:creator>
      <dc:date>2007-06-27T11:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Fork process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-process/m-p/4027857#M301141</link>
      <description>AS mentioned, you are likely hitting a fence imposed by the kernel. ulimit reports unlimited when it really means: memory is limited by the maxdsiz (or maxdsiz_64) kernel parameter. The command to see your memory limit is:&lt;BR /&gt; &lt;BR /&gt;kmtune | grep maxdsiz&lt;BR /&gt; &lt;BR /&gt;or if you are running 11.23 or higher:&lt;BR /&gt; &lt;BR /&gt;kctune | grep maxdsiz&lt;BR /&gt; &lt;BR /&gt;The number is in bytes and maxdsiz will default to 67 megs or 200 megs depending on the version you are running. &lt;BR /&gt; &lt;BR /&gt;Now you should change maxdsiz to about 1700 megs and increase maxdsiz_64 to about 3 Gb or so. This assumes that you cannot find out what the application requires for memory. Note that maxdsiz_64 must be larger than maxdsiz.</description>
      <pubDate>Wed, 27 Jun 2007 11:54:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-process/m-p/4027857#M301141</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-06-27T11:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Fork process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-process/m-p/4027858#M301142</link>
      <description>&amp;gt;JRF: You are either out of swapspace or your maxdsiz kernel parameter(s) are too small, or your 'ulimit' has restrained you.&lt;BR /&gt;&lt;BR /&gt;Since a fork makes a copy of your space and you already fit, you should not be limited by maxdsize or ulimit.  (Unless these limits were mysteriously made smaller.)&lt;BR /&gt;&lt;BR /&gt;So as Clay says, you are out of swapspace.  You need to do:&lt;BR /&gt;$ swapinfo -mta&lt;BR /&gt;&lt;BR /&gt;Then add more.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jun 2007 01:56:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-process/m-p/4027858#M301142</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-06-28T01:56:25Z</dc:date>
    </item>
  </channel>
</rss>

