time out

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
hne
Participant
Posts: 8
Joined: Tue Nov 30, 2004 8:27 am

time out

Post by hne »

Is it possible to increase the time out so that datastage tries longer than 60 sec to start a job.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There ought to be no need to.

That way lies madness.

You'll want to increase it towards infinity, then you'll complain that your jobs don't reach a running state.

Reduce the load on your machine(s) so that jobs can start within 60 seconds.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
hne
Participant
Posts: 8
Joined: Tue Nov 30, 2004 8:27 am

Post by hne »

I heard the rumour that the use of basic transformers can overload the server. Is this correct?
I ask this because other ds projects than mine runs on the same server. Even when the cpu and memory usage of the server is very low, sometimes we have constant time out errors. The other projects uses a lot of basic transformers in parallel jobs.
hne
Participant
Posts: 8
Joined: Tue Nov 30, 2004 8:27 am

Post by hne »

I heard the rumour that the use of basic transformers can overload the server. Is this correct?
I ask this because other ds projects than mine runs on the same server. Even when the cpu and memory usage of the server is very low, sometimes we have constant time out errors. The other projects uses a lot of basic transformers in parallel jobs.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Where did you hear that rumour?

It's not particularly true except to the same extent as most other stage types - too many of anything will overload the machine. Too many jobs executing at the same time will overload the machine.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
hne
Participant
Posts: 8
Joined: Tue Nov 30, 2004 8:27 am

Post by hne »

The rumour was internal but not proved, but how can you explain time outs if prstat -a gives the following :

PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP
17282 PPdtsusr 28M 14M sleep 59 0 0:00.11 0.1% dsapi_slave/1
11750 root 214M 34M sleep 59 0 1:51.15 0.1% java/31
25618 PPdtsusr 26M 12M sleep 22 0 0:01.42 0.1% dsapi_slave/1
17467 PPdtsusr 27M 12M sleep 59 0 0:00.12 0.0% dsapi_slave/1
21341 root 3272K 2720K sleep 3 0 0:00.00 0.0% se.sparcv9.5.8/1
24185 PPdtsusr 27M 12M sleep 59 0 0:00.14 0.0% dsapi_slave/1
21344 PPdtsusr 1368K 1072K cpu34 2 0 0:00.00 0.0% prstat/1
1196 root 4264K 3912K sleep 1 0 0:18.32 0.0% nscd/13
21339 root 1904K 1408K sleep 1 0 0:00.00 0.0% Solaris_RICHPse/1
24398 PPdtsusr 26M 12M sleep 54 0 0:20.11 0.0% dsapi_slave/1
1689 root 37M 14M sleep 2 0 0:24.36 0.0% java/17
17281 PPdtsusr 6864K 3072K sleep 59 0 0:00.00 0.0% dsapi_server/1
11756 root 207M 32M sleep 59 0 1:22.42 0.0% java/27
3281 root 15M 5384K sleep 29 0 0:07.30 0.0% opcmona/7
1068 root 5480K 3496K sleep 3 0 1:00.11 0.0% automountd/5
NPROC USERNAME SIZE RSS MEMORY TIME CPU
66 PPdtsusr 903M 430M 5.4% 0:51.57 0.2%
96 root 1250M 356M 4.5% 7:19.02 0.1%
1 daemon 2656K 1968K 0.0% 0:00.00 0.0%
Total: 163 processes, 584 lwps, load averages: 0.07, 0.50, 0.90
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Waiting for some other resource, such as I/O, network, a semaphore or database lock, will not consume resources (and therefore will not contribute to prstat and similar reports). But it might still engender a timeout. For example, trying to start a section leader on another machine on a saturated LAN can take longer than is permitted.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
hne
Participant
Posts: 8
Joined: Tue Nov 30, 2004 8:27 am

Post by hne »

The most intresting part of your answer is not readable.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Yes it is. It is written in very clear English.

For less than 30c per day (currently about Rs12) you can purchase premium membership which would permit you to read complete posts by the five premium posters. Revenue from premium memberships is totally dedicated to meeting the hosting and bandwidth costs of DSXchange - no-one, including the premium posters - is paid for posting.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply