Page 1 of 1

Regarding SMP or MPP Environment...

Posted: Fri Jul 11, 2008 3:53 am
by niharranjan
Hi All,

I am new to DataStage. So please help me...

How could I know whether our project is based on SMP or MPP environment?

Many thanx in advance.

Posted: Fri Jul 11, 2008 5:25 am
by ray.wurlod
Look in the configuration file.

If the fastname property has the same value for all nodes, then you are on an SMP configuration. If there are differences, then you are on an MPP environment.

This changes a bit if the hardware is a grid, where the configuration file needs to be dynamic.

Posted: Fri Jul 11, 2008 5:39 am
by niharranjan
Thanks Ray,

Very nice to see your reply!!!
ray.wurlod wrote: "Look in the configuration file. If the fastname property has the same value for all nodes, then you are on an SMP configuration. If there are differences, then you are on an MPP environment".

Up to this I can read your article as I am not a Premium Member, but it is understandable...