DB2 load parallel instance

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
abhik05
Participant
Posts: 28
Joined: Thu Mar 08, 2012 8:31 am

DB2 load parallel instance

Post by abhik05 »

We are running DB2 connector stage with Bulk load option.

We are having following configuration :
4 cpu
4 Nodes in configuration file.
All are non-db2 nodes as no node is specified for db2 only.


When the job is running in log it is showing :
running on non-db2 nodes.

But only one process is being generated.

As there are 4 nodes,it should create 4 parallel process.
Please help.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Have you turned on $APT_DUMP_SCORE and perhaps $APT_PM_PLAYER_TIMING to see how your processes are actually allocated?
Post Reply