[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Stopping job in condor



> one more help .... how can i make condor start automatically at the
> system boot up ....

I'm pretty sure this is covered in the installation guide:
http://www.cs.wisc.edu/condor/manual/v7.2/3_2Installation.html

Here's the quick summary:

>From where ever you installed Condor copy etc/examples/condor.init to
/etc/init.d/condor
Edit /etc/init.d/condor to match your system settings
Run:

        chkconfig --add condor
        chkconfig --levels 345 condor on

Now to start/stop Condor use:

        service condor (start|stop)

It'll start when the machine enters init level 3, 4 or 5.

- Ian

Confidentiality Notice.
This message may contain information that is confidential or otherwise protected from disclosure. If you are not the intended recipient, you are hereby notified that any use, disclosure, dissemination, distribution,  or copying  of this message, or any attachments, is strictly prohibited.  If you have received this message in error, please advise the sender by reply e-mail, and delete the message and any attachments.  Thank you.