how to find count of nodes or processors

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
scorpion
Participant
Posts: 144
Joined: Thu May 12, 2005 4:19 am

how to find count of nodes or processors

Post by scorpion »

hi all,

as i am very new to datastage development environment,i am prettymuch confused to know about "howmany processors or nodes defined in my project"

i connect the client systems through remote connections and develop the datastage parrellel jobs.

can any one please helpme to find out howmany nodes or processors,we have in our project,hoe ccan i get that?


please help on this?


tx in advance
Thanx&Regards
scorpion
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The core file that controls a DataStage job's runtime configuration is the $APT_CONFIG file. There is usually a default file that your jobs point to, but any PX job and point at it's own configuration file with a different number of processing nodes.
richdhan
Premium Member
Premium Member
Posts: 364
Joined: Thu Feb 12, 2004 12:24 am

Post by richdhan »

Hi,

You can view the configuration files from Datastage Manager-->Tools-->Configurations. Also you can check the job log in the Director. It gives the configuration file used, the number of datasets, the number of operators and the number of processes.

HTH
--Rich
Post Reply