Configuration 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
subrat
Premium Member
Premium Member
Posts: 77
Joined: Tue Dec 11, 2007 5:54 am
Location: UK

Configuration file

Post by subrat »

Hi,

I was going through the DS devloper guide. Here one thing mentioned like

"As a rule of thumb, it is recommended that you create one processing node for every two CPUs in an SMP". How can i assure this by looking into configuration file?

Moreover if fastname is the indicates the physical nodes then how about the logical node.

Appreciate if any one clear me on this.

Thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The number of logical nodes is the number of nodes named and defined in the configuration file.

You should have more than one configuration file; one that can use all of the server machine's resources and some other, smaller ones, that can be used when not all of those resources are required (for smaller jobs). That way the smaller jobs can be run simultaneously without flooding the server machine with demands for unnecessary resources.
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