fork function failed

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
rajngt
Participant
Posts: 32
Joined: Wed Jan 04, 2006 6:22 am

fork function failed

Post by rajngt »

Hi All,

When i try to run the dsjob command from command line it is giving the below error:

/opt/IBM/InformationServer/Server/DSEngine/bin/dsjob: 0403-030 The fork function failed. Too many processes already exist.

I checked maxproc, it is 4096 and the current no of process running is 63

I checked the disk space
%used mounted on
90% /opt/IBM
83% /etl/IS

and ulimit is set to unlimited

jobs are running fine but the dsjob is not working, Please help to resolve the issue
Teckamal
Participant
Posts: 3
Joined: Sun Mar 14, 2010 10:08 am
Location: IN

Post by Teckamal »

hi

try running dsjob command after executing

. ./dsenv (from the DSEngine)

Have fun..
there is a way to discover things
rajngt
Participant
Posts: 32
Joined: Wed Jan 04, 2006 6:22 am

Post by rajngt »

still getting the same error
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What about NPROC (the number of processes that any one process can start)?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
John Smith
Charter Member
Charter Member
Posts: 193
Joined: Tue Sep 05, 2006 8:01 pm
Location: Australia

Post by John Smith »

Are you using the same account/user to run the job AND from the command line using dsjob? Maybe a user account has restrictions.
DS consultant.
rajngt
Participant
Posts: 32
Joined: Wed Jan 04, 2006 6:22 am

Post by rajngt »

i am running the command with user dsadm
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Follow Ray's suggestion, that is what is stopping the Fork() call in dsjob from successfully running.
Post Reply