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 |
whats difference between ls -ltr and ls -lrt?
Could anyone give brief explanation bout datastage admin
I have 2 jobs.I want to ru job B if job A has run 3 times.How can I achieve this through datastage
which cache supports connected & un connected Lookup
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
my soure table is emp having columns sal,deptno in the deptno 10,20,30deptno row are there expected out put is min(sal) of 10th deptno,max(sal) of 20th deptno,mean(sal) of 30th deptno using aggregation stage
What are stage variables?
I/P --- ID Value 1 AB 2 ABC 3 ADE 4 A O/p --- ID Value 1 A 1 B 2 A 2 B 2 C 3 A 3 D 3 E 4 A
hi i am madan, in real time data stage who is the source provide? and how to recevied in developer? Pls send me answer
Question 4) source target c1 c1 c2 c3 c2 c4 c4 c5 c3 c6 c7 c4 c5 c6 c7 Singal Source and Singal Target only subash,
What is the difference between odbc and drs stage?
What are routines in datastage? Enlist various types of routines.