Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Condor configuration
hi all,
I use condor on linux os.
how is made to shape condor on 4 PC? i have a four ip of pc, but I do not know where to put them on "condor_config".
I have modified the file hosts in /etc/hosts but to the place of the hostname what I must put?
in "condor_config":
CONDOR_HOST = (ip of master or ip of PC?)
HOSTALLOW_ADMINISTRATOR = $(CONDOR_HOST)
HOSTALLOW_OWNER = $(FULL_HOSTNAME), $(HOSTALLOW_ADMINISTRATOR)
HOSTALLOW_READ = 192.168.0.150, 192.168.0.151, 192.168.0.152, 192.168.0.153 (ip of 4 pc?)
HOSTALLOW_WRITE = 192.168.0.150, 192.168.0.151, 192.168.0.152, 192.168.0.153
(ip of 4 pc?)
the condor master is 192.168.0.151.how to make it to say to all and 4 the PC?
but FULL_HOSTNAME it must be shaped? and what I must add ?
I must modify other?
help me:(
Peppe