Regarding SMP or MPP Environment...

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
niharranjan
Participant
Posts: 18
Joined: Mon Jul 23, 2007 1:32 am
Location: Singapore

Regarding SMP or MPP Environment...

Post 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.
OddJob
Participant
Posts: 163
Joined: Tue Feb 28, 2006 5:00 am
Location: Sheffield, UK

Post by OddJob »

Check the configuration file being used to execute your jobs.

If the nodes are running on different machines then it's MPP, whereas if you only have 1 node, or all nodes execute on the same machine you have SMP.

In the config file, parameter 'fastname' gives you the name of the machine a node will execute on.
niharranjan
Participant
Posts: 18
Joined: Mon Jul 23, 2007 1:32 am
Location: Singapore

Post by niharranjan »

Thanks OddJob, for your valuable reply... At the moment i pretty much cleared. :)
Post Reply