Understanding DataStage configuration files.

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
videsh77
Premium Member
Premium Member
Posts: 97
Joined: Thu Dec 02, 2004 10:43 am
Contact:

Understanding DataStage configuration files.

Post by videsh77 »

I have a generic doubt on configuration files. I always get confused to understand the underlying system is SMP, MPP or SMP clustered. I have gone through parjdev.pdf to understand this -

I will understand the configuration file is SMP based on below -
Nodes have same fastname & different pools.

I will understand the configuration file is MPP based on below -
Nodes have different fastname & different pools.

I will understand the configuration file is SMP clustered based on below -
One or more node share the same fastname & have same pools.

Is my understanding with the configuration files is correct also please share any other angle to understand these configuration files better based on underlying hardware architecture?
Thanks with regards,
videsh.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Since SMP environment is "share everything" pools don't really help all that much. You're right about the processing nodes. It is not actually necessary to have any pools, node or disk.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
videsh77
Premium Member
Premium Member
Posts: 97
Joined: Thu Dec 02, 2004 10:43 am
Contact:

Post by videsh77 »

ray.wurlod wrote:Since SMP environment is "share everything" pools don't really help all that much.
I have seen some places resources also organized as a pool in the config file. I believe in SMP configurations those resource pools also get shared. Am I correct in understanding?
Thanks with regards,
videsh.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Even some remote CPU will be connected the grid using high speed link and will have a different fastname, which will still form a SMP.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply