Page 1 of 1

how to find count of nodes or processors

Posted: Fri Feb 10, 2006 1:55 am
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

Posted: Fri Feb 10, 2006 2:05 am
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.

Posted: Fri Feb 10, 2006 3:23 am
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