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

[Condor-users] Connecting machines



I've just installed condor 7.4.1 to 9 machines.
 
one machine(hostname: pheko09 , IP: 192.168.0.109) with
 
./condor_install --prefix=/condor --local-dir=/home/condor --type=manager,submit,execute --owner=condor
 
and the other machines(pheko02 to 08, 192.168.0.102 to 108) with
 
./condor_install --prefix=/condor --local-dir=/home/condor --type=submit,execute --central-manager=192.168.0.109 --owner=condor
 
and I did change condor_config files for all machines.
 
But, even though I started condor_master on all machines, in the table of condor_status, other machines don't show up!!
 
Here's my table of condor_status
 
---------------------------------------------------------------------------------------------------------------------------------
Name               OpSys      Arch   State     Activity LoadAv Mem   ActvtyTime
slot1@pheko09      LINUX      INTEL  Owner     Idle     0.190   506  0+00:05:04
slot2@pheko09      LINUX      INTEL  Unclaimed Idle     0.000   506  0+01:05:06
slot3@pheko09      LINUX      INTEL  Unclaimed Idle     0.000   506  0+01:05:07
slot4@pheko09      LINUX      INTEL  Unclaimed Idle     0.000   506  0+01:05:08
slot5@pheko09      LINUX      INTEL  Unclaimed Idle     0.000   506  0+01:05:09
slot6@pheko09      LINUX      INTEL  Unclaimed Idle     0.000   506  0+01:05:10
slot7@pheko09      LINUX      INTEL  Unclaimed Idle     0.000   506  0+01:05:11
slot8@pheko09      LINUX      INTEL  Unclaimed Idle     0.000   506  0+01:05:04
                     Total Owner Claimed Unclaimed Matched Preempting Backfill
         INTEL/LINUX     8     1       0         7       0          0        0
               Total     8     1       0         7       0          0        0
---------------------------------------------------------------------------------------------------------------------------------
 
I don't know how to connect other machines.
 
Please teach me.
 
Thanks.