how can u find out the datastage job is running on how many
nodes
Answers were Sorted based on User's Feedback
Answer / sudheer
Go to tools and select configurations. Then we can select default.apt, then we will be able to see no. of nodes in that.
| Is This Answer Correct ? | 5 Yes | 1 No |
In datastage directory we can find the job running in how
many nodes.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / srikanth reddy m
Go to datastage Director. Select the logs options. In that select the configuration file. Click on it. It shows the no of
nodes available along with their node names.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / babu
Re: from the configuration tab it available in DS DEV, we
can click on that we saw the configuration file, for the
particular job how many nodes are present it will shows.
otherwise go to the DS Administrator there in environ ment
variables we can find the $APT_CONFIGFILE. there it will
shows how many nodes are working for the particular job.
| Is This Answer Correct ? | 2 Yes | 1 No |
We can check in DataSatge Log as well.
Configuration file name is assigned in run time for the environment variable: $APT_CONFIG_FILE
Log:
"Environment variable settings:
_=/usr/bin/nohup
ADMIN_TEMPLATE_VERSION=Version: 1.0; Version Date: 09/01/2014
APT_COMPILEOPT=-c -O -fPIC -Wno-deprecated -m64 -mtune=generic -mcmodel=small
APT_COMPILER=g++
APT_CONFIG_FILE=/iis/ut02/InformationServer/Server/Configurations/ut02cmb-1Node.apt
"
We can the mentioned file for the Node configuration.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nirupam
go to the DS Administrator there in environ ment
variables we can find the $APT_CONFIGFILE. there it will
shows how many nodes are working for the particular job.
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between in process and inter process?
how to use self join using datastage ? can u tell me using stage how can we implemnet the self join
Parallel job contains more than 20 stages. I want to find out which stage is more performance incentive.
Create a job to load all unique products in one table and the duplicate rows in to another table. The first table should contain the following output A D The second target should contain the following output B B B C C Q2. Create a job to load each product once into one table and the remaining products which are duplicated into another table. The first table should contain the following output A B C D The second table should contain the following output B B C
in job of 30 one job is very slow due to this entire job is very slow how can u know which job is slow?
What is the difference between datastage and datastage tx?
why dataset ?
What can we do with datastage director?
explain about completely flow of sequencers technicaly,without using example??explain about lookup,nullhandling?
What is difference between server jobs & parallel jobs?
if we take 2 tables(like emp and dept), we use join stage and how to improve the performance?
how to clear the source file? 2) diff b/t odbc & Oracle?what is node? 3) explain one complex job u face in ur project