Hi, I've worked on SGE before but wanted to try the Condor. I'm trying to set up condor on 2 linux boxes running Centos. Both the machines are in the same domain. The following are the steps i've followed, 1. Installed Condor using the rpm (7.4.2-1 release) 2. Machine A - configured as Manager,submit using condor_configure --type=manager,submit --central-manager=machineA.domain.com 3. Executed condor_master 4. I get the following processes condor 14706 2.3 0.0 31128 3148 ? Ss 22:52 0:00 condor_master condor 14707 2.4 0.0 30084 3760 ? Ss 22:52 0:00
condor_collector -f condor 14708 4.0 0.0 30020 3708 ? Ss 22:52 0:00 condor_negotiator -f condor 14709 4.0 0.1 31644 4488 ? Ss 22:52 0:00 condor_schedd -f root 14712 0.0 0.0 21604 2088 ? S 22:52 0:00 condor_procd -A /var/run/condor/procd_pipe.SCHEDD -S 60 -C 101 root 14724 0.0 0.0 61180 744 pts/1 S+ 22:52 0:00 grep condor 5. No results for condor_status 6. Machine B - configured as execute,submit using condor_configure --type=manager,submit --central-manager=machineA.domain.com 7. I get the following processes running condor 18072 3.0
0.0 29532 2852 ? Ss 22:52 0:00 /usr/sbin/condor_master -pidfile /var/run/condor/master.pid condor 18073 3.4 0.0 30200 3312 ? Ss 22:52 0:00 condor_schedd -f condor 18074 32.0 0.0 29584 3392 ? Ss 22:52 0:03 condor_startd -f root 18075 0.1 0.0 21760 1848 ? S 22:52 0:00 condor_procd -A /var/run/condor/procd_pipe.SCHEDD -S 60 -C 101 root 18117 0.0 0.0 61152 748 pts/1 S+ 22:52 0:00 grep condor 8. No results for condor_status It would be great if some one can point me where i'm going
wrong. Thanks, Burny |