I'm running a little test cluster of
6 machines, with redhat 3. They are named node1 to node6 (ip @ 10.2.4.11
to 10.2.4.16), and my domain name is *.mop.ibm.com
I've setup the 6 machines with the rpm
avaiable on the download pages (Condor 6.6.9).
My central manager is node1, all others
are execution hosts.
My problem, seems to be my node1 where
there is no negociator:
[root@node1 root]# condor_master
[root@node1 root]# ps ax | grep condor
5137 ? S
0:00 condor_master
5138 ? S
0:00 condor_collector -f
5139 ? R
0:03 condor_startd -f
5142 ? S
0:00 condor_schedd -f
5149 pts/0 S
0:00 grep condor
[root@node1 root]#
Moreover there is a negociator on each
execution node:
[root@node2 root]# condor_master
[root@node2 root]# ps ax | grep condor
29704 ? S
0:00 condor_master
29705 ? S
0:00 condor_collector -f
29706 ? S
0:00 condor_negotiator -f
29707 ? S
0:06 condor_startd -f
29708 ? S
0:00 condor_schedd -f
29717 pts/0 R
0:00 grep condor
[root@node2 root]#
Is it normal? After re-reading the installation
manual, it don't seems so...
I can also send the config and config
local files if you need them.