How can we check all the node are working or not ?

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
krishna410
Participant
Posts: 10
Joined: Wed Mar 05, 2008 3:47 am
Location: Mumbai

How can we check all the node are working or not ?

Post by krishna410 »

Hi all,

Presetly iam working in parallel jobs.

In that i configured the no of nodes : 4 nodes.

Unable to start ORCHESTRATE process on node node3 :APT_PM_Player .. APT_PM_Player:fork() fails........

Unable to start ORCHESTRATE process on node
node2 APT_PM_Player .. APT_PM_Player:fork() fails........

Some times iam getting this type of warnings and fails the job......

Thanks& Advance,
Krishna
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

All nodes are working if you don't get error messages. You can monitor the job in Director choosing the "Show Instances" option to get row counts and CPU usage on a per-node basis.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Scope
Premium Member
Premium Member
Posts: 63
Joined: Wed Jun 06, 2007 6:38 am
Location: Chennai

Post by Scope »

Try the below command in unix box & check the maximum number of process allowed per user. If the value is less than 100 inform your Administrator to increase the value.

lsattr -E -l sys0 | grep maxuproc
Kumarez
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

is there a linux equivalent to that?
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Ernie - I know that there is, but I seem to recall it is different on different versions on Linux as well.

Scope/krishna - The fork failed error is certainly caused by a setting of maxuproc too low, but a value of only 100 is far too little for PX to work; even a medium sized job with several nodes will blow that limit. A value of 1000 or 2000 is more appropriate.
Post Reply