how to check the no. of nodes while running the job in UNIX?

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
thirupathireddy.gankidi
Participant
Posts: 19
Joined: Mon Aug 08, 2011 3:20 am

how to check the no. of nodes while running the job in UNIX?

Post by thirupathireddy.gankidi »

how can I know no. of nodes in unix?
And which are working at present?

Thanks in advance
Thiru
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The answer to your first question is either "none" (nodes are a logical construct, they don't occur "in UNIX") or "all of them" (the number of nodes is as defined in your parallel execution configuration file).

Which ones are "working" (whatever that means) can be determined from the score. It depends on whether operators are executing in parallel or sequential mode, and whether the parallel operators have been constrained to using particular node and/or disk pools, and on whether your default pools include all nodes in the configuration file (which is recommended best practice generally).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply