Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] problem with
- Date: Mon, 26 Nov 2007 17:30:10 +0100
- From: Javier Forment Millet <jforment@xxxxxxxxxxxx>
- Subject: [Condor-users] problem with
Hi all,...
I'm trying to set up a Condor cluster. I've set up first the central manager.
I've run condor_configure without trouble, and succesfully launched the
condor_start daemon:
jforment@xeon2:~$ ps aux | grep condor
condor 4474 42.6 0.1 32320 3196 Ss 19:12 0:19 condor_master
condor 4479 0.0 0.1 31328 3340 Ss 19:12 0:00 condor_collector -f
condor 4480 42.7 0.1 31148 3300 Ss 19:12 0:19 condor_negotiator -f
condor 4490 42.4 0.1 32636 4016 Ss 19:12 0:19 condor_schedd -f
condor 4493 51.2 0.2 33332 4388 Ss 19:12 0:23 condor_startd -f
jforment 4525 0.0 0.0 5028 820 S+ 19:13 0:00 grep condor
But, when running condor_status, I've got the following error:
CEDAR:6001:Failed to connect to <127.0.1.1:9618>
Maybe my configuration is not the correct one. The cluster is on an intranet,
with the internet access through a gateway node (with two network cards) which
is the only node with external access. The central-manager is not this gateway.
I've put the following parameters in the condor_config file (the ones I think
can be related with the problem).
UID_DOMAIN=$(FULL_HOSTNAME)
HOSTALLOW_READ=192.168.1.*,*.cs.wisc.edu
HOSTALLOW_WRITE=192.168.1.*
DEFAULT_DOMAIN_NAME=ibmcp-cluster.ibmcp.upv.es (not a real domain)
NO_DNS=True
TRUST_UID_DOMAIN=True
I've tried changing some of these parameters, but I only get to change the error
to:
CEDAR:6001:Failed to connect to <255.255.255.255:9618>
The information in the log files always states something that the following:
(MasterLog)
11/26 19:10:54 attempt to connect to <192.168.1.22:9618> failed: Connection
refused (connect errno = 111).
(NegotiatorLog)
11/26 19:23:02 attempt to connect to <255.255.255.255:9618> failed: Network is
unreachable (connect errno = 101)
It seems that network is unreacheable, but I do can ping and ssh between
nodes...
Any help?
--
Javier Forment Millet
Instituto de Biología Celular y Molecular de Plantas (IBMCP) CSIC-UPV
Ciudad Politécnica de la Innovación (CPI) Edificio 8 E, Escalera 7 Puerta E
Calle Ing. Fausto Elio s/n. 46022 Valencia, Spain
Tlf.:+34-96-3877858
FAX: +34-96-3877859
jforment@xxxxxxxxxxxx