[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Condor_status?
- Date: Fri, 06 Nov 2009 14:07:02 -0600
- From: Charles Embry <csembry@xxxxxxxx>
- Subject: [Condor-users] Condor_status?
After messing with the configuration files and finally getting condor_master(it starts Condor, right) to work in can' not get condor_status to run or ven find it. I only have installed my centrl manager so far but i made it a submit and execute machine. Where is the condor_status command located?. It is not in the sbin directory that condor_master is in. I am trying to use 7.2.4 on REdhat Linux Enterprise 5.1.
I beleive i got the cofiguration file right because i can finally run condor_master. I follwed th manual and put a config file in /etc/condor, though i had to create the directory condor in etc and don't know if the that directory was suppose to be created during the install.
here is what happned when I run condor_master and then run condor_status
[root@checkpoint sbin]# ./condor_master
[root@checkpoint sbin]# ps -ef | egrep condor_
condor 28499 1 0 23:25 ? 00:00:00 ./condor_master
condor 28500 28499 0 23:25 ? 00:00:00 condor_collector -f
condor 28501 28499 0 23:25 ? 00:00:00 condor_negotiator -f
condor 28502 28499 0 23:25 ? 00:00:00 condor_schedd -f
root 28503 28502 0 23:25 ? 00:00:00 condor_procd -A /tmp/condor-lock.checkpoint0.824360165120201/procd_pipe.SCHEDD -S 60 -C 501
root 28509 28070 0 23:26 pts/1 00:00:00 egrep condor_
[root@checkpoint sbin]# condor_status
-bash: condor_status: command not found
[root@checkpoint sbin]# ./condor_status
-bash: ./condor_status: No such file or directory
I would think that maybe i have something wrong with the config file but that does not explain why condor_status is not in the directory with all of the other condor commands.
I would really appreciate the help or advice on my problem so I can get our redhat machines into a condor pool.
thanks