[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Condor is not able to communicate with other machines
- Date: Fri, 26 Jun 2009 12:06:06 +0200
- From: guifre ruiz <guifre.ruiz@xxxxxxxxx>
- Subject: [Condor-users] Condor is not able to communicate with other machines
Hi,
I am trying to run a small Condor network of three virtual machines in the same computer under Virtualbox and Debian5.
The problem is that condor is not able to communicate with the other virtual machines.
-I know that the network is working fine also Condor, as I tried this:
condor@deb3~/condor/$more local.deb2/log/MasterLog
.
.
.
Daemon Core: Command Socket at <192.168.0.3:55606>
-In other machine I type:
condor@deb2~/condor/$telnet 192.168.0.3 55606
Trying 192.168.0.3...
Connected to 192.168.0.3.
Escape Character is '^]'
-But if I try it with condor:
condor@deb3~/condor/bin$ ./condor_submit submit.hello
ERROR:Can't find the address of local schedd
In the config file I have these parameters in all of the virtual machines:
condor@deb3~/condor/bin$ ./condor_config_val -config -verbose SCHEDD_HOST
Configuration source:
/home/condor/etc/condor_config
Local configuration source:
/home/condor/etc/condor_config
SCHEDD_HOST: 192.168.0.3
Defined in '/home/condor/etc/condor_config', line 3
condor@deb3~/condor/bin$ ./condor_config_val -config -verbose NETWORK_INTERFACE
Configuration source:
/home/condor/etc/condor_config
Local configuration source:
/home/condor/etc/condor_config
NETWORK_INTERFACE: 192.168.0.4
Defined in '/home/condor/etc/condor_config', line 1
condor@deb3~/condor/bin$ ./condor_config_val -config -verbose CONDOR_HOST
Configuration source:
/home/condor/etc/condor_config
Local configuration source:
/home/condor/etc/condor_config
CONDOR_HOST: 192.168.0.2
Defined in '/home/condor/etc/condor_config', line 2
The WRITE and READ permison is set to *
Besides, it is not just happening with the condor_submit, also with all other commands of any machine.
All the daemons seems running fine, there isn't any error in the log files.
I have read some threads of this mail list and others in google but I haven't found the solution.
If you need more information, just tell me.
thanks!