Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] What should I do to connect machines?
- Date: Tue, 12 Jan 2010 01:23:54 +0900
- From: Genie Jhang <geniejhang@xxxxxxxxxxx>
- Subject: [Condor-users] What should I do to connect machines?
Thanks a lot for the helps all of you gave to me.
But, I found out there is another problem at the very beginnig of the configuration.
Our lab. has 9 server computers, so I installed condor all the computers
1-8 have ip address from 192.168.0.101 to 192.168.0.108, respectively.
9 has one public ip and one private ip 192.168.0.109.
So, 9 has installed condor with options "--prefix=/condor --local-dir=/home/condor --type=execute,submit,manager --owner=condor"
and the others, 1-8, have installed condor with options "--prefix=/condor --local-dir=/home/condor --type=execute,submit --central-manager=192.168.0.109 --owner=condor".
But, after I start condor_master at 9, then type condor_status, there isn't any other machines.
It shows me only the below.
-------------------------------------
Name OpSys Arch State Activity LoadAv Mem ActvtyTime
INTEL/LINUX 8 8 0 0 0 0 0
Total 8 8 0 0 0 0 0
-------------------------------------
What should I do to connect other machines to 9?
Please help me.
Thanks you for reading this.