Page 1 of 1

error in Nodes and Players

Posted: Tue Jan 23, 2007 3:38 pm
by hariprasadreddy
Hi All ,

I get this error when i run a job i n PX

There will be some skew in the usage of the server because the number of players (2) is not evenly divided by the number of available nodes (4).

Please clarify and your response is highly appreciated

Thanks in advance , hari

Posted: Tue Jan 23, 2007 3:42 pm
by pavankvk
how many processors do u have? is it a warning or error with an abort?

Posted: Tue Jan 23, 2007 3:52 pm
by ray.wurlod
Is this job using a Teradata Enterprise stage?

In any case, the message is clear. Your configuration file has four nodes, but your job is so simple that it generates only two player processes. Therefore two of the nodes will remain unused.

Maybe you are running stages in sequential mode rather than parallel mode.

You can certainly obviate this error message by running the job using a configuration file with two or fewer nodes.

Resolved

Posted: Tue Jan 23, 2007 4:09 pm
by hariprasadreddy
Hi everyone ,

I just resolved the issue. I had to change the Requested sessions in my job properties and make sure that these requested seessions are in conjunction with the sessions per player ( let us say there are 8 requested sessions for 4 nodes , i had to apply 2 sessions per player) things are fine now

thank you all
hari

Re: Resolved

Posted: Tue Jan 23, 2007 4:12 pm
by pavankvk
hariprasadreddy wrote:Hi everyone ,

I just resolved the issue. I had to change the Requested sessions in my job properties and make sure that these requested seessions are in conjunction with the sessions per player ( let us say there are 8 requested sessions for 4 nodes , i had to apply 2 sessions per player) things are fine now

thank you all
hari
can you explain in more detail. where did u specify this?

Posted: Tue Jan 23, 2007 4:15 pm
by hariprasadreddy
hie ray wurlod ,

you are right , my stage is teradata enterprise

thanks
hari

Posted: Tue Jan 23, 2007 7:56 pm
by ray.wurlod
Sessions per Player is a property in the Teradata Enterprise stage, which is what prompted the original question. You need a bit of understanding about how DataStage interacts with Teradata to really get a handle on the best settings for these properties; you are trying to get as many sessions out of Teradata as you can, but ideally without imbalance over the partitions.

There is a section called "How Teradata Works" in IBM's Advanced class (code DX436) which can be added to the Essentials class (code DX434) by prior arrangement, and which discusses these issues.