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

[Condor-users] problem with create another node in the condor pool



I added configuration into <condor_configure.local> as following,
DAEMON_LIST = MASTER, STARTD
CONDOR_HOST =192.168.20.24 

then restart the condor,
root@ubuntu:/home/condor# service condor restart
 * Restarting condor daemons condor
   ...done.

root@ubuntu:/home/condor# pstree |grep condor
     |-condor_master-+-condor_collecto
     |               |-condor_negotiat
     |               |-condor_schedd---condor_procd
     |               `-condor_startd


what's wrong with it?

Thanks

Jeff