Page 1 of 1

Config two nodes in single CPU

Posted: Thu Nov 19, 2009 1:30 am
by vinsashi
Hi All,
I have installed datastage 8.0.1 in windows 2003 server.processor is intelcore duel.how can config 2nodes in my system


Thanks in advance
vin....

Posted: Thu Nov 19, 2009 1:33 am
by ray.wurlod
With a two-node configuration file: a configuration file that mentions two node names with associated resources for each.

Posted: Thu Nov 19, 2009 2:04 am
by vinsashi
Hi ray,
Just if i changed in config file it wil wil convert to 2node or i have to do any thing in hardware side.how we wil create logical processing nodes in single CPU...

Posted: Thu Nov 19, 2009 3:46 am
by kiran259
Yes.Edit config file with two node names assigning resources to each one of them.

Posted: Thu Nov 19, 2009 3:54 am
by ArndW
The number of logical nodes in a config file and physical CPUs in a system are independant. Simply put, the number of logical nodes just defines how many processes are used, then the OS determines how these processes are distributed across the available hardware.

Posted: Thu Nov 19, 2009 4:38 am
by vinsashi
Hi ArndW,
Thanks for your reply...

Thanks and regards
vin.....

Posted: Mon Mar 08, 2010 1:13 am
by ankitaporwal
Hi ArndW,

I want to understnd that how the number of logical nodes in a config file and physical CPUs in a system are independant.
for eg if i have 4 CPU system how many nodes can I define in config file.
How it will impact the performacne if I define 2,4 and 8 nodes in config file.what will happen in each case.
Your reply on this will help me understand the concept of nodes and config file.
Please help.
Thanks,
Ankita

Posted: Mon Mar 08, 2010 1:53 am
by ray.wurlod
Performance - whatever you mean by it - is a simple supply and demand equation. You can run as many nodes as you like if each of them is doing hardly anything. But you can only run a tiny number of jobs that demand huge resources. A parallel job will create approximately N * (M + 1) + 1 processes, where N is the number of nodes and M is the number of stages (operators). Each of these will demand resources from your system.