Noor Jahan
8th July 2014, 08:20
Hi,
Any body have solution for the error -11(EAGIAN).
How to resolve this error.
This error can indicate that:
If the internal table is full, the function returns -EAGAIN.
The system tries to create another process, but there are no more processes available in the process table. The user is not allowed to create new processes

Rupesh Khedekar
7th August 2014, 09:24
Hi Noor,

I searched in HelpGuide for the error above. I found the following solution:

Description:
This error can indicate that:
The system tries to create another process, but there are no more processes available in the process table.
the user is not allowed to create new processes

Solution:
Increase the NPROCS kernel parameter to allow more processes.

I am not sure how to increase Kernel parameters, but i am sure Gurus here will help you in this.Whatsoever you can consult admin team of yours about kernel parameters.

Hope this will help you.

Regards,
Rupesh