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 |
If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?
What are the main features of datastage?
Define Merge?
source file is having 5 records while moving into target it want to be 10 records
What is the difference between account and directory options ?
source 1123445 I WANT OUTPUT AS DUPLICATES TO TARGET1 LIKE TARGET1 1144 NON-DUPLICATES TO TARGET2 TARGET2 235
What are some different alternative commands associated with "dsjob"?
Can you explain players in datastage?
if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?
guys pls tell me where we use sequence jobs exactly in realtime proj explain pls with example.
What is orabulk stage?
tab1 tab2 1,a 1,d 2,b 3,c perfoms outerjoin what is the o/p? write sql query for outerjoin?