startup error

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
cherry
Participant
Posts: 108
Joined: Sun Jul 10, 2005 1:35 am

startup error

Post by cherry »

Hi All,

While iam running a job iam getting an error:

main_program: **** Startup error on node1 connecting with conductor on H1B-6F133-4GLQ with cookie 1192617645.875000.11b4: unable to connect to port 10000 on conductor; socket = 4, Connection timed out retries left: 3

Could anyone let me know in resolving the above error.
Thanks in Advance

Regards
Cherry
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Check that port #10000 and #11000 are not blocked by firewall or other software. Check that the DataStage user is not blocked from using rsh.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
attu
Participant
Posts: 225
Joined: Sat Oct 23, 2004 8:45 pm
Location: Texas

Post by attu »

ray.wurlod wrote:Check that port #10000 and #11000 are not blocked by firewall or other software. Check that the DataStage user is not blocked from using rsh. ...
Ray, how can we check that ports are not blocked by firewall, any command for that?

to check the user has rsh enabled i use
rsh dbs7700 date

What if I get Connection refused error message, does it pertains to firewall blocked ?

Thanks
desmondcheah
Participant
Posts: 5
Joined: Tue Apr 20, 2010 9:27 pm

Post by desmondcheah »

For anyone who face this problem.. Do 2 things..

1) check if your config file is using "hostname"
2) check if your /etc/host on the server side points to the right "hostname"

It should be fine if they are in sync..
-Desmond
Post Reply