Hello, I have two machines. The machine1 will be my Central Manager
and the machine2 will send jobs to be executed in the machine1. Below
the configuration file and any informations about the machine1:
COLLECTOR_NAME = Collector at fenix
FILESYSTEM_DOMAIN = mydomain
SUSPEND = FALSE
LOCK = /tmp/condor-lock.$(HOSTNAME)0.401902962549688
JAVA_MAXHEAP_ARGUMENT =
CONDOR_ADMIN = root@machine1
START = TRUE
MAIL = /bin/mail
RELEASE_DIR = /opt/condor
DAEMON_LIST = MASTER, COLLECTOR, NEGOTIATOR, STARTD, SCHEDD
COLLECTOR = $(SBIN)/condor_collector
PREEMPT = FALSE
UID_DOMAIN = mydomain
NEGOTIATOR = $(SBIN)/condor_negotiator
JAVA = /usr/bin/java
VACATE = FALSE
CONDOR_HOST = machine1
CONDOR_IDS = 509.509
LOCAL_DIR = /opt/condor/local.$(HOSTNAME)
Name OpSys Arch State Activity LoadAv Mem ActvtyTime
vm1@machine1
LINUX INTEL Unclaimed
Idle 0.000 256
0+03:16:56
vm2@machine1 LINUX INTEL Unclaimed Idle
0.000 256 0+03:16:46
Machines Owner Claimed Unclaimed Matched Preempting
INTEL/LINUX 2 0 0 2 0 0
[aryjr@machine2 ~]$ ps axu | grep condor
condor
20469 0.0 0.4 5128 2032
? Ss
Oct26 0:09 condor_master
condor 20470
0.0 0.5 6064 2628
? Ss
Oct26 0:00 condor_schedd -f
condor 20471
0.0 0.5 6140 2696 ? Ss Oct26 0:27 condor_startd -f
[aryjr@machine2 bin]$ ./condor_q
-- Submitter: machine2 : <192.168.1.107:33670> : machine2
ID
OWNER
SUBMITTED RUN_TIME ST PRI SIZE CMD
3.0
aryjr 10/25
17:50 0+00:00:00 I 0 0.0 sh_loop 60
4.0
aryjr 10/26
16:45 0+00:00:00 I 0 0.0 sh_loop 60
2 jobs; 2 idle, 0 running, 0 held
[aryjr@machine2 bin]$ ./condor_status
Name OpSys Arch State Activity LoadAv Mem ActvtyTime
vm1@machine1
LINUX INTEL Unclaimed
Idle 0.000 256
0+03:20:14
vm2@machine1
LINUX INTEL Unclaimed
Idle 0.000 256
0+03:20:05
Machines Owner Claimed Unclaimed Matched Preempting
INTEL/LINUX 2 0 0 2 0 0
Total
2 0
0
2
0 0
Please, how you can see, i've submitted tree jobs to Condor, two in
the machine2 and one in the machine1 (the master). Why the jobs had not
been sent to machine1? What's wrong with my configuration?
Thanks very much
Ary Junior