Dynamic configuration file in grid

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
soumya5891
Participant
Posts: 152
Joined: Mon Mar 07, 2011 6:16 am

Dynamic configuration file in grid

Post by soumya5891 »

The job design is like that

DB2 Connector---->Copy Stage---->Dataset

Environment is grid enabled.There are four physical nodes in the grid C1,C2,C3,C4(Say).The grid setting is as below.

$APT_GRID_ENABLE = YES
$APT_GRID_COMPUTENODES = 4
$APT_GRID_PARTITIONS = 1
$APT_GRID_QUEUE =

The dynamically generated config file will consist four nodes n1,n2,n3,n4(Say). Now from my understanding each node will be created in each server like below:

n1-->C1
n2-->C2
n3-->C3
n4-->C4

But the all nodes(n1,n2,n3,n4) are getting created in same physical server (C2).

What is the actual basis on which dynamic files are getting created at runtime?
Soumya
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

What does your template APT file look like?

BTW, you will need to fill in the apt_grid_queue.
Post Reply