Page 1 of 1

Node pools

Posted: Tue Dec 04, 2007 12:12 am
by aakashahuja
Hi,

How can I constraint a job to run on a specific node pool? I know how to do this for stages inside a job, but really wanna know how to do this for a whole job.

Cheers
Aakash

Posted: Tue Dec 04, 2007 12:34 am
by ray.wurlod
Not possible. Use a different configuration file.

Posted: Tue Dec 04, 2007 2:24 am
by aakashahuja
But PX pdf mentions that this can be done.... ne ways I trust you Ray..

Thanks a ton

Re: Node pools

Posted: Tue Dec 04, 2007 3:28 am
by Govindarajan
Create a separate configuration file under /opt/Ascential/DataStage/Configurations directory and at job level insert the environment variable APT_CONFIG_FILE and assign the file name you have created.

Posted: Tue Dec 04, 2007 5:53 am
by ray.wurlod
aakashahuja wrote:But PX pdf mentions that this can be done
Where?

Posted: Tue Dec 04, 2007 11:38 am
by Govindarajan
job level parameter add the environment variable APT_CONFIG_FILE and change the default file name with the new file created by you under /opt/Ascential/DataStage/Configurations directory

Posted: Tue Dec 04, 2007 1:22 pm
by ray.wurlod
That is "use a different configuration file", not "run the whole job in a node pool".