Page 1 of 1

Cofigaration File

Posted: Fri Jan 06, 2006 5:32 am
by jayantthakore
Hi,
Can anyone provide me information on how to read a Cofig File .Some link or some material on that.Plus i would like to know more on the following Configuration: processing nodes, node pools, resources, resource pools

Posted: Fri Jan 06, 2006 6:08 am
by ArndW
The Parallel Job Developer's Guide chapter titled The Parallel Engine Configuration File is a really good place to start.

Posted: Fri Jan 06, 2006 4:10 pm
by ray.wurlod
The only thing that Chapter doesn't cover well - it's elsewhere in the manual - it how node pools and disk pools are used.

A stage can be restricted to operate on fewer nodes than are specified in the configuration file, by specifying that that stage will executed in a node pool. For example, you may have a DB2 table with four partitions. In a six node configuration file you may specify a four node DB2 node pool so that you can most accurately stream data into each partition of the table.