$ service condor start
$ service condor statuswhich should just state condor is running, and
$ ps aux | grep condorwhich should show the condor_master, condor_procd, and condor_schedd processes running.
chkconfig --list condorThis should show 1 and 6 as set to off, while 2-5 are set to on. If this is not the case then run:
chkconfig condor onand verify that the settings are now correct.
shutdown -r now