1753365 Members
6331 Online
108792 Solutions
New Discussion юеВ

Cannot fork process

 
SOLVED
Go to solution
ricky_1
Frequent Advisor

Cannot fork process

Hi ALL,

Iam getting a message "cannot fork process" error can some please help me on this.
thanxs.

Believe in Yourself!!
4 REPLIES 4
ricky_1
Frequent Advisor

Re: Cannot fork process

oops i forgot to mention the server details...

9000/893/T600 class, having 10.20 HPux.

Ur help will be highly appreciated.
Believe in Yourself!!
T G Manikandan
Honored Contributor
Solution

Re: Cannot fork process

Hello,
please increase the kernel parameters
maxuprc-- maximum no. of processes for a user.
nproc ---Maximum no. of processes.

rebuild the kernel.

Thanks
G Manikandan
Sridhar Bhaskarla
Honored Contributor

Re: Cannot fork process

This could be either of the kernel parameters maxuprc or nproc. Mostly nproc.

Increase them.

#/usr/lbin/sysadm/system_prep -s /stand/system
#vi /stand/system (make changes)
#mk_kernel -o /stand/vmunix
#shutdown -r now

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Roger Baptiste
Honored Contributor

Re: Cannot fork process

Ricky,

Seems that the system has hit the limit
of maximum number of processes it is allowed
to run. To increase it, change the
kernel parameters NPROC and MAXUPRC.
NPROC specifies the maximum number of processes
which can run on the box.
MAXUPRC specifies the maximum number of process
which a user can run.

You can use SAM or command line to do this
change. The system would need to be rebooted.

-raj
Take it easy.