Config File

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
devanars
Premium Member
Premium Member
Posts: 99
Joined: Thu Nov 30, 2006 6:25 pm

Config File

Post by devanars »

If i run the job with 2 node config file,the job is running with single node only. i have created 2 node file like this
{
node "node1"
{
fastname "a"
pools ""
resource disk "/opt/IBM/InformationServer/Server/Datasets" {pools ""}
resource scratchdisk "/opt/IBM/InformationServer/Server/Scratch" {pools ""}
}
}


{
node "node2"
{
fastname "a"
pools ""
resource disk "/opt/IBM/InformationServer/Server/Datasets" {pools ""}
resource scratchdisk "/opt/IBM/InformationServer/Server/Scratch" {pools ""}
}
}

do i need to modify anything?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

First off, did you actually add the $APT_CONFIG_FILE parameter to the job and point it to your new 'two node' file?
-craig

"You can never have too many knives" -- Logan Nine Fingers
miwinter
Participant
Posts: 396
Joined: Thu Jun 22, 2006 7:00 am
Location: England, UK

Post by miwinter »

Is there a method of proving said config file still (as in v7.x) through Manager or it's new equivalent? (Though for the record it looks fine and I think Craig's hit the nail on the head).
Mark Winter
<i>Nothing appeases a troubled mind more than <b>good</b> music</i>
devanars
Premium Member
Premium Member
Posts: 99
Joined: Thu Nov 30, 2006 6:25 pm

Post by devanars »

Hey I am executing the job with $APT_CONFIG_FILE parameter with two node. that is sure. do we need to validate the file if we create it as brand new.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You don't "need" to if you're thinking it won't work somehow before you do that, but it certainly couldn't hurt to have that as a standard step.
-craig

"You can never have too many knives" -- Logan Nine Fingers
devanars
Premium Member
Premium Member
Posts: 99
Joined: Thu Nov 30, 2006 6:25 pm

Post by devanars »

So how can i get execute the job with two/three nodes like that.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

By fixing your config file. Go to Designer / Tools / Configurations, load it up and then press 'Check'. (you've got too many curly braces in your file, btw)
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The fastname must be a genuine node name, ideally the one on the fastest connection to that machine. Do you really have a node called "a"?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
hiral.chauhan
Premium Member
Premium Member
Posts: 45
Joined: Fri Nov 07, 2008 12:22 pm

Post by hiral.chauhan »

ray.wurlod wrote:The fastname must be a genuine node name, ideally the one on the fastest connection to that machine. Do you really have a node called "a"? ...
By node name do you mean server name?
Thanks,
Hiral Chauhan
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Let's just stay with "network node name" for now - "server" is ambiguous in the current context.

Network node names occur in the hosts file or are decodable through services such as DNS (domain name service). It depends on your particular installation, and is not part of DataStage.

In your case, I suspect that the fastname needs to be the network node name of the machine on which DataStage server components, particularly the parallel engine, are installed.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply