[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] Cannot connect execute/submit node to central master



Hi!

I just added a noed to my linux grid, but I cant seem to connect it to
the master. The MasterLog sais the following when i try
"condor_status":
------------------------------------------
10/23 21:05:00 attempt to connect to <129.241.103.247:9618> failed:
Invalid argument (connect errno = 22).  Will keep trying for 20 total
seconds (20 to go).

10/23 21:05:20 attempt to connect to <129.241.103.247:9618> failed:
Invalid argument (connect errno = 22).
10/23 21:05:20 ERROR: SECMAN:2003:TCP connection to
<129.241.103.247:9618> failed

10/23 21:05:20 Failed to start non-blocking update to <129.241.103.247:9618>.
10/23 21:10:00 attempt to connect to <129.241.103.247:9618> failed:
Invalid argument (connect errno = 22).  Will keep trying for 20 total
seconds (20 to go).

10/23 21:10:20 attempt to connect to <129.241.103.247:9618> failed:
Invalid argument (connect errno = 22).
10/23 21:10:20 ERROR: SECMAN:2003:TCP connection to
<129.241.103.247:9618> failed

10/23 21:10:20 Failed to start non-blocking update to <129.241.103.247:9618>.
---------------------------------------------

What is errno = 22? I have started the daemons and I ran the
./condor_config --central-manager=x@xxxx --type=execute,submit

I don't know what is going on. I have done the same as on the other
node I managed to connect.

- Atle